Forum Discussion
Altera_Forum
Honored Contributor
8 years agoFor a start, most of the bus is just assigned to itself, hence the no changing:
Each set of bits: [15:11] : assigned to itself [10] toggles, as you just xor it with the LSB [9:5] assigned to itself [4] toggles, as just xored with LSB [3:0] assigned to itself. So this will explain what you are seeing. & is the concatenate operator in VHDL, not and.