git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
85d1393
..
6b25d37
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.125905 seconds
and
4
git commands to generate.