Skip to content

Throwing std::out_of_range when showing store entry #71

Description

@mtdsousa

Command 'show' throws std::out_of_range when is called without passing arguments.

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
terminate called after throwing an instance of 'std::out_of_range'
  what():  _Map_base::at

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