N Element Table in Verilog, Where is it stored.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NiHo_1308246
Level 3
Level 3
5 likes given First like received First like given

When you define a large array of fixed 8-bit integers in verilog, where is it stored? Id like to store a table of values.

   

 

   

Thanks,

   

 

   

Nick

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

There is no storage area within a UDB except a few registers and the FIFOs.

   

 

   

Bob

0 Likes
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted
        Nick H, One way of storing a lookup table is implemented in the sine component: http://www.cypress.com/forum/psoc-5-architecture/generating-multiple-waveforms-fixed-phase-relations... Data is stored in PLD area (macrocels). 256x8-bit values consumes about 50% of it. Please let us know if you come up with some good example.   
0 Likes

That is perfect. Thanks you. -N

0 Likes