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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.