Skip to content

Commit b03d9e0

Browse files
committed
Merge branch 'master' into secure-cts-seg-builder
Signed-off-by: Matt Liberty <[email protected]>
2 parents 880b065 + 0da24da commit b03d9e0

25 files changed

+2162
-1984
lines changed

build_openroad.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,9 @@ __cleanup()
382382
git submodule foreach --recursive git clean ${CLEAN_CMD}
383383
}
384384

385-
__cleanup
385+
if [ ! -z "${CLEAN_BEFORE+x}" ]; then
386+
__cleanup
387+
fi
386388
__logging
387389
__args_setup
388390
__common_setup

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ FROM openroad/centos7-dev
44
RUN yum update -y \
55
&& yum group install -y "Development Tools" \
66
&& yum install -y https://www.klayout.org/downloads/CentOS_7/klayout-0.27.1-0.x86_64.rpm \
7-
&& yum install -y time \
7+
&& yum install -y time tcl-devel \
88
&& pip3 install pandas \
99
&& yum install -y libffi-devel

docker/Dockerfile.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ FROM openroad/centos7-runtime
44
RUN yum update -y \
55
&& yum group install -y "Development Tools" \
66
&& yum install -y https://www.klayout.org/downloads/CentOS_7/klayout-0.27.1-0.x86_64.rpm \
7-
&& yum install -y time \
7+
&& yum install -y time tcl-devel \
88
&& pip3 install pandas

flow/designs/asap7/ethmac/metadata-base-ok.json

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

flow/designs/asap7/ethmac/rules-base.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 8770,
11+
"value": 8755,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 66472,
15+
"value": 66415,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
@@ -32,39 +32,39 @@
3232
"compare": ">="
3333
},
3434
"cts__design__instance__count__setup_buffer": {
35-
"value": 2890,
35+
"value": 2888,
3636
"compare": "<="
3737
},
3838
"cts__design__instance__count__hold_buffer": {
39-
"value": 2890,
39+
"value": 2888,
4040
"compare": "<="
4141
},
4242
"globalroute__timing__clock__slack": {
43-
"value": -124.58,
43+
"value": -177.07,
4444
"compare": ">="
4545
},
4646
"globalroute__timing__setup__ws": {
47-
"value": -124.58,
47+
"value": -177.07,
4848
"compare": ">="
4949
},
5050
"detailedroute__route__wirelength": {
51-
"value": 255391,
51+
"value": 255147,
5252
"compare": "<="
5353
},
5454
"detailedroute__route__drc_errors": {
5555
"value": 0,
5656
"compare": "<="
5757
},
5858
"finish__timing__setup__ws": {
59-
"value": -191.62,
59+
"value": -304.27,
6060
"compare": ">="
6161
},
6262
"finish__design__instance__area": {
63-
"value": 8828,
63+
"value": 8809,
6464
"compare": "<="
6565
},
6666
"finish__timing__drv__max_slew_limit": {
67-
"value": -1.55,
67+
"value": -1.0,
6868
"compare": ">="
6969
},
7070
"finish__timing__drv__max_fanout_limit": {

0 commit comments

Comments
 (0)