Skip to content

Commit e83df35

Browse files
committed
Merge remote-tracking branch 'origin/master' into secure-gpl-modify-td-max-weight
2 parents 903cdf4 + d36a568 commit e83df35

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

flow/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# settings.mk is not under source control. Put variables into this
2+
# file to avoid having to adding the to the make command line.
3+
-include settings.mk
4+
15
# ==============================================================================
26
# Uncomment or add the design to run
37
# ==============================================================================

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 544,
59+
"value": 692,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {

flow/designs/nangate45/ariane136/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 205,
63+
"value": 359,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {

flow/designs/nangate45/swerv_wrapper/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -0.55,
51+
"value": -0.52,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
@@ -60,11 +60,11 @@
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 228,
63+
"value": 444,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -28.24,
67+
"value": -27.05,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)