minor tweaks to appease quartus

re-add fancy timing analysis scripts and revert to Makefile with custom quartus location support
This commit is contained in:
wgulian3
2020-03-10 04:05:01 -04:00
parent ca62e57a0d
commit a931b588c2
5 changed files with 23 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ update_timing_netlist
foreach_in_collection op [get_available_operating_conditions] {
set_operating_conditions $op
report_timing -setup -npaths 20 -detail full_path -multi_corner \
report_timing -setup -npaths 150 -detail full_path -multi_corner -pairs_only -nworst 8 \
-file "bin/timing_paths_$op.html" \
-panel_name "Critical paths for $op"