]> Joshua Wise's Git repositories - firearm.git/blobdiff - Issue.v
Only emit a stall if we didn't take a bubble in.
[firearm.git] / Issue.v
diff --git a/Issue.v b/Issue.v
index 85d1393035078ea80e66c710167b90c496734f28..6b25d3752a044e54e56f77c3c83d7acfc2b0e810 100644 (file)
--- a/Issue.v
+++ b/Issue.v
@@ -289,6 +289,6 @@ module Issue(
                outbubble <= inbubble | waiting | !condition_met;
                outpc <= inpc;
                outinsn <= insn;
-               outstall <= waiting;
+               outstall <= waiting && !inbubble;
        end
 endmodule
This page took 0.021212 seconds and 4 git commands to generate.