soc.git
2020-04-07 Luke Kenneth... CR test "working" (for a given value of "success")
2020-04-07 Luke Kenneth... add in special regs to be passed out of function (as...
2020-04-07 Luke Kenneth... attempting to add mtcrf test, requires bringing CR...
2020-04-07 Luke Kenneth... whoops off-by-one in slice ranges
2020-04-07 Luke Kenneth... update submodules
2020-04-07 Luke Kenneth... op_fields is passed over (and excludes register names)
2020-04-07 Luke Kenneth... add CR and add field-selectable versions of CR0-7
2020-04-07 Luke Kenneth... comment not to do bit-inversion here
2020-04-07 Luke Kenneth... add setitem/getitem to FieldSelectableInt, and mod...
2020-04-07 Luke Kenneth... allow FieldSelectableInt to initialise from list or...
2020-04-07 Luke Kenneth... add FieldSelectableInt which allows re-targetting of...
2020-04-07 Luke Kenneth... whew finally located opcodes for managing CRs
2020-04-07 Jacob Lifshayfix apt cache
2020-04-06 Jacob Lifshayupdate libreriscv submodule
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Luke Kenneth... add extra info on SPRs
2020-04-06 Luke Kenneth... update submodule
2020-04-06 Luke Kenneth... add list of SPRs needed
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Michael NolanConvert instruction info from tuple to namedtuple
2020-04-06 Michael NolanAdd test for addpcis
2020-04-06 Michael NolanBegin adding PC to caller.py
2020-04-06 Michael NolanFix broken tests from parser update
2020-04-06 Michael NolanAuto insert instruction fields into the namespace
2020-04-06 Luke Kenneth... whoops swap regs and form
2020-04-06 Luke Kenneth... split regs by comma into list
2020-04-06 Luke Kenneth... whoops missing final newline, needed for parser to end
2020-04-06 Luke Kenneth... skip blank lines between cases
2020-04-06 Luke Kenneth... add annoying case-hack filter
2020-04-06 Luke Kenneth... add individual field-detection where field spec is...
2020-04-06 Jacob Lifshayadd apt-cache dir
2020-04-06 Jacob Lifshayfix apt cache
2020-04-06 Jacob Lifshayadd pip and apt to gitlab cache
2020-04-06 Jacob Lifshayall tests pass!
2020-04-06 Jacob Lifshayadd symbiyosys to ci
2020-04-06 Jacob Lifshayadd git submodules to CI
2020-04-06 Jacob Lifshayadd missing packages
2020-04-06 Jacob Lifshayalmost all tests work
2020-04-05 Jacob Lifshayadd .gitlab-ci.yml
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-04-05 Luke Kenneth... put regs through to ISACaller
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... got fed up of hard-coded names, allow pywriter.py to...
2020-04-05 Luke Kenneth... add comment about form / op_fields
2020-04-05 Luke Kenneth... unpack tuple with new op_fields
2020-04-05 Luke Kenneth... add Form name parsing
2020-04-05 Michael NolanAutogenerate all.py
2020-04-05 Michael NolanHandle new changes in pseudocode parser
2020-04-05 Michael NolanHandle opcodes returning EXTS() results
2020-04-05 Michael NolanFix bug 281
2020-04-05 Luke Kenneth... effort to get base class instructions automatically
2020-04-05 Michael NolanAdd in _reg and immediate support
2020-04-05 Michael NolanFix issue with memory load/store byte order
2020-04-05 Michael NolanFix not being able to use all instructions in ISA class
2020-04-05 Luke Kenneth... remove ISACaller as base class, do in soc.decoder.isa.ISA
2020-04-05 Luke Kenneth... get hex to recognise capitals
2020-04-05 Luke Kenneth... submodule update
2020-04-05 Luke Kenneth... add printout of instruction Form
2020-04-05 Luke Kenneth... drop instr info into uniquely-named dict
2020-04-05 Luke Kenneth... Revert "Implement bug 278, comment 1 - better version...
2020-04-05 Michael NolanImplement bug 278, comment 1 - better version of EXTS
2020-04-05 Michael NolanMove combination class out of __init__
2020-04-05 Luke Kenneth... add HEX to parser
2020-04-05 Luke Kenneth... fix repr (0x prefix) and add repr test for selectable int
2020-04-05 Michael NolanFix addi instruction, think a commit got lost
2020-04-05 Michael NolanAdd class for combining multiple instruction classes
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... add SPR rework from SPR(x) to SPR[x]
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... construct switch/case/default from if/elif/elif/else
2020-04-05 Luke Kenneth... add start on switch/case/default in parser
2020-04-05 Luke Kenneth... submodule update
2020-04-05 Luke Kenneth... case and default do not need implicit colon
2020-04-05 Luke Kenneth... add switch case and default keywords
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... fix issue with subscript uninitialised detection
2020-04-05 Luke Kenneth... allow [s] * 64 to be detected and turned into a repeat...
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... test trap, shift and condition
2020-04-05 Luke Kenneth... add selectconcat test
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... update submodule
2020-04-05 Luke Kenneth... quick test found missing bracket
2020-04-04 Luke Kenneth... add != operator
2020-04-04 Luke Kenneth... update submodule
2020-04-04 Luke Kenneth... update submodule
2020-04-04 Luke Kenneth... update submodule
2020-04-04 Luke Kenneth... update submodule libreriscv
2020-04-04 Luke Kenneth... add <-iea operator
2020-04-04 Luke Kenneth... print regfile on only 4 lines
2020-04-04 Luke Kenneth... dump regfile nicely
2020-04-04 Luke Kenneth... add dump function for regs
2020-04-04 Luke Kenneth... check that SelectableInt has been extended to 256 bits
2020-04-04 Michael NolanWorking test_add
2020-04-04 Luke Kenneth... import EXTS which over-extends to 256 bits
2020-04-04 Luke Kenneth... update submodule
next