Searched refs:createOutputPort (Results 1 - 25 of 33) sorted by relevance

12

/gem5/ext/dsent/model/electrical/
H A DRippleAdder.cc62 createOutputPort("CO");
67 createOutputPort("S" + String(i));
H A DBarrelShifter.cc91 createOutputPort( "Out", makeNetIndex(0, number_bits-1));
H A DDecoder.cc78 createOutputPort("Out" + (String)i);
H A DMultiplexerCrossbar.cc100 createOutputPort("Out" + (String)i, makeNetIndex(0, number_bits-1));
H A DMuxTreeSerializer.cc96 createOutputPort("Out", makeNetIndex(0, output_bits-1));
H A DOR.cc85 createOutputPort("Out", makeNetIndex(0, number_bits-1));
H A DRepeatedLink.cc112 createOutputPort("Out", makeNetIndex(0, number_bits-1));
/gem5/ext/dsent/model/std_cells/
H A DBUF.cc57 createOutputPort("Y");
167 createOutputPort("Y");
H A DINV.cc62 createOutputPort("Y");
181 createOutputPort("Y");
H A DAND2.cc61 createOutputPort("Y");
216 createOutputPort("Y");
H A DNAND2.cc62 createOutputPort("Y");
212 createOutputPort("Y");
H A DNOR2.cc62 createOutputPort("Y");
211 createOutputPort("Y");
H A DOR2.cc58 createOutputPort("Y");
211 createOutputPort("Y");
H A DXOR2.cc62 createOutputPort("Y");
230 createOutputPort("Y");
H A DLATQ.cc63 createOutputPort("Q");
241 createOutputPort("Q");
H A DMUX2.cc63 createOutputPort("Y");
250 createOutputPort("Y");
H A DADDF.cc64 createOutputPort("S");
65 createOutputPort("CO");
345 createOutputPort("S");
346 createOutputPort("CO");
H A DDFFQ.cc63 createOutputPort("Q");
286 createOutputPort("Q");
/gem5/ext/dsent/model/
H A DElectricalModel.h90 void createOutputPort(const String& name_, const NetIndex& net_indices_ = NetIndex(0, 0));
/gem5/ext/dsent/model/electrical/router/
H A DRouterInputPort.cc118 createOutputPort("FlitOut", makeNetIndex(0, number_bits_per_flit-1));
/gem5/ext/dsent/model/optical/
H A DOpticalLinkBackendRx.cc92 createOutputPort("Out", makeNetIndex(0, out_bits-1));
H A DOpticalLinkBackendTx.cc89 createOutputPort("Out", makeNetIndex(0, out_bits-1));
H A DRingDetector.cc108 createOutputPort("Out", makeNetIndex(0, number_wavelengths-1));
H A DSWMRLink.cc80 createOutputPort("Out" + (String) i, makeNetIndex(0, number_wavelengths-1));
H A DSWSRLink.cc89 createOutputPort("Out", makeNetIndex(0, number_bits-1));

Completed in 27 milliseconds

12