3
0
Fork 0
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:
Eddie Hung 2019-04-23 15:06:19 -07:00
parent 60026842b2
commit 9d122d3c51
2 changed files with 161 additions and 249 deletions

View file

@ -47,6 +47,7 @@ struct AigerReader
void parse_xaiger();
void parse_aiger_ascii();
void parse_aiger_binary();
void post_process();
};
YOSYS_NAMESPACE_END