mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Changed ice40 ICESTORM_CARRYCONST port name
This commit is contained in:
parent
dc30b034f7
commit
31755ed1cf
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue