We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d543e4 + a4aae04 commit a04a521Copy full SHA for a04a521
test/orfs/gcd/BUILD
@@ -12,6 +12,9 @@ orfs_flow(
12
"DIE_AREA": "0 0 16.2 16.2",
13
"PLACE_DENSITY": "0.35",
14
"OPENROAD_HIERARCHICAL": "1",
15
+ # Demonstrate clock period specified in arguments, useful
16
+ # for Optuna scripts.
17
+ "ABC_CLOCK_PERIOD_IN_PS": "310.001",
18
},
19
sources = {
20
"RULES_JSON": [":rules-base.json"],
test/orfs/gcd/constraint.sdc
@@ -2,7 +2,7 @@ current_design gcd
2
3
set clk_name core_clock
4
set clk_port_name clk
5
-set clk_period 310
+set clk_period $::env(ABC_CLOCK_PERIOD_IN_PS)
6
set clk_io_pct 0.2
7
8
set clk_port [get_ports $clk_port_name]
0 commit comments