Keywords: MSB, LSB, order
When I create a new HDL-based design containing buses, LSB is always the smaller number and MSB is always the larger number. I cannot create a bus that is bus1[3:0], because it will always be written as bus1[0:3]. When bus groups are displayed, however, they do show the correct order.