- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Im trying to find a simple model that can read/write 8bits from the MAX II SRAM.
any tips? (please don't refer me to Google. I searched it thoroughly with no luck)Link Copied
10 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The MAX II features SRAM? Really??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you referring to the MAX II development board? i.e. SRAM external to the PLD?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- yes it does. (http://www.just****inggoogleit.com/) --- Quote End --- Hi, MAXII device don't have internal SRAM blocks, which can be used for the design. You can specify small Memories with Megawizard, but they will be implemented as registers. Kind regards GPK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm sorry. I was referring to the MAX II development kit(the 150$ one).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- I'm sorry. I was referring to the MAX II development kit(the 150$ one). --- Quote End --- Can you post a link to the board documentation ? Kind regards GPK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you referring to this kit?
http://www.altera.com/products/devkits/altera/kit-maxii-1270.html If so the SRAM is a Cypress CY7C1019CV part Datasheet here http://download.cypress.com.edgesuite.net/design_resources/datasheets/contents/cy7c1019cv33_8.pdf Are you trying to get a simulation model of the SRAM or a sample of some VHDL/Verilog to provide an interface to the SRAM?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yeah this waht I was refering to I am sorry for the confusion. I was sure that it is clear what I refer to.
I am looking for simple as possible VHDL entity that will allow me to read/write data into the SRAM. note I'm a programmer that his boss is insane. and I know very little about hardware. so SIMPLE is the key.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- yeah this waht I was refering to I am sorry for the confusion. I was sure that it is clear what I refer to. I am looking for simple as possible VHDL entity that will allow me to read/write data into the SRAM. note I'm a programmer that his boss is insane. and I know very little about hardware. so SIMPLE is the key. --- Quote End --- Hi, there is a SDRAM controller application note for MAXII available on the Altera Website. http://www.altera.com/literature/an/an499.pdf?gsa_pos=1&wt.oss_r=1&wt.oss=an499 Kind regards GPK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately it might not be that simple!
You need to think about what interfaces to the memory. Is it a processor of some kind? Do you just want to write a fixed pattern to the memory? Do you need to use Verilog or VHDL? etc A lot of questions :confused: If you are new to FPGA design etc then I suggest you read some of the help on the Altera website http://www.altera.com/support/examples/vhdl/vhdl.html?gsa_pos=1&wt.oss_r=1&wt.oss=vhdl etc http://www.asic-world.com/vhdl/ Also has some good VHDL tutorials. Members of the forum often suggest good FPGA books as well. I wish I could have given you a simple answer but as in most things you'll need a good knowledge base of the subject to progress.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page