]> Joshua Wise's Git repositories - firearm.git/commitdiff
Memory: Fix up a constant that was typoed and malformed.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 08:39:09 +0000 (03:39 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 08:39:09 +0000 (03:39 -0500)
Memory.v

index eccddb245b5a019a921b08b7f058d831749edf12..5269f64ebcafb727ab9bb22f2cba6a925e96db77 100644 (file)
--- a/Memory.v
+++ b/Memory.v
@@ -125,6 +125,7 @@ module Memory(
                busaddr = 32'hxxxxxxxx;
                data_size = 3'bxxx;
                outstall = 1'b0;
                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;
                do_rd_data_latch = 0;
                next_write_reg = write_reg;
                next_write_num = write_num;
This page took 0.024871 seconds and 4 git commands to generate.