Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / decoder / power_fields.py
2021-04-23 Luke Kenneth Casso... move over to openpower-isa repo
2021-03-12 Jacob Lifshayadd forgotten PO (primary opcode) field to DecodeFields
2020-10-05 Jacob Lifshay`deepcopy` from cache instead of recreating parsers...
2020-07-25 Luke Kenneth Casso... hilarious. only just caught a bug where overflow was...
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-05-22 Luke Kenneth Casso... over 80 chars
2020-05-07 Michael NolanMake FieldSelectableInt accept slices for set and get
2020-05-02 Michael NolanRead decoder tables from wiki submodule instead of web
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-07 Luke Kenneth Casso... try making CR bitrange 32..63 not 0..31
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Luke Kenneth Casso... add individual field-detection where field spec is...
2020-04-05 Jacob Lifshayuse fields.txt as the local file name and add to gitignore
2020-04-05 Jacob LifshayRevert "rename fields.text to use standard .txt file...
2020-04-05 Jacob Lifshayrename fields.text to use standard .txt file extension...
2020-03-30 Luke Kenneth Casso... add signals for all fields, accessible by named tuples...
2020-03-30 Michael NolanWIP: Replace fields in power_decoder with signals of...
2020-03-29 Luke Kenneth Casso... annoying. convert to python3
2020-03-20 Michael NolanDelete log messages in power_fields and power_fieldsn
2020-03-09 Michael NolanMigrate imports to use absolute imports
2020-03-09 Michael NolanFix test
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...