Make FieldSelectableInt accept slices for set and get
[soc.git] / src / soc / decoder / pseudo /
2020-05-06 Michael NolanAdd length helper for getting length of a selectable int
2020-05-06 Michael NolanAdd helper functions to replace direct comparison in...
2020-05-06 Michael NolanAdd ability to patch generated isa files
2020-05-05 Michael NolanAdd rudimentary branch capability
2020-04-21 Jacob Lifshayfix bug #290
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-07 Luke Kenneth Casso... add in special regs to be passed out of function (as...
2020-04-07 Luke Kenneth Casso... attempting to add mtcrf test, requires bringing CR...
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Michael NolanConvert instruction info from tuple to namedtuple
2020-04-06 Michael NolanFix broken tests from parser update
2020-04-06 Luke Kenneth Casso... whoops swap regs and form
2020-04-06 Luke Kenneth Casso... split regs by comma into list
2020-04-06 Luke Kenneth Casso... whoops missing final newline, needed for parser to end
2020-04-06 Luke Kenneth Casso... skip blank lines between cases
2020-04-06 Luke Kenneth Casso... add annoying case-hack filter
2020-04-06 Jacob Lifshayalmost all tests work
2020-04-05 Luke Kenneth Casso... put regs through to ISACaller
2020-04-05 Luke Kenneth Casso... got fed up of hard-coded names, allow pywriter.py to...
2020-04-05 Luke Kenneth Casso... unpack tuple with new op_fields
2020-04-05 Luke Kenneth Casso... add Form name parsing
2020-04-05 Michael NolanAutogenerate all.py
2020-04-05 Luke Kenneth Casso... remove ISACaller as base class, do in soc.decoder.isa.ISA
2020-04-05 Luke Kenneth Casso... get hex to recognise capitals
2020-04-05 Luke Kenneth Casso... add printout of instruction Form
2020-04-05 Luke Kenneth Casso... drop instr info into uniquely-named dict
2020-04-05 Luke Kenneth Casso... add HEX to parser
2020-04-05 Luke Kenneth Casso... add SPR rework from SPR(x) to SPR[x]
2020-04-05 Luke Kenneth Casso... construct switch/case/default from if/elif/elif/else
2020-04-05 Luke Kenneth Casso... add start on switch/case/default in parser
2020-04-05 Luke Kenneth Casso... case and default do not need implicit colon
2020-04-05 Luke Kenneth Casso... add switch case and default keywords
2020-04-05 Luke Kenneth Casso... fix issue with subscript uninitialised detection
2020-04-05 Luke Kenneth Casso... allow [s] * 64 to be detected and turned into a repeat...
2020-04-05 Luke Kenneth Casso... test trap, shift and condition
2020-04-05 Luke Kenneth Casso... update submodule
2020-04-04 Luke Kenneth Casso... add != operator
2020-04-04 Luke Kenneth Casso... add <-iea operator
2020-04-04 Luke Kenneth Casso... import EXTS which over-extends to 256 bits
2020-04-04 Luke Kenneth Casso... whoops wrong token for XOR
2020-04-04 Michael Nolanchange @inject to take no parameters
2020-04-04 Luke Kenneth Casso... 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 Casso... remove extraneous statement
2020-04-04 Luke Kenneth Casso... try again with adding XOR operator
2020-04-04 Luke Kenneth Casso... add means to subscript two levels deep
2020-04-04 Luke Kenneth Casso... add memory get/set
2020-04-04 Luke Kenneth Casso... eurg start putting namespace-injection (GPR, MEM) in...
2020-04-04 Luke Kenneth Casso... test fixedload
2020-04-04 Luke Kenneth Casso... sigh change syntax to (RA|0)
2020-04-04 Luke Kenneth Casso... add OrderedSet, needed to preserve function arg order
2020-04-04 Luke Kenneth Casso... use set not list to make regs unique
2020-04-04 Luke Kenneth Casso... add SelectableInt and selectconcat to imports
2020-04-04 Luke Kenneth Casso... whoops prefix op_ already added
2020-04-04 Luke Kenneth Casso... whoops sort out function name
2020-04-04 Luke Kenneth Casso... add "op_" prefix to function names to avoid use of...
2020-04-04 Luke Kenneth Casso... whitespace
2020-04-04 Luke Kenneth Casso... move to header-template, fix bug in page name (use...
2020-04-04 Luke Kenneth Casso... add imports for helper functions to pywriter
2020-04-04 Luke Kenneth Casso... identify [0]*16 pattern and produce repeat-of-int
2020-04-04 Luke Kenneth Casso... add modulo to parser (and div to SelectableInt)
2020-04-03 Luke Kenneth Casso... remove quotes because we are passing the function through
2020-04-03 Luke Kenneth Casso... plan to use class named ISACaller base class
2020-04-03 Luke Kenneth Casso... create list of args, pass them in to function, return...
2020-04-03 Jacob Lifshaypower parser should work
2020-04-03 Luke Kenneth Casso... output as class not set of functions
2020-04-03 Luke Kenneth Casso... unary minus is at end not in front
2020-04-03 Luke Kenneth Casso... add invert operator, fix unary ops
2020-04-03 Luke Kenneth Casso... fix concat error
2020-04-03 Luke Kenneth Casso... add one to end subscript
2020-04-03 Luke Kenneth Casso... corrections to lte / gte
2020-04-03 Luke Kenneth Casso... add bit-wise OR and AND
2020-04-03 Luke Kenneth Casso... add less-than, greater-than, signed, and le/ge
2020-04-03 Luke Kenneth Casso... support assignment to subscripts, however it may need...
2020-04-02 Luke Kenneth Casso... add power isa python-writer
2020-04-02 Luke Kenneth Casso... add test of if elif
2020-04-02 Luke Kenneth Casso... start parsing all source files, output python
2020-04-02 Luke Kenneth Casso... use Ops in pagereader
2020-04-02 Luke Kenneth Casso... add pagename to list
2020-04-02 Luke Kenneth Casso... move reading into constructor
2020-04-02 Luke Kenneth Casso... add form-extraction parsing
2020-04-02 Luke Kenneth Casso... add docstring for pagereader module
2020-04-02 Luke Kenneth Casso... read all files from openpower/isa directory successfully
2020-04-02 Luke Kenneth Casso... add pagereader for openpower/isa/*.mdwn
2020-04-02 Luke Kenneth Casso... add in ability to concat ints
2020-04-02 Luke Kenneth Casso... success using SelectableInt in cnttzd test
2020-04-01 Luke Kenneth Casso... add bit of code ready for IntClass with an eq function
2020-04-01 Luke Kenneth Casso... move demo code for lexer
2020-04-01 Luke Kenneth Casso... split parser into separate module
2020-04-01 Luke Kenneth Casso... move IndentLexer to separate module