Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Prime Time Variables setup

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

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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

    Compiling 32 bit MIPS design.