Lines Matching refs:options
50 # add the gpu specific options expected by the the gpu and gpu_RfO
62 # Add the ruby specific and protocol specific options
65 (options, args) = parser.parse_args()
71 options.l1d_size="256B"
72 options.l1i_size="256B"
73 options.l2_size="512B"
74 options.l3_size="1kB"
75 options.l1d_assoc=2
76 options.l1i_assoc=2
77 options.l2_assoc=2
78 options.l3_assoc=2
79 options.num_compute_units=8
80 options.num_sqc=2
90 wakeup_frequency = 10, num_cpus = options.num_cpus)
97 system.voltage_domain = VoltageDomain(voltage = options.sys_voltage)
103 Ruby.create_system(options, False, system)