add fu logical_input_record.py
[soc.git] / src / soc / decoder / helpers.py
2020-05-13 Michael NolanFix bug with ROTL32 helper
2020-05-09 Michael NolanFix broken mask when x == y
2020-05-09 Michael NolanFix helpers.py not playing nicely with selectableInts
2020-05-06 Michael NolanAdd length helper for getting length of a selectable int
2020-05-06 Michael NolanAdd helper functions to replace direct comparison in...
2020-04-05 Luke Kenneth Casso... effort to get base class instructions automatically
2020-04-05 Luke Kenneth Casso... Revert "Implement bug 278, comment 1 - better version...
2020-04-05 Michael NolanImplement bug 278, comment 1 - better version of EXTS
2020-04-04 Luke Kenneth Casso... import EXTS which over-extends to 256 bits
2020-04-02 Luke Kenneth Casso... success using SelectableInt in cnttzd test
2020-03-31 Michael NolanMinor cleanup
2020-03-31 Michael NolanAdd more comments to helpers.py
2020-03-31 Luke Kenneth Casso... assume 32-to-64 bit zero-extension
2020-03-30 Michael NolanAdd tests for EXTS64, fix EXTS64
2020-03-30 Michael NolanAdd ROTL32 and ROTL64
2020-03-30 Michael NolanBegin adding helper functions for PPC pseudocode compiler