Ian Bond
Newbie level 6
- Joined
- Sep 23, 2013
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Location
- Cincinnati, OH
- Activity points
- 85
Hello,
I am doing a project which involves writing 3 64 bit signals in memory and reading them later. My code has a 64 bit data_in, a 64 bit data_out, clock, an address1 signal, address2, address3 signal, Output enable, write enable and read enable signals. The input is given through data_in and in the first clock cycle, the input must be stored in address1 and after reading address1, data_in is changed and now, it must be stored in address2. The same is the case for address3.
Basically, I am varying the input 3 times and all these 3 must be stored in 3 different memory locations. Can anyone help me with this please?
I am doing a project which involves writing 3 64 bit signals in memory and reading them later. My code has a 64 bit data_in, a 64 bit data_out, clock, an address1 signal, address2, address3 signal, Output enable, write enable and read enable signals. The input is given through data_in and in the first clock cycle, the input must be stored in address1 and after reading address1, data_in is changed and now, it must be stored in address2. The same is the case for address3.
Basically, I am varying the input 3 times and all these 3 must be stored in 3 different memory locations. Can anyone help me with this please?