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.

Best way to build big LUT

Status
Not open for further replies.

Tetra

Junior Member level 1
Joined
Jun 19, 2003
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
160
I want to build a big LUT in VHDL. What is the best way to build it without sacrifizing the VHDL generality (i.e without using technology specific memory)

regards
 

As I understand you correct, you want to write VHDL code with a big LUT in it and you don't want to use special code which is only for e.g. Altera or Xilinx?
 

That is right
 

Good, all you have to do is to declare a big constant array with all the information you want to have as your LUT. The synthesis tool will recognize your code as a ROM. If the array is very big the data will be stored in the system depending space of your FPGA (Altera -> EAB, Xilinx -> Embedded BlockRAM).

by,
cube007
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top