Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why the read_verilog doesn't work? #15

Open
Tony-Xiaotong-Cui opened this issue Dec 5, 2016 · 1 comment
Open

Why the read_verilog doesn't work? #15

Tony-Xiaotong-Cui opened this issue Dec 5, 2016 · 1 comment

Comments

@Tony-Xiaotong-Cui
Copy link

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!

@msoeken
Copy link
Owner

msoeken commented Dec 6, 2016

Hi,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants