From: Clifford Wolf Date: Thu, 16 Apr 2015 10:09:14 +0000 (+0200) Subject: Changed ice40 ICESTORM_CARRYCONST port name X-Git-Tag: yosys-0.6~326 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31755ed1cfe4516ddcad30847ed1b2b066bfdf8b;p=yosys.git Changed ice40 ICESTORM_CARRYCONST port name --- diff --git a/techlibs/ice40/cells_sim.v b/techlibs/ice40/cells_sim.v index 9c63336d7..def878216 100644 --- a/techlibs/ice40/cells_sim.v +++ b/techlibs/ice40/cells_sim.v @@ -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 (