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
There are several read_verilog parsers and it depends into which data structure you want to read the Verilog.
For example, if you want to read Verilog into an AIG, use read_verilog -a file.v. This implementation uses ABC's Verilog parser that is used by its %read command. If you want to read Verilog into an XMG, then you can use read_verilog -x file.v but this uses a simpler Verilog parser that only parses gate-level netlists with AND, OR, XOR, and MAJ.
Hi, Mathias,
Although the revkit has the read_verilog command, when i use it, however, it says exactly one store must be specified. It works fine with pla file.
Is the usage of read_verilog correct ? or something else?
Thank you!
The text was updated successfully, but these errors were encountered: