--- In kicad-users@yahoogroups.com, "cklckl67" <cklck...@...> wrote:
>
> Dear Kicad User,
> 
> I have a great issue with annotation.
> I use library : 74xx-eu.lib
> And in my circuit I use
> 2 components: 74HC14N
> 1 component 74HC4052.
> After schematic annotation I obtain IC1, IC2, and IC3 for 74HC4052 
> So the issue is when I generate the netlist:
> IC3 annotation is converted in #IC057
> IC1, and IC2 no problem, only with IC3
> 
> I tried many things without success..
> 
> Could anybody help me, and give me the reason of this feature
> 
> Many Thanks in advance.
> 
> Christian
>

Finally, I  have to edit the lib file manually and modify it.
Id didn't remember, but I have to replace the last letter by N
For the first line it was Y Y 2 L P (Last was 'P' I think) 
and I have to replace it with Y Y 2 L N
And also for the other following lines..

# 74HC4052N
#
DEF 74HC4052N IC 0 40 Y Y 2 L N
F0 "IC" -300 525 50 H V L BNN
F1 "74HC4052N" -300 -700 50 H V L BNN
F2 "74xx-eu-DIP16" 0 150 50 H I C CNN
DRAW
P 2 1 0 0  300 -600  300 500 N
P 2 1 0 0  300 500  -300 500 N
P 2 1 0 0  -300 -600  300 -600 N
P 2 1 0 0  -300 500  -300 -600 N
..........

Now it works


Reply via email to