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.

liberty NCX run failed with LSF problems

Status
Not open for further replies.

loveheihei

Newbie level 5
Joined
Jul 26, 2012
Messages
10
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,351
I'm using NCX 200906 to build lib files with hspice simulation result, i am prety sure my hspice can work perfectly, but when i run this script :

set model_file ./TD-LO13-SP-2006V0R/l013_io33_v1p0.mdl
#set model_file ./hspice/hspice_tt.mdl
#set model_file ./hspice/hspice_ss.mdl
#set model_file ./hspice/hspice_ff.mdl
set netlist_suffix.sp
set netlist_dir ./SubCkts
set simulator_exec /home/mytools/synopsys/hspice201109/hspice/bin/hspice

set output_library ncx_library/typical_ncx.lib
#set output_library ncx_library/fast_ncx.lib
#set output_library ncx_library/slow_ncx.lib

set input_template_dir ./Template
set simulation_dir ./sim_data
set work_dir ./my_work

set farm_fype nofarm

set templates false
set timing true
set power true
set nldm true
set nlpm true
set design_rules true
set ccs_timing true
set ccs_power true

these command is saved in a file named ncx_characterize.cfg

so i run ncx -f ncx_characterize.cfg in the shell,

the output is :
--- begin flow...
retrieving LSF queue info...
Error: LSF initialization failed
Error: Unable to open file lsf.conf


It likes that the lic has problem? but i used it to produce template file, and it works well.
i really don't know what's the problem!!!!
could anyone help me!? That will be appreciated.
 

Is there any ability to characterize the memories with Liberty NCX?
 
The error is obvious:
set farm_fype nofarm

FYI.


I'm using NCX 200906 to build lib files with hspice simulation result, i am prety sure my hspice can work perfectly, but when i run this script :

set model_file ./TD-LO13-SP-2006V0R/l013_io33_v1p0.mdl
#set model_file ./hspice/hspice_tt.mdl
#set model_file ./hspice/hspice_ss.mdl
#set model_file ./hspice/hspice_ff.mdl
set netlist_suffix.sp
set netlist_dir ./SubCkts
set simulator_exec /home/mytools/synopsys/hspice201109/hspice/bin/hspice

set output_library ncx_library/typical_ncx.lib
#set output_library ncx_library/fast_ncx.lib
#set output_library ncx_library/slow_ncx.lib

set input_template_dir ./Template
set simulation_dir ./sim_data
set work_dir ./my_work

set farm_fype nofarm

set templates false
set timing true
set power true
set nldm true
set nlpm true
set design_rules true
set ccs_timing true
set ccs_power true

these command is saved in a file named ncx_characterize.cfg

so i run ncx -f ncx_characterize.cfg in the shell,

the output is :
--- begin flow...
retrieving LSF queue info...
Error: LSF initialization failed
Error: Unable to open file lsf.conf


It likes that the lic has problem? but i used it to produce template file, and it works well.
i really don't know what's the problem!!!!
could anyone help me!? That will be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top