Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top