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

Prime Time Variables setup

Altera_Forum
Honored Contributor II
4,600 Views

Hi , 

 

I am trying to read a synthesized netlist into prime time, but it throws the following errors. 

 

errors have been highlighted in red in the console output section 

 

Did anyone run into these kind of errors ? Kindly looking for help. 

 

My Script: set link_library lsi_10k.db set target_library { lsi_10k.db } read_verilog output/mips.v current_design top source const/mips.sdc  

 

 

Console Output: set link_library lsi_10k.db lsi_10k.db set target_library { lsi_10k.db } lsi_10k.db read_verilog output/mips.v Loading verilog file '/DCNFS/users/student/aanbusel/mips/output/mips.v' 1 current_design top {"top"} source const/mips.sdc Information: Setting sdc_version outside of an SDC file has no effect (SDC-1) Error: Cannot read link_path file 'lsi_10k.db'. (LNK-001) Linking design top... Warning: Unable to resolve reference to 'dataMemory' in 'top'. (LNK-005) Information: Creating black box for regfileinst/reg_file... (LNK-043) Warning: Module 'pc' in file '/DCNFS/users/student/aanbusel/mips/output/mips.v' is not used in the current design . (LNK-039) Error: Library ports does not have a complete set of trip-point thresholds. (DBR-207) Warning: Setting input delay on clock port (clk) relative to a clock (clk) defined at the same port. Command is ignored. (UITE-489) 1 1
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
3,444 Views

Can anyone help me in this ?

0 Kudos
Altera_Forum
Honored Contributor II
3,444 Views

maybe you can start to educate us all to know more details , such as version you are using, what are you compiling,

0 Kudos
Altera_Forum
Honored Contributor II
3,444 Views

I am using Primetime Version H-2013.06-SP3-6. 

Compiling 32 bit MIPS design.
0 Kudos
Reply