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