Remove trailing comma from SB_IO_OD port list

This isn't compatible with Icarus Verilog.
This commit is contained in:
Graham Edgecombe 2017-12-09 21:39:20 +00:00
parent ba90e08398
commit 52ace35a73
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ module SB_IO_OD (
input DOUT1, input DOUT1,
input DOUT0, input DOUT0,
output DIN1, output DIN1,
output DIN0, output DIN0
); );
parameter [5:0] PIN_TYPE = 6'b000000; parameter [5:0] PIN_TYPE = 6'b000000;
parameter [0:0] NEG_TRIGGER = 1'b0; parameter [0:0] NEG_TRIGGER = 1'b0;