]> Joshua Wise's Git repositories - firearm.git/blobdiff - Execute.v
Decode: Fix stupid bug in which stalls did not stall the decoder.
[firearm.git] / Execute.v
index 7f4cf6c988df5ac3c647bd12c6509c67b004f62c..38a192ff95f56fd3464915d0bb3bfc02e5bddaf4 100644 (file)
--- a/Execute.v
+++ b/Execute.v
@@ -101,7 +101,7 @@ module Execute(
                alu_setflags = 1'bx;
 
                jmp = 1'b0;
-               jmppc = 32'hxxxxxxxx;
+               jmppc = 32'h00000000;
 
                casez (insn)
                `DECODE_ALU_MULT:       /* Multiply -- must come before ALU, because it pattern matches a specific case of ALU */
This page took 0.017404 seconds and 4 git commands to generate.