- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
So I am using the dual port RAM mf, I noticed that the maximum number of words for any word size is 65536. Is there any way I can increase this? I want 3 bit words, and a lot of them.
Will simulating with another board help? If yes, which one? Thanks in advance.- タグ:
- Memory
コピーされたリンク
4 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
how many is a lot? THe megafunction is limited to 16 bit addressing. If you have to use the megawizard/mf, then you will have to generate multiple rams (why not have 3x 1x64k ram in parrallel, 1 bit per ram ?)
Have you worked out exactly how many internal memory blocks your 3 bit word will need? Have you tried inferring the ram in HDL?- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
--- Quote Start --- how many is a lot? THe megafunction is limited to 16 bit addressing. If you have to use the megawizard/mf, then you will have to generate multiple rams (why not have 3x 1x64k ram in parrallel, 1 bit per ram ?) Have you worked out exactly how many internal memory blocks your 3 bit word will need? Have you tried inferring the ram in HDL? --- Quote End --- I am basically building a 200X400 grid, so that would mean 80,000 cells with 3 bits each. I could probably try inferring the ram, would that be the best way?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Did you try to type in 80000 in the MegaFunction's number of words field?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
--- Quote Start --- Did you try to type in 80000 in the MegaFunction's number of words field? --- Quote End --- Hah! That worked, my question looks very stupid now.! Thanks.
