Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vhdl linked list

Status
Not open for further replies.

SISO

Programmer
Joined
Jul 3, 2003
Messages
2
Location
SV
how can I implement a vhdl linked list
that is 2-directional and adding a record to it
is in alphabetical order?
the alphabets I'm using are an enumerated type "symbol" for example

0000001 is A
0000010 is B
0000011 is C

so can I use for the alphabetical ordering
A<B<C<...?

for anyone that can help me
thank you in advance

 
Hi,
Take a look at Qualis's library, it is a free one. They have a paper describing how to implement link list, has tables etc. in both VHDL &amp; Verilog.

Visit:
Good Luck
Srini
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top