From: Graham Edgecombe Date: Sat, 9 Dec 2017 21:39:20 +0000 (+0000) Subject: Remove trailing comma from SB_IO_OD port list X-Git-Tag: yosys-0.8~255^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52ace35a73839d661163206f123074368f751a09;p=yosys.git Remove trailing comma from SB_IO_OD port list This isn't compatible with Icarus Verilog. --- diff --git a/techlibs/ice40/cells_sim.v b/techlibs/ice40/cells_sim.v index b398c1886..2ace597b6 100644 --- a/techlibs/ice40/cells_sim.v +++ b/techlibs/ice40/cells_sim.v @@ -1193,7 +1193,7 @@ module SB_IO_OD ( input DOUT1, input DOUT0, output DIN1, - output DIN0, + output DIN0 ); parameter [5:0] PIN_TYPE = 6'b000000; parameter [0:0] NEG_TRIGGER = 1'b0;