I have defined a component for a 74HC08 Quad AND gate. My component consists of 5 parts:
Part A: AND gate 1 (inputs A1, B1, output Y1)
Part B: AND gate 2 (inputs A2, B2, output Y2)
Part C: AND gate 3 (inputs A3, B3, output Y3)
Part D: AND gate 4 (inputs A4, B4, output Y4)
Part E: Ports GND, VCC
When I use the function "Annotate quietly", it messes up the circuit by exchanging Part A with Part E (which are obviously not interchangable). How can I fix this?