]> Joshua Wise's Git repositories - firearm.git/commitdiff
Memory: Fix multisource for offset.
authorJoshua Wise <joshua@nyus.joshuawise.com>
Sun, 22 Feb 2009 04:07:19 +0000 (23:07 -0500)
committerJoshua Wise <joshua@nyus.joshuawise.com>
Sun, 22 Feb 2009 04:07:19 +0000 (23:07 -0500)
Memory.v

index 3c7ec970ab707a8b682af29ab09e52ab3172b8a4..8a62ed17f07634de48958877347147abb57135c1 100644 (file)
--- a/Memory.v
+++ b/Memory.v
@@ -590,7 +590,6 @@ module Memory(
        always @(*)
        begin
                st_read = 4'hx;
-               offset = prev_offset;
                cur_reg = prev_reg;
                next_regs = regs;
                
This page took 0.024179 seconds and 4 git commands to generate.