Skip to content

Commit 7d9c9c4

Browse files
committed
ng45/tinyRocket: tighten due to 0 tns
| Metric | Old | New | Type | | ------ | --- | --- | ---- | | finish__timing__setup__ws | 0.0 | -0.31 | Failing | | finish__timing__wns_percent_delay | -10.0 | -27.77 | Failing | Signed-off-by: Matt Liberty <[email protected]>
1 parent 65414c9 commit 7d9c9c4

File tree

3 files changed

+210
-222
lines changed

3 files changed

+210
-222
lines changed
Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
###############################################################################
2-
# Created by write_sdc
3-
# Wed May 5 16:22:01 2021
4-
###############################################################################
51
current_design RocketTile
6-
###############################################################################
7-
# Timing Constraints
8-
###############################################################################
9-
create_clock -name core_clock -period 2.0322 -waveform {0.0000 1.0161} [get_ports {clock}]
10-
###############################################################################
11-
# Environment
12-
###############################################################################
13-
###############################################################################
14-
# Design Rules
15-
###############################################################################
2+
3+
create_clock -name core_clock -period 1.2 [get_ports {clock}]

0 commit comments

Comments
 (0)