You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It returns the following error:
program_x.v:7:10: Parse error: unexpected token '[' (Sym_brack_l)
However Icarus Verilog seems to be fine with it.
For more context, my goal is to read it in Yosys for then formal equivalence checking, and I have already tried the synlig plugin but it doesn't work. Any suggestions are kindly accepted.
The text was updated successfully, but these errors were encountered:
Thank you for filing this issue! I've added support for gate arrays and multidimensional gate arrays in 12618d5. Please let me know if it works for you!
Thank you Zachary, it did work for me.
I have found that my problem is related however to Yosys (where an issue has been opened as well).
Thank you again in any case.
Hi!
I have tried to convert the following file into verilog:
It returns the following error:
program_x.v:7:10: Parse error: unexpected token '[' (Sym_brack_l)
However Icarus Verilog seems to be fine with it.
For more context, my goal is to read it in Yosys for then formal equivalence checking, and I have already tried the synlig plugin but it doesn't work. Any suggestions are kindly accepted.
The text was updated successfully, but these errors were encountered: