mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Refactor into AigerReader::post_process()
This commit is contained in:
parent
60026842b2
commit
9d122d3c51
2 changed files with 161 additions and 249 deletions
|
@ -47,6 +47,7 @@ struct AigerReader
|
|||
void parse_xaiger();
|
||||
void parse_aiger_ascii();
|
||||
void parse_aiger_binary();
|
||||
void post_process();
|
||||
};
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue