Update openlane.md

This commit is contained in:
Manar 2022-01-14 11:27:37 -05:00 committed by GitHub
parent 4773c5c3f8
commit f6514b37f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -318,19 +318,6 @@ make caravel_timing_slow
make caravel_timing_fast
```
# Final Timing Signoff
- The final timing signoff is done with the following three top level makefile targets.
```
# Run at the typical corner
make caravel_timing_typ
# Run at the slowest corner
make caravel_timing_slow
# Run at the fastest corner
make caravel_timing_fast
```
# Improvements/Suggestions
- Re-consider the clock pin location in the user project wrapper. Placing it in the middle of the south edge of the wrapper will reduce the clock skew and will help users achieve timing closure.