File size: 967 Bytes
aa677e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
experiment:
  name: "quick_ibex_test"
  seed: 7
  db_path: "runs/quick_ibex.sqlite"
  out_dir: "runs/quick_ibex"
  orfs_flow_dir: "/Users/thalia/Desktop/EdgePPAgent/edgeeda-agent/OpenROAD-flow-scripts/flow"

design:
  platform: "nangate45"
  design: "gcd"
  design_config: "./designs/nangate45/gcd/config.mk"

flow:
  fidelities: ["synth"]
  targets:
    synth: "synth"
    place: "place"
    route: "route"
    finish: "finish"
    metadata: "metadata"

tuning:
  agent: "successive_halving"
  budget:
    total_actions: 4
    max_expensive: 1
  knobs:
    PLACE_DENSITY:
      type: float
      min: 0.45
      max: 0.80
    CORE_UTILIZATION:
      type: int
      min: 35
      max: 75

reward:
  weights:
    wns: 1.0
    area: 0.2
    power: 0.1
  keys:
    wns_candidates: ["timing__setup__wns", "finish__timing__setup__wns"]
    area_candidates: ["design__die__area", "finish__design__die__area"]
    power_candidates: ["power__total", "finish__power__total"]