From f6514b37f376eb7854c38d2662ac7428eb5af246 Mon Sep 17 00:00:00 2001 From: Manar Date: Fri, 14 Jan 2022 11:27:37 -0500 Subject: [PATCH] Update openlane.md --- openlane/openlane.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/openlane/openlane.md b/openlane/openlane.md index cc84774c..e3f4191c 100644 --- a/openlane/openlane.md +++ b/openlane/openlane.md @@ -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.