git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
system, Writeback, Memory, Execute: Only update the CPSR when an update is specified...
[firearm.git]
/
Terminal.v
diff --git
a/Terminal.v
b/Terminal.v
index
9dc5a21
..
89b19d5
100644
(file)
--- a/
Terminal.v
+++ b/
Terminal.v
@@
-26,8
+26,9
@@
module Terminal(
cp_ack = 1;
end
end
cp_ack = 1;
end
end
-
+`ifdef verilator
always @(posedge clk)
if (towrite)
$c("{extern void term_output(unsigned char d); term_output(",data,");}");
always @(posedge clk)
if (towrite)
$c("{extern void term_output(unsigned char d); term_output(",data,");}");
+`endif
endmodule
endmodule
This page took
0.017996 seconds
and
4
git commands to generate.