mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 17:36:16 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue