Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Primetime Environment setup

Status
Not open for further replies.

aamalathithan

Newbie level 5
Joined
Nov 18, 2015
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
59
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.


Code:
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

Code:
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
 

lsi_10k.db is not in the current path. Specify the correct path for that file. Fix this first and then see whether you get the 2nd error.
 
Hi ,
i fixed that first error and reads the file lsi_10k successfully. But it still says that the library lsi_10k does not have a complete set of trip-point thresholds.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top