Add rudimentary int class with bit index
authorMichael Nolan <mtnolan2640@gmail.com>
Wed, 1 Apr 2020 18:07:14 +0000 (14:07 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Wed, 1 Apr 2020 18:37:51 +0000 (14:37 -0400)
commit238a9b16305855c974880f7e15cf805faee21cc4
tree9e338e30309dcc4a82578adccade1ce9dfcdbf39
parented984a0a478a0d157edfcd2277754e3897c28771
Add rudimentary int class with bit index

This needs to be changed to have the PPC bit ordering
src/soc/decoder/selectable_int.py [new file with mode: 0644]