Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / decoder / power_pseudo.py
2021-04-23 Luke Kenneth Casso... more openpower import conversion
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-06-19 Luke Kenneth Casso... add trunc_div and trunch_rem to decoder helpers
2020-06-19 Luke Kenneth Casso... bit of a mess. getting carry recognised and output...
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-07 Luke Kenneth Casso... attempting to add mtcrf test, requires bringing CR...
2020-04-05 Luke Kenneth Casso... add Form name parsing
2020-04-05 Luke Kenneth Casso... add HEX to parser
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... fix issue with subscript uninitialised detection
2020-04-05 Luke Kenneth Casso... quick test found missing bracket
2020-04-04 Luke Kenneth Casso... add dump function for regs
2020-04-04 Luke Kenneth Casso... add support for syntax "do i = N to N" equivalent to for
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... move GPR and Mem to isa caller
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... test fixedload
2020-04-04 Luke Kenneth Casso... sigh change syntax to (RA|0)
2020-04-04 Luke Kenneth Casso... identify [0]*16 pattern and produce repeat-of-int
2020-04-03 Jacob Lifshaypower parser should work
2020-04-03 Luke Kenneth Casso... add comments, get example working
2020-04-03 Luke Kenneth Casso... output as class not set of functions
2020-04-03 Luke Kenneth Casso... fix concat error
2020-04-03 Luke Kenneth Casso... test double-index (wark, fail)
2020-04-03 Luke Kenneth Casso... corrections to lte / gte
2020-04-03 Luke Kenneth Casso... add test of brackets to stop newline inclusion
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-03 Tobias Platenfix power_pseudo.py to work with latest nmigen
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... add in ability to concat ints
2020-04-02 Luke Kenneth Casso... success using SelectableInt in cnttzd test
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
2020-04-01 Luke Kenneth Casso... semi-functional prototype which reads code-fragments...
2020-03-31 Luke Kenneth Casso... identify GPR read and add some helpers
2020-03-31 Luke Kenneth Casso... whitespace cleanup
2020-03-31 Luke Kenneth Casso... add list of gprs which need to access GPR functions...
2020-03-31 Luke Kenneth Casso... add sigdecoder
2020-03-30 Luke Kenneth Casso... bit of a mess, turn lexer and parser into classes
2020-03-30 Luke Kenneth Casso... add binary number support
2020-03-30 Luke Kenneth Casso... use = rather than == for compare
2020-03-30 Luke Kenneth Casso... add break (leave) statement
2020-03-30 Luke Kenneth Casso... sigh add in do while syntax
2020-03-30 Luke Kenneth Casso... add support for for-loops
2020-03-30 Luke Kenneth Casso... add token-preprocessing step to make code look more...
2020-03-30 Luke Kenneth Casso... get if/else comparisons working with python3
2020-03-30 Luke Kenneth Casso... add concatenation of signals (by way of global function...
2020-03-29 Luke Kenneth Casso... annoying. convert to python3
2020-03-29 Luke Kenneth Casso... add listmaker
2020-03-29 Luke Kenneth Casso... start to convert to POWER decoder, add slice/subscript