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 write a Look Up Table

Status
Not open for further replies.

haneet

Full Member level 3
Joined
Nov 7, 2006
Messages
160
Helped
14
Reputation
28
Reaction score
1
Trophy points
1,298
Activity points
2,219
hi frndz,

Can you guyz tell me how to write a Look Up Table in verilog? I know the method of using Case statement and writing. But, is there a short cut where we can write the values?
 

Large Look Up Tables are really ROM memories. You can instantiate a memory in verilog and then give each memory location an initial condition in the test bench. I have also loaded these testbench memories from an external file in the test bench.
In real FPGAs you have to use RAM, since ROM is not available.
 

Is the ROM for any FPGA...?
Your FPGA tool, supposing Xilinx ISE must have applications(core generator) to generate it automatically...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top