mirror of https://github.com/YosysHQ/yosys.git
Remove trailing comma from SB_IO_OD port list
This isn't compatible with Icarus Verilog.
This commit is contained in:
parent
ba90e08398
commit
52ace35a73
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue