Skip to content

Commit 51f3732

Browse files
committed
merge upstream
2 parents f18d4c6 + 7650230 commit 51f3732

File tree

8 files changed

+355
-353
lines changed

8 files changed

+355
-353
lines changed
File renamed without changes.
-45.3 KB
Loading

flow/designs/asap7/aes-block/metadata-base-ok.json

Lines changed: 177 additions & 177 deletions
Large diffs are not rendered by default.

flow/designs/asap7/aes-block/rules-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"compare": "<="
4141
},
4242
"finish__timing__setup__ws": {
43-
"value": -325.28,
43+
"value": -346.01,
4444
"compare": ">="
4545
},
4646
"finish__design__instance__area": {
@@ -52,7 +52,7 @@
5252
"compare": "<="
5353
},
5454
"finish__timing__drv__hold_violation_count": {
55-
"value": 394,
55+
"value": 376,
5656
"compare": "<="
5757
},
5858
"finish__timing__wns_percent_delay": {

flow/designs/sky130hd/chameleon/metadata-base-ok.json

Lines changed: 172 additions & 170 deletions
Large diffs are not rendered by default.

flow/designs/sky130hd/chameleon/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"compare": "<="
3737
},
3838
"detailedroute__antenna__violating__nets": {
39-
"value": 14,
39+
"value": 16,
4040
"compare": "<="
4141
},
4242
"finish__timing__setup__ws": {

flow/scripts/global_route.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
2424
# If GLOBAL_ROUTE_ARGS is specified, then we do only what the
2525
# GLOBAL_ROUTE_ARGS specifies.
2626
proc do_global_route {} {
27-
set all_args [concat [list -guide_file $::env(RESULTS_DIR)/route.guide \
28-
-congestion_report_file $::env(REPORTS_DIR)/congestion.rpt] \
27+
set all_args [concat [list -congestion_report_file $::env(REPORTS_DIR)/congestion.rpt] \
2928
[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : \
3029
{-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]]
3130

@@ -112,4 +111,5 @@ report_metrics 5 "global route"
112111
# Use make target update_sdc_clock to install the updated sdc.
113112
source [file join $env(SCRIPTS_DIR) "write_ref_sdc.tcl"]
114113

114+
write_guides $::env(RESULTS_DIR)/route.guide
115115
write_db $env(RESULTS_DIR)/5_1_grt.odb

tools/codespace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ First time Codespace users are encouraged to read the tutorial [creating a codes
1010

1111
![create](../../docs/images/create_codespace.gif)
1212

13-
2. Select `ubuntu gui full` in the `Dev container configuration` field
13+
2. Select `Default Project Configuration` in the `Dev container configuration` field
1414

1515
![configure](../../docs/images/configure_codespace.gif)
1616

0 commit comments

Comments
 (0)