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.

how to store a databse in fpga

Status
Not open for further replies.

vhdl_beginner11

Newbie level 1
Joined
Dec 8, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
can i store a database consisting of charcters , real numbers in fpga , can i read them as arrays and do processing on them?
actually i have to store a database and read elements of it and i have tp fprm new matrix based on it.can anyone help? its urgent ?
 

quick answer: FPGA's aren't built for storing a database.
You can however read/write to DPRAM, so yes you can do matrix calculations, but if your database is huge, I wouldn't consume all my FPGA memory to store the elements of the database.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top