Searched refs:Latency (Results 1 - 25 of 30) sorted by relevance

12

/gem5/src/mem/
H A DMemDelay.py53 read_req = Param.Latency("0t", "Read request delay")
54 read_resp = Param.Latency("0t", "Read response delay")
56 write_req = Param.Latency("0t", "Write request delay")
57 write_resp = Param.Latency("0t", "Write response delay")
H A DSimpleMemory.py49 latency = Param.Latency('30ns', "Request to response latency")
50 latency_var = Param.Latency('0ns', "Request to response latency variance")
H A DDRAMCtrl.py116 static_frontend_latency = Param.Latency("10ns", "Static frontend latency")
117 static_backend_latency = Param.Latency("10ns", "Static backend latency")
154 tCK = Param.Latency("Clock period")
158 tRCD = Param.Latency("RAS to CAS delay")
161 tCL = Param.Latency("CAS latency")
164 tRP = Param.Latency("Row precharge time")
167 tRAS = Param.Latency("ACT to PRE delay")
170 tWR = Param.Latency("Write recovery time")
173 tRTP = Param.Latency("Read to precharge")
184 tBURST = Param.Latency("Burs
[all...]
H A DBridge.py52 delay = Param.Latency('0ns', "The latency of this bridge")
H A DSerialLink.py57 delay = Param.Latency('0ns', "The latency of this serial_link")
H A DCommMonitor.py82 itt_max_bin = Param.Latency('100ns', "Max bin of ITT distributions")
/gem5/src/mem/qos/
H A DQoSMemSinkCtrl.py58 request_latency = Param.Latency("20ns", "Memory latency between requests")
61 response_latency = Param.Latency("20ns", "Memory response latency")
/gem5/src/sim/
H A DClockedObject.py76 p_state_clk_gate_min = Param.Latency('1ns',"Min value of the distribution")
77 p_state_clk_gate_max = Param.Latency('1s',"Max value of the distribution")
H A DDVFSHandler.py67 transition_latency = Param.Latency('100us',
/gem5/src/arch/x86/
H A DX86LocalApic.py54 int_latency = Param.Latency('1ns', \
55 "Latency for an interrupt to propagate through this device.")
57 pio_latency = Param.Latency('100ns', 'Programmed IO latency')
/gem5/src/dev/net/
H A DEthernet.py63 delay = Param.Latency('0us', "packet transmit delay")
64 delay_var = Param.Latency('0ns', "packet transmit delay variability")
72 delay = Param.Latency('0us', "packet transmit delay")
73 delay_var = Param.Latency('0ns', "packet transmit delay variability")
78 sync_start = Param.Latency('5200000000000t', "first dist sync barrier")
79 sync_repeat = Param.Latency('10us', "dist sync barrier repeat")
101 delay = Param.Latency('0us', "packet transmit delay")
102 delay_var = Param.Latency('0ns', "packet transmit delay variability")
103 time_to_live = Param.Latency('10ms', "time to live of MAC address maping")
168 wb_delay = Param.Latency('1
[all...]
/gem5/src/dev/arm/
H A DFlashDevice.py65 read_lat = Param.Latency("25us", "Read Latency")
66 write_lat = Param.Latency("200us", "Write Latency")
67 erase_lat = Param.Latency("1500us", "Erase Delay")
H A DUFSHostDevice.py48 pio_latency = Param.Latency("10ns", "Time between action and write/read \
H A DGic.py101 dist_pio_delay = Param.Latency('10ns', "Delay for PIO r/w to distributor")
102 cpu_pio_delay = Param.Latency('10ns', "Delay for PIO r/w to cpu interface")
103 int_latency = Param.Latency('10ns', "Delay for interrupt to get to CPU")
131 pio_delay = Param.Latency('10ns', "Delay for PIO r/w")
142 pio_delay = Param.Latency('10ns', "Delay for PIO r/w")
209 dist_pio_delay = Param.Latency('10ns', "Delay for PIO r/w to distributor")
211 redist_pio_delay = Param.Latency('10ns',
/gem5/src/dev/pci/
H A DCopyEngine.py57 latBeforeBegin = Param.Latency('20ns', "Latency after a DMA command is seen before it's proccessed")
58 latAfterCompletion = Param.Latency('20ns', "Latency after a DMA command is complete before it's reported as such")
H A DPciDevice.py58 pio_latency = Param.Latency('30ns', "Programmed IO latency")
59 config_latency = Param.Latency('20ns', "Config read or write latency")
70 LatencyTimer = Param.UInt8(0, "PCI Latency Timer")
101 MaximumLatency = Param.UInt8(0x00, "Maximum Latency")
/gem5/src/learning_gem5/part2/
H A DHelloObject.py37 time_to_wait = Param.Latency("Time before firing the event")
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A DSystemC_Example.py52 delay = Param.Latency('1ns', 'Time to wait between each word.')
/gem5/src/dev/x86/
H A DI82094AA.py40 int_latency = Param.Latency('1ns', \
41 "Latency for an interrupt to propagate through this device.")
/gem5/src/dev/storage/
H A DIde.py38 delay = Param.Latency('1us', "Fixed disk delay in microseconds")
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py83 progress_check = Param.Latency('1ms', "Time before exiting " \
/gem5/src/dev/
H A DDevice.py79 pio_latency = Param.Latency('100ns', "Programmed IO latency")
/gem5/src/dev/alpha/
H A DTsunami.py64 pio_latency = Param.Latency('100ns', "Programmed IO latency")
/gem5/src/dev/sparc/
H A DT1000.py54 pio_latency = Param.Latency('1ns', "Programed IO latency")
/gem5/src/gpu-compute/
H A DGPU.py93 mem_req_latency = Param.Int(9, "Latency for request from the cu to ruby. "\
96 mem_resp_latency = Param.Int(9, "Latency for responses from ruby to the "\
169 pio_latency = Param.Latency('1ns', "Programmed IO latency")

Completed in 16 milliseconds

12