projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc30b03
)
Changed ice40 ICESTORM_CARRYCONST port name
author
Clifford Wolf
<clifford@clifford.at>
Thu, 16 Apr 2015 10:09:14 +0000
(12:09 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 16 Apr 2015 10:09:14 +0000
(12:09 +0200)
techlibs/ice40/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/ice40/cells_sim.v
b/techlibs/ice40/cells_sim.v
index 9c63336d712caa17224623f2f26a5e0662349f8a..def87821614216110b0f9e7db47b6e6aa08fe1fb 100644
(file)
--- a/
techlibs/ice40/cells_sim.v
+++ b/
techlibs/ice40/cells_sim.v
@@
-245,9
+245,9
@@
endmodule
// Packed IceStorm Logic Cells
-module ICESTORM_CARRYCONST (output
O
);
+module ICESTORM_CARRYCONST (output
COUT
);
parameter [0:0] CARRYCONST = 0;
- assign
O
= CARRYCONST;
+ assign
COUT
= CARRYCONST;
endmodule
module ICESTORM_LC (