mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-23 03:30:03 +00:00
[bugfix]tcstate and predecode register corrections
This commit is contained in:
parent
4b19e21e66
commit
0d0973b0c6
28
nodenames.js
28
nodenames.js
@ -147,8 +147,8 @@ notir5: 1394,
|
|||||||
notir6: 895,
|
notir6: 895,
|
||||||
notir7: 1320,
|
notir7: 1320,
|
||||||
irline3: 996, // internal signal: PLA input - ir0 AND ir1
|
irline3: 996, // internal signal: PLA input - ir0 AND ir1
|
||||||
clock1: 156, // internal state: timing control
|
clock1: 1536, // internal state: timing control
|
||||||
clock2: 1536, // internal state: timing control
|
clock2: 156, // internal state: timing control
|
||||||
t2: 971, // internal state: timing control
|
t2: 971, // internal state: timing control
|
||||||
t3: 1567,
|
t3: 1567,
|
||||||
t4: 690,
|
t4: 690,
|
||||||
@ -250,14 +250,22 @@ dor4: 1088,
|
|||||||
dor5: 1453,
|
dor5: 1453,
|
||||||
dor6: 1415,
|
dor6: 1415,
|
||||||
dor7: 63,
|
dor7: 63,
|
||||||
pd0: 758, // internal state: predecode register
|
pd0: 1622, // internal state: predecode register output (anded with not ClearIR)
|
||||||
pd1: 361,
|
pd1: 809,
|
||||||
pd2: 955,
|
pd2: 1671,
|
||||||
pd3: 894,
|
pd3: 1587,
|
||||||
pd4: 369,
|
pd4: 540,
|
||||||
pd5: 829,
|
pd5: 667,
|
||||||
pd6: 1669,
|
pd6: 1460,
|
||||||
pd7: 1690,
|
pd7: 1410,
|
||||||
|
notpd0: 758, // internal state: predecode register (storage node)
|
||||||
|
notpd1: 361,
|
||||||
|
notpd2: 955,
|
||||||
|
notpd3: 894,
|
||||||
|
notpd4: 369,
|
||||||
|
notpd5: 829,
|
||||||
|
notpd6: 1669,
|
||||||
|
notpd7: 1690,
|
||||||
notRdy0: 248, // internal signal: global pipeline control
|
notRdy0: 248, // internal signal: global pipeline control
|
||||||
Reset0: 67, // internal signal: retimed reset from pin
|
Reset0: 67, // internal signal: retimed reset from pin
|
||||||
C1x5Reset: 926, // retimed and pipelined reset in progress
|
C1x5Reset: 926, // retimed and pipelined reset in progress
|
||||||
|
Loading…
Reference in New Issue
Block a user