mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Fix read_aiger -- create zero driver, fix init width, parse 'b'
This commit is contained in:
parent
abc40924ed
commit
a04521c6b7
2 changed files with 52 additions and 13 deletions
|
@ -39,6 +39,7 @@ struct AigerReader
|
|||
std::vector<RTLIL::Wire*> inputs;
|
||||
std::vector<RTLIL::Wire*> latches;
|
||||
std::vector<RTLIL::Wire*> outputs;
|
||||
std::vector<RTLIL::Wire*> bad_properties;
|
||||
|
||||
AigerReader(RTLIL::Design *design, std::istream &f, RTLIL::IdString module_name, RTLIL::IdString clk_name);
|
||||
void parse_aiger();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue