L
Luis Cupido
Guest
Hello,
Is it really true that there is no simple way to reverse the bit order
of a SLV ?
so I need to code a " for ... loop" or make a function with all that ???
I want:
a_rev(ASIZE-1 downto 0) <= a(0 to ASIZE-1);
--this would work if VHDL compilers were not so nose up ;-)
--but seems we were born to suffer :-(
Any ideas ?
Thanks
Luis C.
Is it really true that there is no simple way to reverse the bit order
of a SLV ?
so I need to code a " for ... loop" or make a function with all that ???
I want:
a_rev(ASIZE-1 downto 0) <= a(0 to ASIZE-1);
--this would work if VHDL compilers were not so nose up ;-)
--but seems we were born to suffer :-(
Any ideas ?
Thanks
Luis C.