soc.git
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
2020-04-04 Luke Kenneth... update submodule
2020-04-04 Luke Kenneth... whoops wrong token for XOR
2020-04-04 Michael Nolanchange @inject to take no parameters
2020-04-04 Luke Kenneth... add support for syntax "do i = N to N" equivalent to for
2020-04-04 Michael NolanSorta working add instruction
2020-04-04 Luke Kenneth... remove extraneous statement
2020-04-04 Luke Kenneth... try again with adding XOR operator
2020-04-04 Luke Kenneth... update libreriscv submodule
2020-04-04 Michael NolanMinor changes to test for caller.py, still not working...
2020-04-04 Michael NolanAdd a basic test class for caller.py
2020-04-04 Luke Kenneth... move GPR and Mem to isa caller
2020-04-04 Luke Kenneth... add means to subscript two levels deep
2020-04-04 Luke Kenneth... add memory get/set
2020-04-04 Luke Kenneth... eurg start putting namespace-injection (GPR, MEM) in...
2020-04-04 Luke Kenneth... test fixedload
2020-04-04 Luke Kenneth... sigh change syntax to (RA|0)
2020-04-04 Luke Kenneth... allow int in addition and subtraction
2020-04-04 Luke Kenneth... add OrderedSet, needed to preserve function arg order
2020-04-04 Luke Kenneth... use set not list to make regs unique
2020-04-04 Luke Kenneth... add SelectableInt and selectconcat to imports
2020-04-04 Luke Kenneth... whoops prefix op_ already added
2020-04-04 Luke Kenneth... whoops sort out function name
2020-04-04 Luke Kenneth... add "op_" prefix to function names to avoid use of...
2020-04-04 Luke Kenneth... whitespace
2020-04-04 Luke Kenneth... move to header-template, fix bug in page name (use...
2020-04-04 Luke Kenneth... add imports for helper functions to pywriter
2020-04-04 Luke Kenneth... identify [0]*16 pattern and produce repeat-of-int
2020-04-04 Luke Kenneth... add modulo to parser (and div to SelectableInt)
2020-04-03 Luke Kenneth... remove quotes because we are passing the function through
2020-04-03 Luke Kenneth... plan to use class named ISACaller base class
2020-04-03 Luke Kenneth... create list of args, pass them in to function, return...
2020-04-03 Jacob Lifshaypower parser should work
2020-04-03 Luke Kenneth... add comments, get example working
2020-04-03 Luke Kenneth... add __bool__ override to selectable_int
2020-04-03 Luke Kenneth... output as class not set of functions
2020-04-03 Luke Kenneth... unary minus is at end not in front
2020-04-03 Luke Kenneth... add invert operator, fix unary ops
next