2020-04-08 |
Luke Kenneth... | whoops realised src1/2 need to receive reg data, not... |
commit | commitdiff | tree |
2020-04-08 |
Luke Kenneth... | use power decoder InternalOp |
commit | commitdiff | tree |
2020-04-08 |
Luke Kenneth... | start using power decoder in 6600 comp units |
commit | commitdiff | tree |
2020-04-08 |
Luke Kenneth... | convert power_decoder2 Data to Record-based |
commit | commitdiff | tree |
2020-04-08 |
Luke Kenneth... | absolute imports |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | try making CR bitrange 32..63 not 0..31 |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | note that CR must be offset by 32 |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | submodule update |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | add "undefined" to namespace |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | CR test "working" (for a given value of "success") |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | add in special regs to be passed out of function (as... |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | attempting to add mtcrf test, requires bringing CR... |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | whoops off-by-one in slice ranges |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | update submodules |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | op_fields is passed over (and excludes register names) |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | add CR and add field-selectable versions of CR0-7 |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | comment not to do bit-inversion here |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | add setitem/getitem to FieldSelectableInt, and mod... |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | allow FieldSelectableInt to initialise from list or... |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | add FieldSelectableInt which allows re-targetting of... |
commit | commitdiff | tree |
2020-04-07 |
Luke Kenneth... | whew finally located opcodes for managing CRs |
commit | commitdiff | tree |
2020-04-07 |
Jacob Lifshay | fix apt cache |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | update libreriscv submodule |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | Merge branch 'master' of ssh://git.libre-riscv.org... |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | add extra info on SPRs |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | add list of SPRs needed |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | Merge branch 'fix-tests' |
commit | commitdiff | tree |
2020-04-06 |
Michael Nolan | Convert instruction info from tuple to namedtuple |
commit | commitdiff | tree |
2020-04-06 |
Michael Nolan | Add test for addpcis |
commit | commitdiff | tree |
2020-04-06 |
Michael Nolan | Begin adding PC to caller.py |
commit | commitdiff | tree |
2020-04-06 |
Michael Nolan | Fix broken tests from parser update |
commit | commitdiff | tree |
2020-04-06 |
Michael Nolan | Auto insert instruction fields into the namespace |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | whoops swap regs and form |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | split regs by comma into list |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | whoops missing final newline, needed for parser to end |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | skip blank lines between cases |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | add annoying case-hack filter |
commit | commitdiff | tree |
2020-04-06 |
Luke Kenneth... | add individual field-detection where field spec is... |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | add apt-cache dir |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | fix apt cache |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | add pip and apt to gitlab cache |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | all tests pass! |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | add symbiyosys to ci |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | add git submodules to CI |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | add missing packages |
commit | commitdiff | tree |
2020-04-06 |
Jacob Lifshay | almost all tests work |
commit | commitdiff | tree |
2020-04-05 |
Jacob Lifshay | add .gitlab-ci.yml |
commit | commitdiff | tree |
2020-04-05 |
Jacob Lifshay | use fields.txt as the local file name and add to gitignore |
commit | commitdiff | tree |
2020-04-05 |
Jacob Lifshay | Revert "rename fields.text to use standard .txt file... |
commit | commitdiff | tree |
2020-04-05 |
Jacob Lifshay | rename fields.text to use standard .txt file extension... |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | put regs through to ISACaller |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | got fed up of hard-coded names, allow pywriter.py to... |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add comment about form / op_fields |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | unpack tuple with new op_fields |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add Form name parsing |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Autogenerate all.py |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Handle new changes in pseudocode parser |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Handle opcodes returning EXTS() results |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Fix bug 281 |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | effort to get base class instructions automatically |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Add in _reg and immediate support |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Fix issue with memory load/store byte order |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Fix not being able to use all instructions in ISA class |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | remove ISACaller as base class, do in soc.decoder.isa.ISA |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | get hex to recognise capitals |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | submodule update |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add printout of instruction Form |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | drop instr info into uniquely-named dict |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | Revert "Implement bug 278, comment 1 - better version... |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Implement bug 278, comment 1 - better version of EXTS |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Move combination class out of __init__ |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add HEX to parser |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | fix repr (0x prefix) and add repr test for selectable int |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Fix addi instruction, think a commit got lost |
commit | commitdiff | tree |
2020-04-05 |
Michael Nolan | Add class for combining multiple instruction classes |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add SPR rework from SPR(x) to SPR[x] |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | construct switch/case/default from if/elif/elif/else |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add start on switch/case/default in parser |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | submodule update |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | case and default do not need implicit colon |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add switch case and default keywords |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | fix issue with subscript uninitialised detection |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | allow [s] * 64 to be detected and turned into a repeat... |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | test trap, shift and condition |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | add selectconcat test |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-05 |
Luke Kenneth... | quick test found missing bracket |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add != operator |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
next |