Skip to content

Commit

Permalink
Merge pull request #731 from The-OpenROAD-Project-staging/secure-ratc…
Browse files Browse the repository at this point in the history
…het_priv

Update clk constraints for priv platform designs -- Update metadata a…
  • Loading branch information
ravi-varadarajan authored Jan 5, 2023
2 parents 983f041 + 77d1c2a commit 071de42
Show file tree
Hide file tree
Showing 43 changed files with 2,474 additions and 2,518 deletions.
2 changes: 1 addition & 1 deletion flow/designs/gf12/aes/constraint.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ current_design aes_cipher_top

set clk_name clk
set clk_port_name clk
set clk_period 460
set clk_period 420
set clk_io_pct 0.2

set clk_port [get_ports $clk_port_name]
Expand Down
335 changes: 168 additions & 167 deletions flow/designs/gf12/aes/metadata-base-ok.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions flow/designs/gf12/aes/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compare": "=="
},
"placeopt__design__instance__area": {
"value": 6213,
"value": 6209,
"compare": "<="
},
"placeopt__design__instance__count__stdcell": {
Expand Down Expand Up @@ -48,15 +48,15 @@
"compare": ">="
},
"detailedroute__route__wirelength": {
"value": 164717,
"value": 164282,
"compare": "<="
},
"detailedroute__route__drc_errors": {
"value": 0,
"compare": "<="
},
"finish__timing__setup__ws": {
"value": 0.0,
"value": -25.76,
"compare": ">="
},
"finish__design__instance__area": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/gf12/gcd/constraint.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ current_design gcd

set clk_name core_clock
set clk_port_name clk
set clk_period 310
set clk_period 280
set clk_io_pct 0.2

set clk_port [get_ports $clk_port_name]
Expand Down
269 changes: 136 additions & 133 deletions flow/designs/gf12/gcd/metadata-base-ok.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flow/designs/gf12/ibex/constraint.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ current_design ibex_core

set clk_name core_clock
set clk_port_name clk_i
set clk_period 1100
set clk_period 1020
set clk_io_pct 0.2

set clk_port [get_ports $clk_port_name]
Expand Down
355 changes: 180 additions & 175 deletions flow/designs/gf12/ibex/metadata-base-ok.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions flow/designs/gf12/ibex/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"compare": "=="
},
"placeopt__design__instance__area": {
"value": 7891,
"value": 7887,
"compare": "<="
},
"placeopt__design__instance__count__stdcell": {
"value": 16632,
"value": 16619,
"compare": "<="
},
"detailedplace__design__violations": {
Expand All @@ -36,15 +36,15 @@
"compare": "<="
},
"cts__design__instance__count__hold_buffer": {
"value": 1891,
"value": 1672,
"compare": "<="
},
"globalroute__timing__clock__slack": {
"value": -130.21,
"value": -98.01,
"compare": ">="
},
"globalroute__timing__setup__ws": {
"value": -130.22,
"value": -98.02,
"compare": ">="
},
"detailedroute__route__wirelength": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/gf12/jpeg/constraint.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ current_design jpeg_encoder

set clk_name clk
set clk_port_name clk
set clk_period 840
set clk_period 770
set clk_io_pct 0.2

set clk_port [get_ports $clk_port_name]
Expand Down
Loading

0 comments on commit 071de42

Please sign in to comment.