I will try and explain as I work through it... Essentially the addressing of the dynamic RAM is multiplexed into two pairs of 7 bit addresses rather than having 14 pins but for the address to get locked in there are two signals RAS and CAS. When RAS goes low it locks in the first seven bits and when CAS goes low it locks in the second seven bits.I wish I knew what you were going on about with any of this. I'm impressed anyway. Keep it up.
It really helps if you have one of these boards and have spent ages staring at it, trying to figure out what is going on. The information about what the PALs are doing might be really helpful to me as I think my problem lays there somewhere. Is it possible to de-compile a JED file to get the truth table and pinout information back ?. If so, I might be able to devise some sort of test for mine using the Retro Chip Tester.I wish I knew what you were going on about with any of this. I'm impressed anyway. Keep it up.
Absolutely. In fact I posted the equations for two of the PALs earlier in the thread. Post#9Is it possible to de-compile a JED file to get the truth table and pinout information back ?.
Inputs:
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18
Outputs:
12 (Combinatorial, No output feedback, Active low)
13 (Combinatorial, Output feedback output, Active low)
14 (Combinatorial, Output feedback output, Active low)
15 (Combinatorial, Output feedback output, Active low)
16 (Combinatorial, Output feedback output, Active low)
17 (Combinatorial, Output feedback output, Active low)
18 (Combinatorial, Output feedback output, Active low)
19 (Combinatorial, No output feedback, Active low)
Equations:
/o12 = i1 & i2 & /i3 & /i4 & i5
o12.oe = vcc
/o13 = i1 & i2 & i3 & i4
o13.oe = vcc
/o14 = i1 & i2 & i3 & /i4
o14.oe = vcc
/o15 = i1 & i2 & /i3 & i4
o15.oe = vcc
/o16 = i1 & i2 & /i3 & /i4 & /i5 & /i6 & /i7 & /i8 & /i9 & /i11
o16.oe = vcc
/o17 = i1 & i2 & /i3 & /i4 & /i5 & i6
o17.oe = vcc
/o18 = i1 & i2 & /i3 & /i4 & /i5 & /i6
o18.oe = vcc
/o19 = /i1 & /i4 & i6 & i7 & i9 & /o18
o19.oe = vcc
Yeap. That's where I am currently. I'm working to establish what RAS and CAS should be via a rather roundabout route... I need to understand the RAM muxing first.Is your CPU socket tester board able to run tests on the RAM ?.