no output .lis file detected. simulator has not run.
命令如下:
set model_file /home/pro/project/syn/ncx/spicemodel/toplevel.l
#set netlist_file /home/pro/project/syn/ncx/spicenetlist/allnetlist.spice
set netlist_file /home/pro/project/syn/ncx/spicenetlist/inv.sp
#set netlist_dir /home/pro/project/syn/ncx/spicenetlist
set netlist_suffix .sp
set input_library /home/pro/project/syn/ncx/seedlibrary/slow.lib
set input_template_dir /home/pro/project/syn/ncx/inputtemplate
set simulator_exec /eda/synopsys/hspice2012_06/hspice/bin/cshrc.meta
set output_library /home/pro/project/syn/ncx/outputlibrary/out.lib
set work_dir work
###generated new template file
set output_template_dir /home/pro/project/syn/ncx/outputtemplate
set farm_type nofarm
#set ccs_timing true
#set nldm true
set ccs_timing false
set nldm false
set templates true
set prechar true
set timing_arcs_to_template true
set sensitization_to_template true
set auto_function true
set simulation_dir /home/pro/project/syn/ncx/simulationdir
-----------------------------华丽的分割线----------------------------------
2. 数字库和模拟库是不是一样的?可以用模拟layout的库单元的netlist作为ncx 的输入文件吗?3. ncx报错说model文件中有错误。但是model文件时foundary厂家提供的为什么会出错呢、、
求牛人们现身啦。。作者: ICSYS 时间: 2014-6-12 14:48
再顶起来哈~作者: ICSYS 时间: 2014-6-12 17:36
版主大牛们求来解答哈作者: ICSYS 时间: 2014-6-13 09:33
激励文件怎么给呢,求大牛们帮忙哈。。作者: Terry_ 时间: 2014-10-13 16:56 回复 4#ICSYS
第一个问题是因为你的Hspice路径不对, 在命令行里敲 which hspice 找到路径在run文件里改一下即可。 第二个问题是因为 用model用错了,工艺厂给的Models文件夹里可能有一大堆 ,你没用对。作者: papertiger 时间: 2014-10-13 17:41
感觉demo 里面是个最简单的model.typ,但是现在spice model 一般都是 XXX.l 下面调很多的.LIB
ncx 读得不对,作者: peirui2012 时间: 2014-12-18 13:57
求model文件!!请问input_library的那个库是自己生成的吗?怎么弄?作者: papertiger 时间: 2014-12-18 18:52
把 spice model 中间 model 相关的写出来就是 model 文件了。
其它的写出来作为spice 的 include.作者: yiweimian 时间: 2015-7-29 15:48 回复 8#papertiger