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

/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingOptimizer.cc67 StdCell* inv0 = getTechModel()->getStdCellLib()->createStdCell("INV", port_name + "Driver0"); local
68 inv0->construct();
72 addSubInstances(inv0, 1.0);
80 portConnect(inv0, "A", port_name + "Driver0In");
81 portConnect(inv0, "Y", port_name + "Driver0Out");
/gem5/ext/dsent/model/electrical/
H A DDecoder.cc96 StdCell* inv0 = getTechModel()->getStdCellLib()->createStdCell("INV", inv0_name); local
97 inv0->construct();
100 portConnect(inv0, "A", "Addr0");
101 portConnect(inv0, "Y", "Out0");
105 addSubInstances(inv0, 1.0);
106 addElectricalSubResults(inv0, 1.0);
107 decode_event->addSubResult(inv0->getEventResult("INV"), inv0_name, 1.0);
209 ElectricalModel* inv0 = (ElectricalModel*)getSubInstance("Inv0"); local
210 propagatePortTransitionInfo(inv0, "A", "Addr0");
211 inv0
[all...]

Completed in 5 milliseconds