arifulislam
Newbie level 1
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...
Can anyone help out this?
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: