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

/gem5/util/tlm/src/
H A Dsc_ext.hh65 bool isPipeThrough() const { return pipeThrough; }
66 void setPipeThrough() { pipeThrough = true; }
70 bool pipeThrough; member in class:Gem5SystemC::Gem5Extension
H A Dsc_ext.cc48 pipeThrough = false;
/gem5/src/systemc/tlm_bridge/
H A Dsc_ext.hh61 bool isPipeThrough() const { return pipeThrough; }
62 void setPipeThrough() { pipeThrough = true; }
66 bool pipeThrough; member in class:Gem5SystemC::Gem5Extension
H A Dsc_ext.cc48 pipeThrough = false;

Completed in 5 milliseconds