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.

look up table in VHDL (not targeting to FPGA )

Status
Not open for further replies.

Safiya

Junior Member level 2
Joined
Oct 25, 2013
Messages
22
Helped
1
Reputation
2
Reaction score
1
Trophy points
3
Activity points
0
HI,
Can we design a look-up table without targeting to FPGA , means using standard FETs in cadence. ?
I am new to look up table and vhdl.
thanks
 

You should be able to do this. You would want to ensure that it fits into the appropriate construct for the device/technology. For example, if your tools have the ability to create an optimized RAM structure, you should do whatever is needed for that. Your tool vendor may also have components for this purpose as well.
 
  • Like
Reactions: Safiya

    Safiya

    Points: 2
    Helpful Answer Positive Rating
Can you please elaborate, what exactly you want to design with those look up tables ?

BTW, Look up tables are set of all possible values with set of inputs, hope this helps.
 
  • Like
Reactions: Safiya

    Safiya

    Points: 2
    Helpful Answer Positive Rating
Actually i have to do something like this (example) ,
stored data as constants. just indexing with 4bits should give us corresponding data.

if 0001 then 00101010
if 0011 then 00101111
if 0110 then 00111110
if 1000 then 11101010
if 1100 then 01101010
indexing With high speed may be 1MHz,

- - - Updated - - -

You should be able to do this. You would want to ensure that it fits into the appropriate construct for the device/technology. For example, if your tools have the ability to create an optimized RAM structure, you should do whatever is needed for that. Your tool vendor may also have components for this purpose as well.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top