mirror of https://github.com/YosysHQ/yosys.git
Changed ice40 ICESTORM_CARRYCONST port name
This commit is contained in:
parent
dc30b034f7
commit
31755ed1cf
|
@ -245,9 +245,9 @@ endmodule
|
||||||
|
|
||||||
// Packed IceStorm Logic Cells
|
// Packed IceStorm Logic Cells
|
||||||
|
|
||||||
module ICESTORM_CARRYCONST (output O);
|
module ICESTORM_CARRYCONST (output COUT);
|
||||||
parameter [0:0] CARRYCONST = 0;
|
parameter [0:0] CARRYCONST = 0;
|
||||||
assign O = CARRYCONST;
|
assign COUT = CARRYCONST;
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module ICESTORM_LC (
|
module ICESTORM_LC (
|
||||||
|
|
Loading…
Reference in New Issue