yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
BlifDumperConfig Struct Reference

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
 

Detailed Description

Definition at line 34 of file blif.cc.

Constructor & Destructor Documentation

BlifDumperConfig::BlifDumperConfig ( )
inline

Definition at line 47 of file blif.cc.

47 : icells_mode(false), conn_mode(false), impltf_mode(false), gates_mode(false), param_mode(false), blackbox_mode(false) { }
bool impltf_mode
Definition: blif.cc:38
bool conn_mode
Definition: blif.cc:37
bool param_mode
Definition: blif.cc:40
bool blackbox_mode
Definition: blif.cc:41
bool icells_mode
Definition: blif.cc:36
bool gates_mode
Definition: blif.cc:39

Field Documentation

bool BlifDumperConfig::blackbox_mode

Definition at line 41 of file blif.cc.

std::string BlifDumperConfig::buf_in

Definition at line 43 of file blif.cc.

std::string BlifDumperConfig::buf_out

Definition at line 43 of file blif.cc.

std::string BlifDumperConfig::buf_type

Definition at line 43 of file blif.cc.

bool BlifDumperConfig::conn_mode

Definition at line 37 of file blif.cc.

std::string BlifDumperConfig::false_out

Definition at line 45 of file blif.cc.

std::string BlifDumperConfig::false_type

Definition at line 45 of file blif.cc.

bool BlifDumperConfig::gates_mode

Definition at line 39 of file blif.cc.

bool BlifDumperConfig::icells_mode

Definition at line 36 of file blif.cc.

bool BlifDumperConfig::impltf_mode

Definition at line 38 of file blif.cc.

bool BlifDumperConfig::param_mode

Definition at line 40 of file blif.cc.

std::string BlifDumperConfig::true_out

Definition at line 45 of file blif.cc.

std::string BlifDumperConfig::true_type

Definition at line 45 of file blif.cc.

std::map<RTLIL::IdString, std::pair<RTLIL::IdString, RTLIL::IdString> > BlifDumperConfig::unbuf_types

Definition at line 44 of file blif.cc.

std::string BlifDumperConfig::undef_out

Definition at line 45 of file blif.cc.

std::string BlifDumperConfig::undef_type

Definition at line 45 of file blif.cc.


The documentation for this struct was generated from the following file: