-
Notifications
You must be signed in to change notification settings - Fork 0
/
properties.cfg
48 lines (34 loc) · 996 Bytes
/
properties.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#SuperscaM configuration file
#Characters following # will be considered as comment
#####################################################
#[registers]
num_of_int_registers=11
num_of_int_registers=11
num_of_float_registers=32
#Add predefined values in the registers
#r1=128
#f0=3.1475
#If not defined, initial values will be random
r1=21314
r8=442345
r58=23241
f2=343.23
f0=1.2
f3=214324
f4=sff
#####################################################
#[functional design]
num_of_float_functional_units=2 #max 256
num_of_int_functional_units=1 #max 1 (not pipelined!)
num_of_reservation_stations=4 #max 128
num_of_simultaneous_cdb_broadcasts=2 #max 16
#####################################################
#[instructions]
ADDD_EX_cycles=2 #min 1, max 5
MULTD_EX_CYCLES=8 #min 4, max 10
LD_EX_cycles=2 #max 3
SD_EX_cycles=3 #max 3
int_instruction_cycles=1 #max 1
#####################################################
#[superscalar]
num_of_instr_issued_per_cycle=2 #max 12