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

/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test4/
H A Dtest4.cpp49 const sc_signal<bool>& gate; local
57 : gate(GATE)
62 sensitive << gate; local
68 clock_out = clock_in & gate;
76 const sc_signal<bool>& gate; local
86 : gate(GATE), a(A)
93 sensitive << gate; local
105 if (gate.event()) cout << "Gate = " << gate.read() << " - ";
117 sc_signal<bool>& gate; local
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test5/
H A Dtest5.cpp49 const sc_signal<bool>& gate; local
57 : gate(GATE)
62 sensitive << gate; local
68 clock_out = clock_in & gate;
76 const sc_signal<bool>& gate; local
86 : gate(GATE), a(A)
93 sensitive << gate; local
105 if (gate.event()) cout << "Gate = " << gate.read() << " - ";
117 sc_signal<bool>& gate; local
[all...]
/gem5/src/dev/x86/
H A Dspeaker.cc47 "Reading from speaker device: gate %s, speaker %s, output %s.\n",
48 controlVal.gate ? "on" : "off",
62 controlVal.gate = val.gate;
63 //Change the gate value in the timer.
64 if (!val.gate)
65 warn("The gate bit of the pc speaker isn't implemented and "
71 DPRINTF(PcSpeaker, "Writing to speaker device: gate %s, speaker %s.\n",
72 controlVal.gate ? "on" : "off", controlVal.speaker ? "on" : "off");
H A Dspeaker.hh49 Bitfield<0> gate; member in class:X86ISA::Speaker
/gem5/ext/mcpat/cacti/
H A Dcomponent.cc90 Area gate; local
122 cout << "Unknown gate type: " << gate_type << endl;
126 gate.w = MAX(total_ndiff_w, total_pdiff_w);
129 //means that the height of the gate can
130 //be made smaller than the input height specified, so calculate the height of the gate.
131 gate.h = w_nmos + w_pmos + g_tp.MIN_GAP_BET_P_AND_N_DIFFS + 2 * g_tp.HPOWERRAIL;
133 gate.h = h_gate;
135 return gate.get_area();

Completed in 7 milliseconds