forked from The-OpenROAD-Project/OpenROAD-flow-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request The-OpenROAD-Project#2313 from The-OpenROAD-Projec…
…t-staging/ng45-tinyrocket-tighten ng45/tinyRocket: tighten due to 0 tns
- Loading branch information
Showing
3 changed files
with
210 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}] |
Oops, something went wrong.