not able to generate sdo for arria 10 soc for post-synthesis timing simulation
There is a standard procedure mentioned in so many places/links to do timing simualtion for any project using modelsim from quartus which is called as gate-level simulation also.
I followed that and sucessfully able to generate EDA Netlist which is useful for timing simulation and it will generate after fitter which is the correct flow.
I am doing simulation for arria 10 soc device 10AS066N3F40E2SG
```Info: ***********************
Info: Running Quartus Prime EDA Netlist Writer
Info: Version 16.1.2 Build 203 01/18/2017 SJ Standard Edition
Info: Processing started: Wed Jan 15 11:14:14 2020
Info: Version 16.1.2 Build 203 01/18/2017 SJ Standard Edition
Info: Processing started: Wed Jan 15 11:14:14 2020
Info: Command: quartus_eda --read_settings_files=on --write_settings_files=off ghrd_10as066n2 -c ghrd_10as066n2
Warning (20013): Ignored 16 assignments for entity "FIFODepth8Width36" -- entity does not exist in design
Warning (20013): Ignored 34 assignments for entity "FIFODepth8Width36_fifo_161_baxh53i" -- entity does not exist in design
Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance.
Warning (10905): Generated the EDA functional simulation netlist because it is the only supported netlist type for this device.
Info (204019): Generated file ghrd_10as066n2.vho in folder "C:/Users/venkatesh/Codes/enhanced_rbk2_1/CFARDesign/a10_soc_devkit_ghrd/simulation/modelsim/" for EDA simulation tool
Info: Quartus Prime EDA Netlist Writer was successful. 0 errors, 4 warnings
Info: Peak virtual memory: 5218 megabytes
Info: Processing ended: Wed Jan 15 11:14:37 2020
Info: Elapsed time: 00:00:23
Info: Total CPU time (on all processors): 00:00:22
Info: Peak virtual memory: 5218 megabytes
Info: Processing ended: Wed Jan 15 11:14:37 2020
Info: Elapsed time: 00:00:23
Info: Total CPU time (on all processors): 00:00:22```
Hey just see warning 10905 where as it's saying .vho is only supported and .sdo is not supported and that is the one required to do timing simulation. what is this i am getting why not generating for arria 10 soc device where as in online and all it's specified .sdo generation not supported for CYCLONE V , ARRIA V and MAX and other some lower devices. but not mentioned for arria 10 but in tool it's saying like that. without that how timing simulation can be done..?
How you will help me now..? I really want to do timing simulation as I want to run my design for higher clocks in fpga. for that I can't check every register in hardware without simulation to make it work correctly.