Added missing '#' and '~' to both copies of the BRtaken node name.

The comments with them indicate that the semantics of the node (high when branch
not taken) was already recognized.

pipeBRtaken in the expert version is left untouched, as it is opposite-valued
from #BRtaken, although its meaning is multiplexed by additional influences
(nodenames.js has it named pipeIPCrelated).
This commit is contained in:
mmfoerster 2017-05-06 16:39:58 -04:00
parent 4bb43bfd0e
commit c2348c5f63
2 changed files with 3 additions and 3 deletions

View File

@ -12281,7 +12281,7 @@ INTG: 1350, // internal signal: interrupt handler related
// internal signals: control signals
nnT2BR: 967, // doubly inverted
BRtaken: 1544, // aka #TAKEN
"#BRtaken": 1544, // aka #TAKEN
// interrupt and vector related
NMIP: 1032,

View File

@ -590,8 +590,8 @@ H1x1: 1042, // internal signal: drive status byte onto databus
// internal signals: control signals
nnT2BR: 967, // doubly inverted
BRtaken: 1544, // aka #TAKEN
BRtaken: 1544, // automatic alias replacing hash with tilde
"#BRtaken": 1544, // aka #TAKEN
"~BRtaken": 1544, // automatic alias replacing hash with tilde
// internal signals and state: interrupt and vector related
// segher says: