msoeken / cirkit

A circuit toolkit
MIT License
96 stars 38 forks source link

Throwing std::out_of_range when showing store entry #71

Open mtdsousa opened 5 years ago

mtdsousa commented 5 years ago

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