Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAt least in signal tap you can make a "right mouse click" on the signal's name and choose between "MSB on Top, LSB on Bottom" or "LSB on Top, MSB on Bottom" to reverse the bit order to get the correct representation displayed... I had same issues as I tend to define the vector as x downto y (e.g. 15 downto 0 with Bit15 being MSB) rather x to y (e.g. 0 to 15 with Bit 0 being MSB)...