forked from uvahotspot/HotSpot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathev6.desc
40 lines (36 loc) · 829 Bytes
/
ev6.desc
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
# comment lines begin with a '#'
# comments and empty lines are ignored
# Area and aspect ratios of blocks
# Line Format: <unit-name>\t<area-in-m2>\t<min-aspect-ratio>\t<max-aspect-ratio>\t<rotable>
Icache 8.3459e-6 1 3 1
Dcache 7.8240e-6 1 3 1
Bpred 2.2690e-6 1 5 1
DTB 2.2950e-6 1 5 1
FPAdd 1.9400e-6 1 3 1
FPReg 0.8350e-6 1 6 1
FPMul 2.0760e-6 1 3 1
FPMap 1.4449e-6 1 4 1
IntMap 1.2830e-6 1 3 1
IntQ 1.7579e-6 1 3 1
IntReg 1.2259e-6 1 3 1
IntExec 3.9849e-6 1 3 1
FPQ 1.4450e-6 1 3 1
LdStQ 1.2520e-6 1 3 1
ITB 0.7820e-6 1 3 1
L2 214.317e-6 1 3 1
# Connectivity information
# Line format <unit1-name>\t<unit2-name>\t<wire_density>
IntExec IntQ 1
Bpred ITB 1
Bpred Icache 1
Dcache LdStQ 1
IntMap IntQ 1
IntQ IntReg 1
DTB LdStQ 1
IntMap LdStQ 1
FPAdd FPQ 1
Dcache L2 1
FPMul FPQ 1
Icache L2 1
FPMap FPQ 1
FPQ FPReg 1