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 |
2020-04-04 |
Luke Kenneth... | update submodule libreriscv |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add <-iea operator |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | print regfile on only 4 lines |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | dump regfile nicely |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add dump function for regs |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | check that SelectableInt has been extended to 256 bits |
commit | commitdiff | tree |
2020-04-04 |
Michael Nolan | Working test_add |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | import EXTS which over-extends to 256 bits |
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... | whoops wrong token for XOR |
commit | commitdiff | tree |
2020-04-04 |
Michael Nolan | change @inject to take no parameters |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add support for syntax "do i = N to N" equivalent to for |
commit | commitdiff | tree |
2020-04-04 |
Michael Nolan | Sorta working add instruction |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | remove extraneous statement |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | try again with adding XOR operator |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | update libreriscv submodule |
commit | commitdiff | tree |
2020-04-04 |
Michael Nolan | Minor changes to test for caller.py, still not working... |
commit | commitdiff | tree |
2020-04-04 |
Michael Nolan | Add a basic test class for caller.py |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | move GPR and Mem to isa caller |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add means to subscript two levels deep |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add memory get/set |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | eurg start putting namespace-injection (GPR, MEM) in... |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | test fixedload |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | sigh change syntax to (RA|0) |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | allow int in addition and subtraction |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add OrderedSet, needed to preserve function arg order |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | use set not list to make regs unique |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add SelectableInt and selectconcat to imports |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | whoops prefix op_ already added |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | whoops sort out function name |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add "op_" prefix to function names to avoid use of... |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | move to header-template, fix bug in page name (use... |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add imports for helper functions to pywriter |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | identify [0]*16 pattern and produce repeat-of-int |
commit | commitdiff | tree |
2020-04-04 |
Luke Kenneth... | add modulo to parser (and div to SelectableInt) |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | remove quotes because we are passing the function through |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | plan to use class named ISACaller base class |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | create list of args, pass them in to function, return... |
commit | commitdiff | tree |
2020-04-03 |
Jacob Lifshay | power parser should work |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | add comments, get example working |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | add __bool__ override to selectable_int |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | output as class not set of functions |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | unary minus is at end not in front |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | add invert operator, fix unary ops |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | fix concat error |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | test double-index (wark, fail) |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | add one to end subscript |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | corrections to lte / gte |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | add test of brackets to stop newline inclusion |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | add bit-wise OR and AND |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | add less-than, greater-than, signed, and le/ge |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | off-by-one in SelectableInt slices |
commit | commitdiff | tree |
2020-04-03 |
Luke Kenneth... | support assignment to subscripts, however it may need... |
commit | commitdiff | tree |
2020-04-03 |
Tobias Platen | fix power_pseudo.py to work with latest nmigen |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | add power isa python-writer |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | add test of if elif |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | start parsing all source files, output python |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | use Ops in pagereader |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | add pagename to list |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | move reading into constructor |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | add form-extraction parsing |
commit | commitdiff | tree |
2020-04-02 |
Luke Kenneth... | add docstring for pagereader module |
commit | commitdiff | tree |
next |