Remove some virtual pins

This commit is contained in:
Miodrag Milanovic 2025-03-11 15:52:39 +01:00
parent 6bcef60680
commit d9313105b4
1 changed files with 0 additions and 3 deletions

View File

@ -269,9 +269,6 @@ PRIMITIVES_PINS = {
Pin("CLOCK2", PinType.INPUT, "GPIO_WIRE"),
Pin("CLOCK3", PinType.INPUT, "GPIO_WIRE"),
Pin("CLOCK4", PinType.INPUT, "GPIO_WIRE"),
Pin("DI" , PinType.INPUT, "GPIO_WIRE"),
Pin("DO" , PinType.OUTPUT,"GPIO_WIRE"),
Pin("OE" , PinType.OUTPUT,"GPIO_WIRE"),
],
"BUFG" : [
Pin("I" , PinType.INPUT, "BUFG_WIRE", True),