git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2393422
)
system.v: Silly typo fix -- why didn't Verilator warn me about that?????
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Tue, 6 Jan 2009 04:57:24 +0000
(23:57 -0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Tue, 6 Jan 2009 04:57:24 +0000
(23:57 -0500)
system.v
patch
|
blob
|
blame
|
history
diff --git
a/system.v
b/system.v
index
6fd0b8b
..
a8a9ac4
100644
(file)
--- a/
system.v
+++ b/
system.v
@@
-118,7
+118,7
@@
module System(input clk);
.write_reg(execute_out_write_reg), .write_num(execute_out_write_num),
.write_data(execute_out_write_data),
.jmp(jmp), .jmppc(jmppc),
- .outpc(pc_out_execute), .insn(insn_out_execute));
+ .outpc(pc_out_execute), .
out
insn(insn_out_execute));
assign execute_out_backflush = jmp;
reg [31:0] clockno = 0;
This page took
0.022276 seconds
and
4
git commands to generate.