Skip to content

How to export store content? #72

@mtdsousa

Description

@mtdsousa

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions