radix: reading first page table entry
[soc.git] / src / soc / decoder / power_decoder.py
2021-02-03 Luke Kenneth Casso... add SVP64PowerDecoder, extracts svp64 remap if correctl...
2021-01-30 Luke Kenneth Casso... add first SVP64 7-bit register context decoder to Power...
2021-01-29 Luke Kenneth Casso... adjust SVP64RM class to output more PowerDecoder-friend...
2021-01-29 Luke Kenneth Casso... add SV etype/ptype to power decoder
2021-01-29 Luke Kenneth Casso... use new svp64-augmented csv reader in PowerDecoder
2021-01-29 Luke Kenneth Casso... whoops missed out "+" on explicit license listing
2020-10-05 Jacob Lifshay`deepcopy` from cache instead of recreating parsers...
2020-10-05 Jacob Lifshayformat code
2020-09-10 Luke Kenneth Casso... add docstring for PowerOp class
2020-09-08 Luke Kenneth Casso... add PowerDecoder explanation
2020-09-08 Luke Kenneth Casso... bit of a mess, trying to get PowerDecode to not create...
2020-09-08 Luke Kenneth Casso... subset columns for PowerDecoder - bit of a mess (done...
2020-09-06 Luke Kenneth Casso... add row subset selector for PowerDecode.
2020-09-06 Luke Kenneth Casso... add row_subset (doesnt do anything yet)
2020-09-06 Luke Kenneth Casso... pass col_subset throughout PowerDecoder
2020-09-06 Luke Kenneth Casso... reorganise PowerOp to be dynamic
2020-09-06 Luke Kenneth Casso... reorg of PowerOp to be able to dynamically subset it
2020-09-06 Luke Kenneth Casso... grr, autopep8 messing up
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-23 Luke Kenneth Casso... update copyright notices to include additional primary...
2020-08-23 Michael NolanAdd copyright statement to power_decoder.py
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-07-12 Luke Kenneth Casso... modify PowerDecoder to read LDSTMode correctly
2020-07-11 Luke Kenneth Casso... sorting out bigendian/littleendian including in qemu
2020-07-09 Luke Kenneth Casso... identifying locations where big/little endian is in...
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-05 Luke Kenneth Casso... stop debug output in power_decoder
2020-06-17 Luke Kenneth Casso... getting sim instruction decoder to reproduce asm instru...
2020-06-17 Luke Kenneth Casso... add comment/assembly decode in power enums
2020-05-21 Luke Kenneth Casso... add CR out decoder debug
2020-05-21 Michael NolanConvert CR out to enum in power_decoder
2020-05-21 Michael NolanConvert CR In field to enum instead of single bit
2020-05-13 Michael NolanFix too wide bitfield being selected for opcode 30
2020-05-09 Luke Kenneth Casso... document PowerOp
2020-05-05 Yehowshua ImmanuelMerge branch 'master' of git.libre-riscv.org:soc
2020-05-05 Yehowshua ImmanuelGit rid of named tuple imported twice
2020-05-03 Luke Kenneth Casso... add comments to power decoder
2020-03-31 Luke Kenneth Casso... split out sig set from sig setup
2020-03-30 Michael NolanMinor cleanup
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-21 Luke Kenneth Casso... mention instruction fetch mapping section
2020-03-21 Luke Kenneth Casso... add big/little byte-reversing
2020-03-18 Luke Kenneth Casso... add comments
2020-03-09 Michael NolanMigrate imports to use absolute imports
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...