Altera_Forum
Honored Contributor
15 years agoMemory Blocks
Hello Everyone,
I created a RAM (Port 1 memory) using MegaWizard. Afterwards, I instantiated that module into a new verilog file. I have been asked to use toggle switches SW(7-0) to input a byte of data into RAM location identified by a 5-bit address specified with toggle switches SW (15-11). Use SW17 as write signal and use KEY0 as clock input. I am also supposed to display address value, data being input to memory and data being read out of the memory on 7-segment display <-- this part I dont know how to do. Please help