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

How to export store content? #72

Open
mtdsousa opened this issue Mar 25, 2019 · 0 comments
Open

How to export store content? #72

mtdsousa opened this issue Mar 25, 2019 · 0 comments

Comments

@mtdsousa
Copy link

Is there a way to export the store content?

test.v:

module test (a, b, c);
    input a, b;
    output c;
    assign c = a | b;
endmodule
cirkit> read_verilog --xmg test.v 
cirkit [xmg]> show --silent out
(out is an empty file)
cirkit [xmg]> print --xmg
(empty line)
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

1 participant