Searched defs:cell_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc37 void CellMacros::addNor2(StdCell* cell_, const String& name_, argument
68 updateNor2(StdCell* cell_, const String& name_, double normalized_size_) argument
137 addNand2(StdCell* cell_, const String& name_, bool sizable_, bool a1_to_zn_path_, bool a2_to_zn_path_, const String& a1_net_, const String& a2_net_, const String& zn_net_) argument
168 updateNand2(StdCell* cell_, const String& name_, double normalized_size_) argument
239 addInverter(StdCell* cell_, const String& name_, bool sizable_, bool a_to_zn_path_, const String& a_net_, const String& zn_net_) argument
266 updateInverter(StdCell* cell_, const String& name_, double normalized_size_) argument
329 addTristate(StdCell* cell_, const String& name_, bool sizable_, bool a_to_zn_path_, bool oe_to_zn_path_, bool oen_to_zn_path_, const String& a_net_, const String& oe_net_, const String& oen_net_, const String& zn_net_) argument
365 updateTristate(StdCell* cell_, const String& name_, double normalized_size_) argument
453 calculateNmosWidth(const StdCell* cell_, unsigned int max_stacked_nmos_, unsigned int max_stacked_pmos_, unsigned int current_stacked_nmos_) argument
475 calculatePmosWidth(const StdCell* cell_, unsigned int max_stacked_nmos_, unsigned int max_stacked_pmos_, unsigned int current_stacked_pmos_) argument
[all...]
/gem5/ext/mcpat/cacti/
H A Ddecoder.cc46 Decoder( int _num_dec_signals, bool flag_way_select, double _C_ld_dec_out, double _R_wire_dec_out, bool fully_assoc_, bool is_dram_, bool is_wl_tr_, const Area & cell_) argument

Completed in 14 milliseconds