Altera_Forum
Honored Contributor
15 years agogenerating a .vo file without the fitter
The quartus handbook shows 2 ways to generate a vo file without running the fitter: quartus_map <project name> -c <revision name> r quartus_sta <project name> -c <revision name> --post_map r or quartus_tan <project name> -c <revision name> --post_map -- zero_ic_delays r quartus_eda <project name> -c <revision name> --simulation --tool= <3rd party eda tool> --format=<HDL language> r When I try the first way (quartus_sta), I get this error: altera.eda.rpt:Error: Run the Fitter (quartus_fit), followed by the Timing Analyzer (quartus_tan or quartus_sta), before running the EDA Netlist Writer (quartus_eda) When I try the second way (quartus_tan), I get this error: Error: Device family Stratix IV is not supported by the Classic Timing Analyzer Has anyone successfully created a vo file without running the fitter on a Stratix 4 device ? Thanks