edgeeda-agent / configs /ibex_sky130hd.yaml
SamChYe's picture
Publish EdgeEDA agent
aa677e3 verified
experiment:
name: "gcd_nangate45_edgebudget"
seed: 7
db_path: "runs/experiment.sqlite"
out_dir: "runs"
orfs_flow_dir: null
design:
platform: "nangate45"
design: "gcd"
design_config: "./designs/nangate45/gcd/config.mk"
flow:
fidelities: ["synth", "place", "route"]
targets:
synth: "synth"
place: "place"
route: "route"
finish: "finish"
metadata: "metadata"
tuning:
agent: "successive_halving"
budget:
total_actions: 18
max_expensive: 4
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"]