0

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 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

2 Comments

hey Sir, My memory is 10x76 bits. can i dump it on Spartan 3 ? and thanks for answer.
If your memory is only 10 words deep, you might want to consider also the use of distributed ram. For a ROM, the Core generator is an easy way forward.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.