git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a .gitattributes file to force hex files to be binary-like.
[firearm.git]
/
Decode.v
diff --git
a/Decode.v
b/Decode.v
index
c63fd9d
..
2c22746
100644
(file)
--- a/
Decode.v
+++ b/
Decode.v
@@
-181,7
+181,7
@@
module Decode(
read_2 = insn[15:12];
op0_out = regs0;
- if(
insn[25]
) begin
+ if(
!insn[25] /* immediate */
) begin
op1_out = {20'b0, insn[11:0]};
carry_out = incpsr[`CPSR_C];
end else begin
This page took
0.020505 seconds
and
4
git commands to generate.