0
votes

Sir,

I designed memory in verilog code which is 76 bit wide and 10 bit long.(76 Columns and 10 Rows). i want to dump this code into spartan 3 FPGA board. so,Where this memory will be placed in FPGA? General purpose Registers or Block ROM Memory of FPGA?. is it necessary to enable Block memory of FPGA by code for such big memory?

1

1 Answers

0
votes

Spartan 3 Block Rams are 18kb each. If your address is 10 bits, you need 1024x76b memory block, i.e. 76kb, which clearly warrants the use of Bram.