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

/gem5/ext/dsent/model/electrical/
H A DOR.cc100 //Recursively instantiates smaller ors
110 // If it is more than 1 input, instantiate two sub ors (OR_way0 and OR_way1)
131 // Create outputs of way0 and way1 ors with final or
139 // Connect inputs to the sub ors.
174 // Init a bunch of 1-bit ors
180 OR* ors = new OR(or_name, getTechModel()); local
181 ors->setParameter("NumberInputs", number_inputs);
182 ors->setParameter("NumberBits", 1);
183 ors->setParameter("BitDuplicate", "TRUE");
184 ors
[all...]

Completed in 4 milliseconds