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

/gem5/src/cpu/
H A Dfunc_unit.cc66 FuncUnit::addCapability(OpClass cap, unsigned oplat, bool pipeline) argument
71 capabilityList.set(cap);
73 opLatencies[cap] = oplat;
74 pipelined[cap] = pipeline;
90 FuncUnit::opLatency(OpClass cap) argument
92 return opLatencies[cap];
H A Dfunc_unit.hh98 void addCapability(OpClass cap, unsigned oplat, bool pipelined);
/gem5/src/python/m5/util/
H A Dterminal.py76 cap = curses.tigetstr(s)
77 if cap:
78 return curses.tparm(cap, *args)
88 for name, cap in capability_map.items():
89 setattr(self, name, cap_string(cap))
/gem5/ext/testlib/
H A Dterminal.py75 cap = curses.tigetstr(s)
76 if cap:
77 return curses.tparm(cap, *args)
87 for name, cap in capability_map.iteritems():
88 setattr(self, name, cap_string(cap))
/gem5/src/sim/power/
H A DThermalModel.py119 for cap, node1, node2 in self._capacitors:
120 cap.getCCObject().setNodes(node1.getCCObject(), node2.getCCObject())
121 self.getCCObject().addCapacitor(cap.getCCObject())
130 def addCapacitor(self, cap, node1, node2):
132 self._capacitors.append( (cap, node1, node2) )
133 self._parent.thermal_components.append(cap)
/gem5/ext/mcpat/cacti/
H A Dcrossbar.cc60 // the model assumes input capacitance of the wire driver = input capacitance of nand + nor = input cap of the driver transistor
157 double cap = g_tp.wire_outside_mat.C_per_um * (area.w + area.h) + n_out * local
159 delay = horowitz(w1.signal_rise_time(), res * cap, deviceType->Vth /
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h150 capture *cap = const_cast<capture *>(reinterpret_cast<const capture *>(data));
160 std::move(args_converter).template call<Return, Guard>(cap->f), policy, call.parent);

Completed in 17 milliseconds