projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba90e08
)
Remove trailing comma from SB_IO_OD port list
author
Graham Edgecombe
<gpe@grahamedgecombe.com>
Sat, 9 Dec 2017 21:39:20 +0000
(21:39 +0000)
committer
Graham Edgecombe
<gpe@grahamedgecombe.com>
Sun, 10 Dec 2017 15:33:38 +0000
(15:33 +0000)
This isn't compatible with Icarus Verilog.
techlibs/ice40/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/ice40/cells_sim.v
b/techlibs/ice40/cells_sim.v
index b398c1886a77c808119889d2d8ab4b90aa1e6ae0..2ace597b6b9ff5f64b119760a2c206d0fa8155b4 100644
(file)
--- a/
techlibs/ice40/cells_sim.v
+++ b/
techlibs/ice40/cells_sim.v
@@
-1193,7
+1193,7
@@
module SB_IO_OD (
input DOUT1,
input DOUT0,
output DIN1,
- output DIN0
,
+ output DIN0
);
parameter [5:0] PIN_TYPE = 6'b000000;
parameter [0:0] NEG_TRIGGER = 1'b0;