|
|
|
@ -44,7 +44,7 @@ class TechLib:
@@ -44,7 +44,7 @@ class TechLib:
|
|
|
|
|
('SDFF', ('D',), 0), |
|
|
|
|
('SDFF', ('QN',), 1), |
|
|
|
|
('SDFF', ('CLK',), 3), |
|
|
|
|
('SDFF', ('RSTB',), 4), |
|
|
|
|
('SDFF', ('RSTB', 'RN'), 4), |
|
|
|
|
('SDFF', ('SETB',), 5)]: |
|
|
|
|
if kind.startswith(prefix) and pin in pins: return index |
|
|
|
|
for index, pins in enumerate([('A1', 'IN1', 'A', 'S', 'INP', 'I', 'Q', 'QN', 'Y', 'Z', 'ZN'), |
|
|
|
|