-
|
I've been looking for a way to use the storage device in Digital, but couldn't find any solution. At first, I tried to use RAM as the fake storage and export the data from it when it's still in the simulation but it didn't work... All I want to know is how can I export data from the RAM in previous simulation (maybe into a hex file) and paste it again into RAM inside my circuit as Program Memory or may be a workaround for that, like the digitalCustomComponent for the Storage Device. Thank you so much for your wonderful program @hneemann, I started to be interested in Computer Architecture from this program that I needed for my CAO final project in prior semester. Pottarr |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.


My designs are usually based on what real components would be, so I always use the "RAM, chip select" part.
So if I need to load/save data I just use the EEPROM instead. It acts and looks exactly like the RAM but it has a button for editing and in the edit mode one can load and save the data.