yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
dff_map_bit_info_t Struct Reference
+ Collaboration diagram for dff_map_bit_info_t:

Data Fields

RTLIL::SigBit bit_d
 
RTLIL::SigBit bit_clk
 
RTLIL::SigBit bit_arst
 
bool clk_polarity
 
bool arst_polarity
 
RTLIL::State arst_value
 
RTLIL::Cellcell
 

Detailed Description

Definition at line 36 of file expose.cc.

Field Documentation

bool dff_map_bit_info_t::arst_polarity

Definition at line 38 of file expose.cc.

RTLIL::State dff_map_bit_info_t::arst_value

Definition at line 39 of file expose.cc.

RTLIL::SigBit dff_map_bit_info_t::bit_arst

Definition at line 37 of file expose.cc.

RTLIL::SigBit dff_map_bit_info_t::bit_clk

Definition at line 37 of file expose.cc.

RTLIL::SigBit dff_map_bit_info_t::bit_d

Definition at line 37 of file expose.cc.

RTLIL::Cell* dff_map_bit_info_t::cell

Definition at line 40 of file expose.cc.

bool dff_map_bit_info_t::clk_polarity

Definition at line 38 of file expose.cc.


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