Altera_Forum
Honored Contributor
13 years agoFPGA Newbie Q's - Cyclone IV
Apologies if this is the wrong forum. Am new to FPGA development and have a Q I've not been able to resolve in my readings. Would appreciate help...
The FPGA comes with X LUTs and Y memory bits (I understand the difference here). I need to create a "memory array" within a component that is 10kx1. Do I create this as a register (i.e., reg MyArray[0..10000])? Or is there another way to define a memory array? The component will be accessed with an address and will provide read/write access to the array. Thanks, in advance, for your help.... ME