tszawars
Newbie level 3
- Joined
- Apr 23, 2013
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,309
Hi everyone, I am doing Conway's Game of Life on VHDL to implement on the NEXYS2 development board by DIGILENT. So far we have the user interface working just fine but we are not sure how to utilize the distributed RAM component which is external to the FPGA chip in order to populate the addresses with 1's and 0's which will turn on squares or turn them off. How do we use the RAM? I've never used dual-port RAM's for reading and writing on the rising edge and falling edge of the clock.