mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Changed ice40 ICESTORM_CARRYCONST port name
This commit is contained in:
parent
dc30b034f7
commit
31755ed1cf
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue