Skip to content

Commit

Permalink
Merge branch 'doc' of https://github.com/Manarabdelaty/caravel-1 into…
Browse files Browse the repository at this point in the history
… doc
  • Loading branch information
Manarabdelaty committed Jan 14, 2022
2 parents c96a65d + a36d0a6 commit 4773c5c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions openlane/openlane.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,19 @@ 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.
Expand Down

0 comments on commit 4773c5c

Please sign in to comment.