Fix addi instruction, think a commit got lost
[soc.git] / src / soc / decoder / selectable_int.py
2020-04-05 Michael NolanFix addi instruction, think a commit got lost
2020-04-05 Luke Kenneth Casso... add selectconcat test
2020-04-04 Luke Kenneth Casso... check that SelectableInt has been extended to 256 bits
2020-04-04 Luke Kenneth Casso... allow int in addition and subtraction
2020-04-04 Luke Kenneth Casso... identify [0]*16 pattern and produce repeat-of-int
2020-04-04 Luke Kenneth Casso... add modulo to parser (and div to SelectableInt)
2020-04-03 Luke Kenneth Casso... add __bool__ override to selectable_int
2020-04-03 Luke Kenneth Casso... add bit-wise OR and AND
2020-04-03 Luke Kenneth Casso... add less-than, greater-than, signed, and le/ge
2020-04-03 Luke Kenneth Casso... off-by-one in SelectableInt slices
2020-04-02 Luke Kenneth Casso... add in ability to concat ints
2020-04-02 Luke Kenneth Casso... success using SelectableInt in cnttzd test
2020-04-01 Michael NolanAdd many more operators to selectable_int
2020-04-01 Michael Nolanselectable_int now in power ordering, add setitem
2020-04-01 Michael NolanAdd rudimentary int class with bit index