need help on fpga board memory

Status
Not open for further replies.

yupina-chan

Member level 2
Joined
Nov 27, 2013
Messages
51
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
397
hi, i am working on an altera de2 board. i intend to use saving in memory. can i use this code
Code:
reg [10:0] box1 [191:0];
reg [10:0] box2 [191:0];
reg [10:0] box3 [191:0];
reg [10:0] box4 [191:0];
reg [10:0] box5 [191:0];
reg [10:0] box6 [191:0];
reg [10:0] box7 [191:0];
reg [10:0] box8 [191:0];
reg [10:0] box9 [191:0];

or is this too much, like it can't fit in the device? in the datasheet of the board, where can i find information on how much memory i can use? thanks in advance.
 

1 - read the datasheet of your board to see what fpga device is used
2 - read the datasheet for that specific fpga device to see how much memory (and other resources) are available
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…