Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

check nativelog file

Altera_Forum
Honored Contributor II
5,156 Views

hi all, I install quartus 10, i create new shematic and do start simulation. and add modelsim6.1 in tools menu- options and add it again in assignments menu- settings. after that click processing menu- start analyses and elaboration and the end, tools meenu- eda simulation tools- eda rtl simulation, but unfortunetly i see this error,  

...check nativelog file ... 

this file is containts  

Info: Start Nativelink Simulation process 

Error: NativeLink did not detect any HDL files in the project 

Error: NativeLink simulation flow was NOT successful 

 

================The following additional information is provided to help identify the cause of error while running nativelink scripts================= 

Nativelink TCL script failed with errorCode: NONE 

Nativelink TCL script failed with errorInfo: NativeLink did not detect any HDL files in the project 

invoked from within 

"if ![qmap_successfully_completed] { 

nl_postmsg error "Error: Run Analysis and Elaboration successfully before starting RTL NativeLink Simulation"..." 

(procedure "run_eda_simulation_tool" line 170) 

invoked from within 

"run_eda_simulation_tool eda_opts_hash" 

so thanks....
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
3,969 Views

you'll have some additional steps to convert the schematic to HDL. 

 

-with the schematic open, go to File > Create/Update > HDL for Current File 

-add the created HDL to the project and set it as the top level entity 

-remove the schematic from the project 

-now go through the NativeLink flow
0 Kudos
Altera_Forum
Honored Contributor II
3,969 Views

Dear User 

Tnx so much, i do it with your comment 

thanks alot
0 Kudos
Reply