Knowledge Base Article

How do I get post-synthesis timing results?

Description

You can obtain post-synthesis (post-map) timing results for Arria®10 by running the following commands from the command line:

              quartus_map <design>
              quartus _fit <design> --floorplan
              quartus_sta <design> --post_map

For other devices run the following commands:

               quartus_map <design>
               quartus_sta <design> --post_map

Updated 1 month ago
Version 3.0
No CommentsBe the first to comment