Skip to content

Commit

Permalink
ng45/tinyRocket: tighten due to 0 tns
Browse files Browse the repository at this point in the history
| 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]>
  • Loading branch information
maliberty committed Aug 31, 2024
1 parent 65414c9 commit 7d9c9c4
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 222 deletions.
16 changes: 2 additions & 14 deletions flow/designs/nangate45/tinyRocket/constraint.sdc
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
###############################################################################
# Created by write_sdc
# Wed May 5 16:22:01 2021
###############################################################################
current_design RocketTile
###############################################################################
# Timing Constraints
###############################################################################
create_clock -name core_clock -period 2.0322 -waveform {0.0000 1.0161} [get_ports {clock}]
###############################################################################
# Environment
###############################################################################
###############################################################################
# Design Rules
###############################################################################

create_clock -name core_clock -period 1.2 [get_ports {clock}]
Loading

0 comments on commit 7d9c9c4

Please sign in to comment.