Searched refs:DFFCell (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A Dlogic.h131 class DFFCell : public Component { class in inherits:Component
149 DFFCell(bool _is_dram, double _WdecNANDn, double _WdecNANDp, double _cell_load,
153 ~DFFCell() {};
H A Dlogic.cc253 DFFCell::DFFCell( function in class:DFFCell
273 double DFFCell::fpfp_node_cap(unsigned int fan_in, unsigned int fan_out) {
286 void DFFCell::compute_DFF_cell() {
350 DFFCell pipe_reg(false, WNANDn, WNANDp, load_per_pipeline_stage, &l_ip);

Completed in 9 milliseconds