yosys-master
|
Public Member Functions | |
BlifDumperConfig () | |
Data Fields | |
bool | icells_mode |
bool | conn_mode |
bool | impltf_mode |
bool | gates_mode |
bool | param_mode |
bool | blackbox_mode |
std::string | buf_type |
std::string | buf_in |
std::string | buf_out |
std::map< RTLIL::IdString, std::pair< RTLIL::IdString, RTLIL::IdString > > | unbuf_types |
std::string | true_type |
std::string | true_out |
std::string | false_type |
std::string | false_out |
std::string | undef_type |
std::string | undef_out |
|
inline |
Definition at line 47 of file blif.cc.
std::map<RTLIL::IdString, std::pair<RTLIL::IdString, RTLIL::IdString> > BlifDumperConfig::unbuf_types |