|
以下是關於【ALG0049】錯誤訊息的解釋!" K/ t' a: K/ E/ S5 _
Error [ALG0049] Pin Number <Pin Number> specified in "NC" property also found on Pin <Name> 9 c+ E+ y0 }# l, v
If a net is attached to a pin number that is also listed as value of a NC property, then you get this error. The NC property value should be made up of pin numbers separated by commas. Here are three cases: ' r1 @ X- O I6 u7 x
If you have a part with six pins and all of them are connected to nets and you also have an NC property with value of "6,7,8" then you will get an error for pin 6.
0 X/ h5 l* J, k! m( `# n6 JIf the NC property has a value of "18,19,18" then you'll get an error for pin 18.
6 Q7 g' u3 O# u: N: FIf "NC" has "3" where 3 is also the pin number on O you'll get an error for pin O.
0 E9 Y8 ~' \2 g: M' }3 m% g0 r$ E7 t3 t: W
% f) L6 v, }! v: H! I之前刚好有遇到这个问题,但是也需要配合电路图才知道哪里有问题! |
|