Replies: 1 comment
-
Think of the RAM as a real RAM. How can you store data in a real RAM before it is turned on? There is a way to do this in the simulator though, which is mainly intended for debugging processors: you can flag the RAM component as program memory and use the "Circuit specific settings" to load a program into the RAM before starting the simulation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use a clock input and a RAM(Chip Select) in my circuit.
After I start the simulation, I can edit the data in the RAM.
But if I use a real time clock, I will have no time to edit the RAM.
So, how can I edit the data in the RAM before I start the simulation ?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions