Skip to content

Commit

Permalink
Fix IPLn pins by making n subscript
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mount committed Apr 28, 2022
1 parent 9435b3a commit 8138701
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions content/electronics/chipref/68k/68000/_index.html
Expand Up @@ -36,9 +36,9 @@
"20": "E"
"21": "NOT(VPA)"
"22": "NOT(BERR)"
"23": "NOT(IPL2)"
"24": "NOT(IPL1)"
"25": "NOT(IPL0)"
"23": "NOT(IPL(2))"
"24": "NOT(IPL(1))"
"25": "NOT(IPL(0))"
"26": "FC(2)"
"27": "FC(1)"
"28": "FC(0)"
Expand Down Expand Up @@ -112,9 +112,9 @@
"22": "E"
"23": "NOT(VPA)"
"24": "NOT(BERR)"
"25": "NOT(IPL2)"
"26": "NOT(IPL1)"
"27": "NOT(IPL0)"
"25": "NOT(IPL(2))"
"26": "NOT(IPL(1))"
"27": "NOT(IPL(0))"
"28": "FC(2)"
"29": "FC(1)"
"30": "FC(0)"
Expand Down Expand Up @@ -208,13 +208,13 @@
"G9": "A(15)"
"G10": "A(17)"
"H1": "E"
"H2": "NOT(IPL2)"
"H3": "NOT(IPL1)"
"H2": "NOT(IPL(2))"
"H3": "NOT(IPL(1))"
"H8": "A(13)"
"H9": "A(12)"
"H10": "A(16)"
"J1": "NOT(BERR)"
"J2": "NOT(IPL0)"
"J2": "NOT(IPL(0))"
"J3": "FC(1)"
"J4": "NC"
"J5": "A(2)"
Expand Down Expand Up @@ -264,9 +264,9 @@
"20": "E"
"21": "NOT(VPA)"
"22": "NOT(BERR)"
"23": "NOT(IPL2)"
"24": "NOT(IPL1)"
"25": "NOT(IPL0)"
"23": "NOT(IPL(2))"
"24": "NOT(IPL(1))"
"25": "NOT(IPL(0))"
"26": "FC(2)"
"27": "FC(1)"
"28": "FC(0)"
Expand Down Expand Up @@ -340,9 +340,9 @@
"22": "E"
"23": "NOT(VPA)"
"24": "NOT(BERR)"
"25": "NOT(IPL2)"
"26": "NOT(IPL1)"
"27": "NOT(IPL0)"
"25": "NOT(IPL(2))"
"26": "NOT(IPL(1))"
"27": "NOT(IPL(0))"
"28": "FC(2)"
"29": "FC(1)"
"30": "FC(0)"
Expand Down Expand Up @@ -436,13 +436,13 @@
"G9": "A(15)"
"G10": "A(17)"
"H1": "E"
"H2": "NOT(IPL2)"
"H3": "NOT(IPL1)"
"H2": "NOT(IPL(2))"
"H3": "NOT(IPL(1))"
"H8": "A(13)"
"H9": "A(12)"
"H10": "A(16)"
"J1": "NOT(BERR)"
"J2": "NOT(IPL0)"
"J2": "NOT(IPL(0))"
"J3": "FC(1)"
"J4": "NC"
"J5": "A(2)"
Expand Down

0 comments on commit 8138701

Please sign in to comment.