ROM storing and reading data - reg
Quote from kaviyarasu34 on August 16, 2024, 5:28 amGood day,
Nice simulator . I want to store and read data. Something i am doing wrong in basics , but i am not able to find out what is that. Help needed.
The issue is , in address 0,1 if i stored values 14,15 respectively then address 0 should display value 14 but instead of that it is displaying last entered input value of another address. and in this example if last entered value is 15 for the address 1, then value 15 is also displaying for the address 0.
Good day,
Nice simulator . I want to store and read data. Something i am doing wrong in basics , but i am not able to find out what is that. Help needed.
The issue is , in address 0,1 if i stored values 14,15 respectively then address 0 should display value 14 but instead of that it is displaying last entered input value of another address. and in this example if last entered value is 15 for the address 1, then value 15 is also displaying for the address 0.
Quote from arcachofo on August 18, 2024, 1:09 pmHi.
It is difficult to know what is happening because you are controlling it manually.
But usually you want some control signals to be synchronized.I share one circuit to test a ROM manually.
Maybe you can try it and get your own conclusions.
Hi.
It is difficult to know what is happening because you are controlling it manually.
But usually you want some control signals to be synchronized.
I share one circuit to test a ROM manually.
Maybe you can try it and get your own conclusions.
Quote from kaviyarasu34 on August 19, 2024, 1:11 amThank you for providing the example. I will check it.
Thank you for providing the example. I will check it.