From: Joshua Wise Date: Sun, 25 Jan 2009 08:39:09 +0000 (-0500) Subject: Memory: Fix up a constant that was typoed and malformed. X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/cc1ce5b3e8f2d357106c2d3da355360f99c6c9c3?hp=2b5c79c05898ff20b0c04cd78bccb2580f6c8331 Memory: Fix up a constant that was typoed and malformed. --- diff --git a/Memory.v b/Memory.v index eccddb2..5269f64 100644 --- a/Memory.v +++ b/Memory.v @@ -125,6 +125,7 @@ module Memory( busaddr = 32'hxxxxxxxx; data_size = 3'bxxx; outstall = 1'b0; + st_read = 4'hx; do_rd_data_latch = 0; next_write_reg = write_reg; next_write_num = write_num;