diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-07 16:15:19 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-07 16:15:19 -0700 |
commit | 1e201a9b010badec6f220476dc6bc03a06de5b69 (patch) | |
tree | ceff38dbba8d2b63dd6f302949a742ef2061eff3 /frontends/aiger/aigerparse.h | |
parent | fe4394fb9aacfaee840d2c72b88c5da666fbcb28 (diff) | |
parent | 2b350401c4577d54c0d460240e2d2847d2eeadc4 (diff) | |
download | yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.tar.gz yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.tar.bz2 yosys-1e201a9b010badec6f220476dc6bc03a06de5b69.zip |
Merge remote-tracking branch 'origin/master' into xc7mux
Diffstat (limited to 'frontends/aiger/aigerparse.h')
-rw-r--r-- | frontends/aiger/aigerparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/aiger/aigerparse.h b/frontends/aiger/aigerparse.h index 28f40279b..7d6d70b2c 100644 --- a/frontends/aiger/aigerparse.h +++ b/frontends/aiger/aigerparse.h @@ -42,6 +42,7 @@ struct AigerReader std::vector<RTLIL::Wire*> inputs; std::vector<RTLIL::Wire*> latches; std::vector<RTLIL::Wire*> outputs; + std::vector<RTLIL::Wire*> bad_properties; std::vector<RTLIL::Cell*> boxes; AigerReader(RTLIL::Design *design, std::istream &f, RTLIL::IdString module_name, RTLIL::IdString clk_name, std::string map_filename, bool wideports); |