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

/gem5/ext/dsent/
H A Dinterface.cc111 uint64_t frequency; local
128 if (!PyArg_ParseTuple(args, "KIIIIII", &frequency, &num_in_port,
134 assert(frequency > 0.0);
145 params["Frequency"] = String(frequency);
179 uint64_t frequency = PyLong_AsLongLong(arg); local
182 if (frequency == -1) {
188 params["Frequency"] = String(frequency);
/gem5/util/
H A Don-chip-network-power-area.py113 frequency = getClock(router, config)
125 power = dsent.computeRouterPowerAndArea(frequency, num_ports, num_ports,
135 frequency = getClock(link + ".nls0", config)
136 power = dsent.computeLinkPower(frequency)
139 frequency = getClock(link + ".nls1", config)
140 power = dsent.computeLinkPower(frequency)
/gem5/src/dev/mips/
H A Dmalta_io.cc61 : MC146818(p->malta, name, p->time, p->year_is_bcd, p->frequency),
79 MaltaIO::frequency() const function in class:MaltaIO
81 return SimClock::Frequency / params()->frequency;
H A Dmalta_io.hh107 Tick frequency() const;
H A DMalta.py50 frequency = Param.Frequency('1024Hz', "frequency of interrupts") variable in class:MaltaIO
/gem5/src/arch/alpha/
H A DAlphaSystem.py50 .frequency,
51 "boot processor frequency")
/gem5/src/dev/x86/
H A Dcmos.hh62 bool bcd, Tick frequency, int int_pin_count) :
63 MC146818(em, n, time, bcd, frequency)
61 X86RTC(EventManager *em, const std::string &n, const struct tm time, bool bcd, Tick frequency, int int_pin_count) argument
/gem5/src/dev/alpha/
H A Dtsunami_io.hh110 Tick frequency() const;
H A Dtsunami.cc64 alphaSystem->setIntrFreq(io->frequency());
H A Dtsunami_io.cc67 : MC146818(p->tsunami, n, p->time, p->year_is_bcd, p->frequency),
85 TsunamiIO::frequency() const function in class:TsunamiIO
87 return SimClock::Frequency / params()->frequency;
H A Dbackdoor.cc95 alphaAccess->cpuClock = cpu->frequency() / 1000000; // In MHz
99 alphaAccess->intrClockFrequency = tsunami->io->frequency();
H A DTsunami.py51 frequency = Param.Frequency('1024Hz', "frequency of interrupts") variable in class:TsunamiIO
/gem5/src/arch/mips/
H A DMipsSystem.py54 .frequency,
55 "boot processor frequency")
/gem5/src/systemc/core/
H A Dsc_time.cc403 Tick frequency = SimClock::Frequency;
405 // Shrink the frequency by scaling down the time period, ie converting
407 while (_unit > 1 && (frequency % 1000 == 0)) {
409 frequency /= 1000;
412 // Convert the frequency into a period.
414 if (frequency > 1) {
416 period = 1000 / frequency;
418 period = frequency;
/gem5/configs/splash2/
H A Drun.py53 parser.add_option("-f", "--frequency",
181 busFrequency = Frequency(options.frequency)
185 clock=options.frequency)
189 clock=options.frequency)
193 clock=options.frequency)
H A Dcluster.py56 parser.add_option("-f", "--frequency",
164 busFrequency = Frequency(options.frequency)
178 clock=options.frequency)
191 clock=options.frequency)
204 clock=options.frequency)
/gem5/src/dev/
H A Dmc146818.hh155 bool bcd, Tick frequency);
H A Dmc146818.cc95 bool bcd, Tick frequency)
96 : EventManager(em), _name(n), event(this, frequency), tickEvent(this)
94 MC146818(EventManager *em, const string &n, const struct tm time, bool bcd, Tick frequency) argument
/gem5/src/arch/alpha/linux/
H A Dsystem.cc177 Tick cpuFreq = tc->getCpuPtr()->frequency();
/gem5/src/sim/
H A Dclocked_object.hh122 // frequency changes, we can update this object's tick.
218 uint64_t frequency() const { return SimClock::Frequency / clockPeriod(); } function in class:Clocked
/gem5/src/gpu-compute/
H A Dshader.hh89 Tick frequency() const { return SimClock::Frequency / clock; } function in class:Shader
H A Dtlb_coalescer.hh150 Tick frequency() const { return SimClock::Frequency / clock; } function in class:TLBCoalescer
H A Dgpu_tlb.hh83 Tick frequency() const { return SimClock::Frequency / clock; } function in class:X86ISA::GpuTLB
/gem5/src/cpu/
H A DBaseCPU.py204 "frequency to print out the progress message")
328 freq = int(self.clk_domain.unproxy(self).clock[0].frequency)
329 node.append(FdtPropertyWords("clock-frequency", freq))

Completed in 31 milliseconds