Reversing the Bus Bit Order - 2022.1 English

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2022-04-21
Version
2022.1 English

You can reverse the bus bit order in the wave configuration to switch between MSB-first (big endian) and LSB-first (little endian) bit order for the display of bus values.

To reverse the bit order:

  1. Select a bus.
  2. Right-click and select Reverse Bit Order.

    The bus bit order reverses. The Reverse Bit Order command is marked to show that this is the current behavior.

    Important: The Reverse Bit Order command operates only on the values displayed on the bus. The command does not reverse the list of bus elements that appears below the bus when you expand the bus wave object.
    Tip: The index ranges displayed on Long and Short names of buses indicate the bit order in bus elements. For example, after applying Reverse Bit Order on a bus bus[0:7], the bus displays bus[7:0].