Changed ice40 ICESTORM_CARRYCONST port name
authorClifford Wolf <clifford@clifford.at>
Thu, 16 Apr 2015 10:09:14 +0000 (12:09 +0200)
committerClifford Wolf <clifford@clifford.at>
Thu, 16 Apr 2015 10:09:14 +0000 (12:09 +0200)
techlibs/ice40/cells_sim.v

index 9c63336d712caa17224623f2f26a5e0662349f8a..def87821614216110b0f9e7db47b6e6aa08fe1fb 100644 (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 (