mirror of
https://github.com/trebonian/visual6502.git
synced 2025-04-11 05:37:04 +00:00
added signal names - mostly ALU - from Segher
This commit is contained in:
parent
e660736204
commit
8ef98d131f
62
nodenames.js
62
nodenames.js
@ -165,6 +165,22 @@ t2: 971, // internal state: timing control
|
||||
t3: 1567,
|
||||
t4: 690,
|
||||
t5: 909,
|
||||
noty0: 1025, // datapath state: not Y register
|
||||
noty1: 1138,
|
||||
noty2: 1484,
|
||||
noty3: 184,
|
||||
noty4: 565,
|
||||
noty5: 981,
|
||||
noty6: 1439,
|
||||
noty7: 1640,
|
||||
notx0: 987, // datapath state: not X register
|
||||
notx1: 1434,
|
||||
notx2: 890,
|
||||
notx3: 1521,
|
||||
notx4: 485,
|
||||
notx5: 1017,
|
||||
notx6: 730,
|
||||
notx7: 1561,
|
||||
nots0: 418, // datapath state: not stack pointer
|
||||
nots1: 1064,
|
||||
nots2: 752,
|
||||
@ -651,20 +667,46 @@ AxB7: 1241,
|
||||
"#(AxB3).C23": 860,
|
||||
"#(AxB5).C45": 817,
|
||||
"#(AxB7).C67": 1217,
|
||||
"#A.B0": 1628,
|
||||
"#A.B1": 841,
|
||||
"#A.B2": 681,
|
||||
"#A.B3": 350,
|
||||
"#A.B4": 1063,
|
||||
"#A.B5": 477,
|
||||
"#A.B6": 336,
|
||||
"#A.B7": 1318,
|
||||
"A+B0": 693,
|
||||
"A+B1": 1021,
|
||||
"A+B2": 110,
|
||||
"A+B3": 1313,
|
||||
"A+B4": 918,
|
||||
"A+B5": 1236,
|
||||
"A+B6": 803,
|
||||
"A+B7": 117,
|
||||
|
||||
aluanorb0: 143,
|
||||
aluanandb0: 1628,
|
||||
aluaorb0: 693,
|
||||
notaluoutmux0: 957, // alu result latch input
|
||||
|
||||
aluanorb1: 155,
|
||||
aluanandb1: 841,
|
||||
aluaorb1: 1021,
|
||||
notaluoutmux1: 250, // alu result latch input
|
||||
"#(A+B)0": 143,
|
||||
"#(A+B)1": 155,
|
||||
"#(A+B)2": 1691,
|
||||
"#(A+B)3": 649,
|
||||
"#(A+B)4": 404,
|
||||
"#(A+B)5": 1632,
|
||||
"#(A+B)6": 1084,
|
||||
"#(A+B)7": 1398,
|
||||
"#(AxB)0": 1525,
|
||||
"#(AxB)2": 701,
|
||||
"#(AxB)4": 308,
|
||||
"#(AxB)6": 1459,
|
||||
"#(AxB)1": 953,
|
||||
"#(AxB)3": 884,
|
||||
"#(AxB)5": 1469,
|
||||
"#(AxB)7": 177,
|
||||
"#aluresult": 957, // alu result latch input
|
||||
"#aluresult": 250,
|
||||
"#aluresult": 740,
|
||||
"#aluresult": 1071,
|
||||
"#aluresult": 296,
|
||||
"#aluresult": 277,
|
||||
"#aluresult": 722,
|
||||
"#aluresult": 304,
|
||||
|
||||
// internal signals: datapath control signals
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user