07-09-2016, 11:35 AM
I was experimenting with comparators and 1 tick signals. They are quite buggy but you can force comparators to work with 1 tick signals and I created memory wich is 1 tick serial and consists of four comparators sending signals in a circle. That means you can store 4 hex values in these four comparators.
Problem is that you can only read and write data every 4 ticks and have to know what time has passed since the input.
I managed to build a read and write system with hex decoders because they are more compact and i didnt manage to build binary decoders. it is very compact as it uses 38 x 21 x 18 blocks for 128 hex values and it is diagonal and double density. one problem is the signal in- and output because you have to keep the signal strength which makes it quite a bit slower.
I'll try to add pictures of it but my internet is superbad atm.
The pictures are without the in and ouputs because it looks very shitty and is something that probably has to be changed.
I think this can't be used as RAM but could be a great way to store great amounts of information in a small area and it actually can give out a value every tick so it might be good as a SSD or something like that
Problem is that you can only read and write data every 4 ticks and have to know what time has passed since the input.
I managed to build a read and write system with hex decoders because they are more compact and i didnt manage to build binary decoders. it is very compact as it uses 38 x 21 x 18 blocks for 128 hex values and it is diagonal and double density. one problem is the signal in- and output because you have to keep the signal strength which makes it quite a bit slower.
I'll try to add pictures of it but my internet is superbad atm.
The pictures are without the in and ouputs because it looks very shitty and is something that probably has to be changed.
I think this can't be used as RAM but could be a great way to store great amounts of information in a small area and it actually can give out a value every tick so it might be good as a SSD or something like that