用verilog-A搭了一个模型,仿真器中设置tran跑30ns,但是实际跑到5ns的时候,仿真就不跑了,在output log中出现了如下的信息:
Fatal error found by spectre at time=2.71607ns during transient analysis ‘tran’.
Write error on PSF file: Error detected in psf library while writing to file ‘tran.tran'.
Analysis ‘tran’ terminated prematurely due to error.
Fatal error found by spectre
Error detected while closing file ‘tran.tran’.
而'tran.tran'里面是乱码,是不可读的,不知道怎样解决这个问题,
请高人指点一下。
非常感谢 fengtang2332 !
我已经学会spectre仿真veriloga的操作了。但是我在一个.va文件实现几个module之间通过引脚匹配调用时出现错误:cannot be found in the switched master of the instance
该怎样解决?? 谢谢!!