win2010
Member level 1
- Joined
- Sep 30, 2010
- Messages
- 35
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,605
initial $readmemh("pathtofile", memoryname);
reg [31:0] RAM [0:511];
initial $readmemh("C:/RAM.dat", RAM);
I have lots of files to store then How effectively we can use the FPGA memory....I`m asking this
How can i come to know this much only FPGA going to store.....?
Thant you for replay.....
We have constraint on memory How can i come to know this much only FPGA going to store.....?
Is there any particular method to know....?
Thant you for replay.....
We have constraint on memory How can i come to know this much only FPGA going to store.....?
Is there any particular method to know....?
you can store the data in bram and reuse the bram multiple number of times...however in this case you cannot pipeline or do parallel processing...this may increase the delay of the algorithm so there is a trade off..
if you are dealing with large chunks of source data latency is expected...
you cannot store a data in parallel processing..in parallel processing once the data has been used up....when I say large chunks of data it definitely is not just a bit size data....of course it depends on the data and situation but like i said you have latency because its just not a bit size data..
hi...2D FIR is a very basic algorithm and yes you do not need resuing bram or in fact u do not need bram...u just need a 2 line buffer like you have mentioned..but however requirement has been changed and people do much more complicated algo's than just the 2D FIR...by the way machine learning algo's are much more complex and they are database based...the algo which you are talking about is just a basic image processing algo..
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?