Allegro导入第三方网表出错
^
ERROR(SPMHNI-63): Invalid keyword, keyword ignored.
-------------------------------------------------------------------------------
^
Execution stopped before reading entire input file.
-------------------------------------------------------------------------------
===========================================================
End of NETLIST IN Syntax/Logic Check
===========================================================
Total Netlist Warnings = 0.
Total Netlist Errors = 1.
===========================================================
Total Device File Warnings = 0.
Total Device File Errors = 0.
===========================================================
Total Combined Netlist and Device File Warnings = 0.
Total Combined Netlist and Device File Errors = 1.
===========================================================
End of Allegro NETLIST IN Log
===========================================================
我的也是这样,总是有一个网络出错,在原理图里删除网络重新连后,另外一个网络出错了
求大神解决
,$$$883' ; NSR1.2 NSR2.2 U6.6
^
ERROR(SPMHNI-63): Invalid keyword, keyword ignored.
-------------------------------------------------------------------------------
^
Execution stopped before reading entire input file.
-------------------------------------------------------------------------------
===========================================================
End of NETLIST IN Syntax/Logic Check
===========================================================
Total Netlist Warnings = 0.
Total Netlist Errors = 1.
查下网表里面有非法字符例如$$$883' ; NSR1.2 NSR2.2 U6.6
'$$$1157' ; R438.2 U39.4
'$$$1184' ; R435.1 R439.2 U39.6
'$$$1196' ; R252.1 U31.2
'$$$1198' ; R253.1 U31.1
'$$$1560' ; R49.1 U11.1
'$$$2732' ; R226.2 R229.2 U31.3
'$$$2826' ; R250.2 R254.2 U31.5
'$$$2903' ; R297.2 R298.2 U31.6
'$$$2954' ; C72.2 L6.1 Q24.5 Q24.6 Q24.7 Q24.8 R49.2
'$$$3044' ; R299.2 U31.7
'$$$4685' ; C177.1 C192.1 C196.1 L17.1 L31.1 U18.22
'$$$4720' ; Q7.1 U11.2
'$$$4813' ; D6.1 L30.2 U9.1
'$$$5014' ; D2.2 J1.7 R269.2 R329.2
'$$$5015' ; D16.2 J1.5 R273.2
'$$$5016' ; D3.2 J1.3 R276.2 R330.2
'$$$5017' ; D18.2 J1.2 R285.2 R331.2
'$$$5018' ; D20.2 J1.1 R264.2 R332.2
'$$$5019' ; D1.2 J1.8 R286.2 R328.2
'$$$5840' ; R122.1 U18.18
'$$$5842' ; R123.1 U18.19
'$$$5844' ; R124.1 U18.20
改过来就可以了
刚才说错了,这个要手动修改网表,在含有$$$的网络前面加上“$NETS”例如:
$NETS
'$$$883' ; NSR1.2 NSR2.2 U6.6
'$$$1157' ; R438.2 U39.4
'$$$1184' ; R435.1 R439.2 U39.6
'$$$1196' ; R252.1 U31.2
'$$$1198' ; R253.1 U31.1
不行啊 ,还是报错
这个要怎么改啊
