It would be great if we could initialize (import) binary files to write into ROM and RAM block memories.
I know now we can do it with 256x16 ROM, but we would have to hard write every number by hand.
Same thing if we could export RAM to binary file, too
Great game, by the way that is very nice!
chandlerkc
10
Posts
2
Topics
5
Following
A member registered Sep 09, 2021
Recent community posts
Take a look into a JK Flip Flop implementation here in Community Tab, you can also implement with registers.
Digital Logic Sim community · Created a new topic Did anyone tried to make a counter in this version?
I was struggling to make a simple 2-bit counter, I found a very useful implementation using JKFFs but here it didn't work, same thing with DFFs.
An edge detector is sufficient for me to implement that, thanks in advance!