Searched refs:Int (Results 26 - 50 of 78) sorted by relevance

1234

/gem5/src/arch/alpha/
H A DAlphaTLB.py38 size = Param.Int("TLB size")
/gem5/src/base/vnc/
H A DVnc.py55 number = Param.Int(0, "vnc client number")
/gem5/src/cpu/
H A DFuncUnit.py73 count = Param.Int("number of these FU's available")
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.py46 max_outstanding_requests = Param.Int(40*64,
H A DSequencer.py38 version = Param.Int(0, "")
67 max_outstanding_requests = Param.Int(16,
74 coreid = Param.Int(99, "CorePair core id")
79 max_outstanding_requests = Param.Int(64, "max outstanding requests")
H A DRubySystem.py54 num_of_sequencers = Param.Int("")
/gem5/src/mem/cache/compressors/
H A DCompressors.py38 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes")
/gem5/src/dev/serial/
H A DTerminal.py53 number = Param.Int(0, "terminal number")
/gem5/src/dev/x86/
H A DI82094AA.py38 apic_id = Param.Int(1, 'APIC id for this IO APIC')
/gem5/src/dev/storage/
H A DDiskImage.py47 table_size = Param.Int(65536, "initial table size")
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.py40 buffer_size = Param.Int(0,
42 endpoint_bandwidth = Param.Int(1000, "bandwidth adjustment factor");
78 virt_nets = Param.Int(Parent.number_of_virtual_networks,
/gem5/src/sim/
H A DSystem.py90 work_item_id = Param.Int(-1, "specific work item id")
91 num_work_ids = Param.Int(16, "Number of distinct work item types")
92 work_begin_cpu_id_exit = Param.Int(-1,
H A Dcore.hh84 namespace Int { namespace in namespace:SimClock
91 } // namespace Int
H A Dpseudo_inst.cc259 tc->quiesceTick(curTick() + SimClock::Int::ns * ns);
275 SimClock::Int::ns;
282 return curTick() / SimClock::Int::ns;
307 Tick when = curTick() + delay * SimClock::Int::ns;
316 Tick when = curTick() + delay * SimClock::Int::ns;
442 Tick when = curTick() + delay * SimClock::Int::ns;
443 Tick repeat = period * SimClock::Int::ns;
456 Tick when = curTick() + delay * SimClock::Int::ns;
457 Tick repeat = period * SimClock::Int::ns;
470 Tick when = curTick() + delay * SimClock::Int
[all...]
/gem5/src/arch/arm/tracers/
H A DTarmacTrace.py50 start_pc = Param.Int(
/gem5/src/cpu/simple/
H A DAtomicSimpleCPU.py61 width = Param.Int(1, "CPU width")
/gem5/src/mem/ruby/network/
H A DNetwork.py47 control_msg_size = Param.Int(8, "")
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py73 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes")
122 latency = Param.Int(1, "Latency for generated prefetches")
123 queue_size = Param.Int(32, "Maximum number of queued prefetches")
124 max_prefetch_requests_with_pending_translation = Param.Int(32,
152 max_conf = Param.Int(7, "Maximum confidence level")
153 thresh_conf = Param.Int(4, "Threshold confidence level")
154 min_conf = Param.Int(0, "Minimum confidence level")
155 start_conf = Param.Int(4, "Starting confidence for new entries")
157 table_sets = Param.Int(16, "Number of sets in PC lookup table")
158 table_assoc = Param.Int(
[all...]
/gem5/src/dev/net/
H A Detherdump.cc97 pkthdr.seconds = curTick() / SimClock::Int::s;
98 pkthdr.microseconds = (curTick() / SimClock::Int::us) % ULL(1000000);
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetNetwork.py40 num_rows = Param.Int(0, "number of rows if 2D (mesh/torus/..) topology");
45 routing_algorithm = Param.Int(0,
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py77 max_outstanding_reqs = Param.Int(0,
96 cpu_id = Param.Int(-1, "CPU identifier")
/gem5/src/mem/
H A DXBar.py105 max_outstanding_snoops = Param.Int(512, "Max. outstanding snoops allowed")
108 max_routing_table_size = Param.Int(512, "Max. routing table size")
/gem5/src/mem/cache/replacement_policies/
H A DReplacementPolicies.py81 num_bits = Param.Int(2, "Number of bits per RRPV")
98 num_leaves = Param.Int(Parent.assoc, "Number of leaves in each tree")
/gem5/src/dev/arm/
H A Denergy_ctrl.hh170 return (uint32_t)(SimClock::Int::ms / period);
/gem5/src/cpu/o3/
H A DO3CPU.py167 smtLSQThreshold = Param.Int(100, "SMT LSQ Threshold Sharing Parameter")
170 smtIQThreshold = Param.Int(100, "SMT IQ Threshold Sharing Parameter")
173 smtROBThreshold = Param.Int(100, "SMT ROB Threshold Sharing Parameter")

Completed in 29 milliseconds

1234