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
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
 

vGoodtimes

Advanced Member level 4
Advanced Member level 4
Joined
Feb 16, 2015
Messages
1,089
Helped
307
Reputation
614
Reaction score
303
Trophy points
83
Activity points
8,730
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

verylsi

Full Member level 2
Full Member level 2
Joined
Mar 12, 2012
Messages
123
Helped
16
Reputation
32
Reaction score
16
Trophy points
1,308
Activity points
2,130
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

Safiya

Junior Member level 2
Junior Member level 2
Joined
Oct 25, 2013
Messages
22
Helped
1
Reputation
2
Reaction score
1
Trophy points
3
Activity points
0
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

Top