用16.2版本orcad导出allegro的网络表时出现了下面的错误:$ w8 M" L- M/ ]+ ~7 Z
% G. }! p& C+ y$ Q ) C/ U6 q! M2 T& `5 c) T3 r3 q#38 WARNING(SPCODD-38): Terminating character ':' not found on line 11. ; k4 F# b& {. { ERROR(SPCODD-47): File D:\S3C2416PROJECT\ALLEGRO/pstxprt.dat could not be loaded, and the packaging operation did not complete. Check the pxl.log file for the errors causing this situation and package the design again. 3 [* x d8 D/ P. y# \2 zERROR(SPCODD-382): Error at line 11 in file D:\S3C2416PROJECT\ALLEGRO/pstxprt.dat. Error loading the parts list file& T9 Z- V* m. ]5 l4 Z1 B
#115 Error [ . J; K1 }7 s% Z, Z, IALG0036] Unable to read logical netlist data.* f5 Y$ D9 h/ U$ B' b
$ G0 W' B; W3 a( Y
; B% r1 {. Q- @6 G5 [4 @
查了一天也找不到错误在哪里,哪位兄弟指点一下,非常感谢
哈哈,俺折腾了一下午终于搞明白这个问题了!2 A, R; D" _& I E
你要看这句:+ i2 u+ X$ c1 Q
Error at line 11 in file D:\S3C2416PROJECT\ALLEGRO/pstxprt.dat$ D2 P4 s- i. d& ^# |, `4 U
所以生成网表后一般生成三个文件,即使生成网表错误也有,这三个文件是:4 G) i D7 Y) L- E6 g- n9 o7 n
pstxnet.dat pstxprt.dat pstchip.dat4 ]4 S# o) R5 z4 \9 c5 A$ o
它们的位置在你打开的工程主菜单下面,outputs文件夹下,你打开pstxprt.dat文件,然后定位11行,就可以查看是哪个地方出错,一般器件的命名不符合规范会导致这个错误,比如我给一个电阻命名时中间添了个空格键。