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

/gem5/ext/dsent/model/electrical/
H A DBarrelShifter.cc207 ElectricalModel* last_mux = NULL; local
234 if (last_mux == NULL)
241 propagatePortTransitionInfo(mux, "In0", last_mux, "Out");
242 propagatePortTransitionInfo(mux, "In1", last_mux, "Out");
247 last_mux = mux;
252 if (last_mux == NULL)
256 propagatePortTransitionInfo("Out", last_mux, "Out");

Completed in 5 milliseconds