Test RAM cells
#1207
Replies: 2 comments
-
For now I have solved this by adding a secondary RAM component (dual port) that receives the same writes as the main RAM component, but its second port is controlled by pins used by test vectors. Though it would be nice if I could peek specific RAM addresses from test vectors |
Beta Was this translation helpful? Give feedback.
0 replies
-
In the file |
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
-
When using test vectors to load and run a test program, I want to test that the contents of RAM match what I specified.
In my case I have a program that fills every RAM cell with a value equal to its address. I want to run this program and test that this has been done.
What's the best way to test RAM from test vectors?
Beta Was this translation helpful? Give feedback.
All reactions