View Single Post
Old 4th Aug 2020, 8:25 pm   #45
Slothie
Octode
 
Join Date: Apr 2018
Location: Newbury, Berkshire, UK.
Posts: 1,287
Default Re: MK14 memory upgrade

Quote:
Originally Posted by SiriusHardware View Post
This is my modified version of the _CE circuit. What have I done wrong? Yes, I could have used a 74x02 but there was already a 74LS27 in place.
Yes that was what I was going to suggest, using a 74x02, and according to the simulator it should be OK:
Code:
ian@FX503VD:~/Projects/Test$ python2 ~/Bin/lsim mk14ram.sim 
.inputs a11 a10 a9
.outputs CE
x: nor a10 a9
y: nor x a11
CE: nor y y


a11 a10 a9 | CE
-----------+----
  0   0  0 |  1
  0   0  1 |  0
  0   1  0 |  0
  0   1  1 |  0
  1   0  0 |  1
  1   0  1 |  1
  1   1  0 |  1
  1   1  1 |  1
(in the attached image the NWDS and NRDS are swapped (Doh!))
Attached Thumbnails
Click image for larger version

Name:	Ram.jpg
Views:	72
Size:	57.6 KB
ID:	212688  

Last edited by Slothie; 4th Aug 2020 at 8:29 pm. Reason: Image is wrong
Slothie is offline