Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Because you use to many gates in your RAM for example you use 16 OR this is 15 * 3 gates = 45 gates , if you will use 3 state buffer you don`t need use OR

Deleted 248 days ago

Output can only have one connection , and you use OR gates , but if you use 3 state buffer you can make 3 type of signals [1 0 no connection] no connection allow you connect multiple signals to output BUT only one can be on !!!
if you have 8 cell memory you only need 8 3 state buffer (one per cell) address pin connect to enable data to IN and finally you will get a some extra steps in simulation =D
if You want I can send you my realisation of RAM

I understand. I should have put an enable pin for the output data in each binary cell. Now, I use RGB display instead. The simulation is still smooth with 64KB RAM