soc.git
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
2020-04-03 Luke Kenneth... fix concat error
2020-04-03 Luke Kenneth... test double-index (wark, fail)
2020-04-03 Luke Kenneth... add one to end subscript
2020-04-03 Luke Kenneth... corrections to lte / gte
2020-04-03 Luke Kenneth... add test of brackets to stop newline inclusion
2020-04-03 Luke Kenneth... add bit-wise OR and AND
2020-04-03 Luke Kenneth... add less-than, greater-than, signed, and le/ge
2020-04-03 Luke Kenneth... off-by-one in SelectableInt slices
2020-04-03 Luke Kenneth... support assignment to subscripts, however it may need...
2020-04-03 Tobias Platenfix power_pseudo.py to work with latest nmigen
2020-04-02 Luke Kenneth... add power isa python-writer
2020-04-02 Luke Kenneth... add test of if elif
2020-04-02 Luke Kenneth... start parsing all source files, output python
2020-04-02 Luke Kenneth... use Ops in pagereader
2020-04-02 Luke Kenneth... add pagename to list
2020-04-02 Luke Kenneth... move reading into constructor
2020-04-02 Luke Kenneth... add form-extraction parsing
2020-04-02 Luke Kenneth... add docstring for pagereader module
2020-04-02 Luke Kenneth... read all files from openpower/isa directory successfully
2020-04-02 Luke Kenneth... add pagereader for openpower/isa/*.mdwn
2020-04-02 Luke Kenneth... add in ability to concat ints
2020-04-02 Luke Kenneth... success using SelectableInt in cnttzd test
2020-04-01 Michael NolanAdd many more operators to selectable_int
2020-04-01 Michael Nolanselectable_int now in power ordering, add setitem
2020-04-01 Michael NolanAdd rudimentary int class with bit index
2020-04-01 Luke Kenneth... add bit of code ready for IntClass with an eq function
2020-04-01 Luke Kenneth... move demo code for lexer
2020-04-01 Luke Kenneth... split parser into separate module
2020-04-01 Luke Kenneth... move IndentLexer to separate module
2020-04-01 Michael NolanFix bug in test_decoder_gas
2020-04-01 Luke Kenneth... update README for install process
next