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.

Synopsys IC compiler error in library setup

Status
Not open for further replies.

arifulislam

Newbie level 1
Newbie level 1
Joined
Mar 22, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
23
Hi i am using following script to load lib and design and PR using Synopsys ICC (90nm tech). But i am getting the error even though it is reading the library file...


Code Verilog - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set search_path "/SAED_EDK90nm/Digital_Standard_Cell_Library/synopsys/models"
set link_library "saed90nm_typ.db saed90nm_min.db saed90nm_max.db"
set target_library "saed90nm_max.db"
 
set_tlu_plus_files   -max_tluplus /SAED_EDK90nm/Technology_Kit/starrcxt/tluplus/saed90nm_1p9m_1t_Cmax.tluplus  -min_tluplus /SAED_EDK90nm/Technology_Kit/starrcxt/tluplus/saed90nm_1p9m_1t_Cmin.tluplus  -tech2itf_map  /SAED_EDK90nm/Digital_Standard_cell_Library/process/astro/tech/tech2itf.map
 
create_mw_lib  -technology /SAED_EDK90nm/Digital_Standard_cell_Library/process/astro/tech/astroTechFile.tf -mw_reference_library {/SAED_EDK90nm/Digital_Standard_cell_Library/process/astro/fram/saed90nm} -bus_naming_style {[%d]}  /ICC/c17.mw
 
set_mw_lib_reference  -mw_reference_library {/SAED_EDK90nm/Digital_Standard_cell_Library/process/astro/fram/saed90nm} /ICC/c17.mw
 
open_mw_lib /ICC/c17.mw
 
read_verilog -top c17 {/ICC/c17.v}
 
Information: linking reference library : /SAED_EDK90nm/Digital_Standard_cell_Library/process/astro/fram/saed90nm. (PSYN-878)
 
Error: No valid link library specified, please check library setup. (PSYN-958)
Error: Could not read the following target libraries:
saed90nm_max.lib 
 (UIO-3)



Can anyone help out this?
 
Last edited by a moderator:

Error says that library saed90nm_max.lib cannot be read. The name also suggests that you have created your own library. Did you check whether the lib created by you passed all checks after its creation?

Try to use a standard/default library and then check out if your script is working fine.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top