Reverse bit order on VHDL

后端 未结 6 1003
闹比i
闹比i 2021-01-31 19:48

I\'m having trouble doing something like

b(0 to 7) <= a(7 downto 0)

when I compile it with ghdl, I have an order error. The only way I have

6条回答
提交回复
热议问题