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
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.
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.