Changed ice40 ICESTORM_CARRYCONST port name

This commit is contained in:
Clifford Wolf 2015-04-16 12:09:14 +02:00
parent dc30b034f7
commit 31755ed1cf
1 changed files with 2 additions and 2 deletions

View File

@ -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 (