mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
parse_xaiger to not take box_lookup
This commit is contained in:
parent
e5ed8e8e21
commit
96db05aaef
4 changed files with 37 additions and 63 deletions
|
@ -47,7 +47,7 @@ struct AigerReader
|
|||
|
||||
AigerReader(RTLIL::Design *design, std::istream &f, RTLIL::IdString module_name, RTLIL::IdString clk_name, std::string map_filename, bool wideports);
|
||||
void parse_aiger();
|
||||
void parse_xaiger(const dict<int,IdString> &box_lookup);
|
||||
void parse_xaiger();
|
||||
void parse_aiger_ascii();
|
||||
void parse_aiger_binary();
|
||||
void post_process();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue