nikhilsigma
Full Member level 2
- Joined
- Jun 19, 2010
- Messages
- 142
- Helped
- 17
- Reputation
- 34
- Reaction score
- 16
- Trophy points
- 1,298
- Location
- Delhi, India
- Activity points
- 2,584
Hi,
In my project i need to model an SSD Controller but for that to do something i think that i should also implement the Flash memory on FPGA. so how can i create a memory of 512 bytes(a page)....
for example :
i can easily create flipflops and registers but don't know how should i create such a large memory... :???:
so please tell me how to create such a large memory on FPGA from VHDL CODE !!
In my project i need to model an SSD Controller but for that to do something i think that i should also implement the Flash memory on FPGA. so how can i create a memory of 512 bytes(a page)....
for example :
- Total Flash memory is divided into blocks
- and each block have 16 pages
- and each page have 512 bytes of memory
i can easily create flipflops and registers but don't know how should i create such a large memory... :???:
so please tell me how to create such a large memory on FPGA from VHDL CODE !!