mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Remove trailing comma from SB_IO_OD port list
This isn't compatible with Icarus Verilog.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user