From 52ace35a73839d661163206f123074368f751a09 Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Sat, 9 Dec 2017 21:39:20 +0000 Subject: [PATCH] Remove trailing comma from SB_IO_OD port list This isn't compatible with Icarus Verilog. --- techlibs/ice40/cells_sim.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2