From 8d5038882842fc9fe7efc7dade45d05d404f8868 Mon Sep 17 00:00:00 2001 From: mmfoerster Date: Thu, 13 Apr 2017 04:34:02 -0400 Subject: [PATCH] Corrected node numbers for p6 (V bit) and p7 (N bit) of the status register. p6 and p7 were duplicates of their respective Pout-named nodes instead of the phase 1 updated nodes of their storage complexes, as all the other processor status register bits are (except for the B bit, of course). Comment typo correction for cclk. --- expert-allinone.js | 6 +++--- nodenames.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/expert-allinone.js b/expert-allinone.js index a3b0f55..cb186ff 100644 --- a/expert-allinone.js +++ b/expert-allinone.js @@ -11879,8 +11879,8 @@ p2: 1553, // I bit of status register (storage node) p3: 348, // D bit of status register (storage node) p4: 1119, // there is no bit4 in the status register! (not a storage node) p5: -1, // there is no bit5 in the status register! (not a storage node) -p6: 77, // V bit of status register (storage node) -p7: 1370, // N bit of status register (storage node) +p6: 1625, // V bit of status register (storage node) +p7: 69, // N bit of status register (storage node) // internal bus: status register outputs for push P Pout0: 687, @@ -12102,7 +12102,7 @@ notRnWprepad: 187, // internal signal: to pad, yet to be inverted and retimed RnWstretched: 353, // internal signal: control datapad output drivers, aka TRISTATE "#DBE": 1035, // internal signal: formerly from DBE pad (6501) cp1: 710, // internal signal: clock phase 1 -cclk: 943, // unbonded pad: internal non-overlappying phi2 +cclk: 943, // unbonded pad: internal non-overlapping phi2 fetch: 879, // internal signal clearIR: 1077, // internal signal D1x1: 827, // internal signal: interrupt handler related diff --git a/nodenames.js b/nodenames.js index 71b7aab..e475e59 100644 --- a/nodenames.js +++ b/nodenames.js @@ -153,8 +153,8 @@ p2: 1553, // I bit of status register (storage node) p3: 348, // D bit of status register (storage node) p4: 1119, // there is no bit4 in the status register! (not a storage node) p5: -1, // there is no bit5 in the status register! (not a storage node) -p6: 77, // V bit of status register (storage node) -p7: 1370, // N bit of status register (storage node) +p6: 1625, // V bit of status register (storage node) +p7: 69, // N bit of status register (storage node) // internal bus: status register outputs for push P Pout0: 687, @@ -405,7 +405,7 @@ RnWstretched: 353, // internal signal: control datapad output drivers, aka TRIST "#DBE": 1035, // internal signal: formerly from DBE pad (6501) "~DBE": 1035, // automatic alias replacing hash with tilde cp1: 710, // internal signal: clock phase 1 -cclk: 943, // unbonded pad: internal non-overlappying phi2 +cclk: 943, // unbonded pad: internal non-overlapping phi2 fetch: 879, // internal signal clearIR: 1077, // internal signal H1x1: 1042, // internal signal: drive status byte onto databus