radix: reading first page table entry
[soc.git] / src / soc / decoder / pseudo /
2021-01-22 Luke Kenneth Casso... add example on how to access regs list for cmp
2020-10-09 Luke Kenneth Casso... rename undef to undefined (preserving the fact that...
2020-10-09 Jacob Lifshayadd undef()
2020-10-07 Jacob Lifshayfix div tests
2020-10-05 Jacob Lifshay`deepcopy` from cache instead of recreating parsers...
2020-10-05 Jacob Lifshayformat code
2020-09-02 Luke Kenneth Casso... series of extensive modifications to fix long-standing...
2020-08-29 Luke Kenneth Casso... allow pseudocode numbering to decrement in for-loops
2020-08-14 Luke Kenneth Casso... bug in isa parser not recognising MSR as declared variable
2020-08-14 Luke Kenneth Casso... stop trying to read swap files
2020-07-24 Luke Kenneth Casso... remove bad hack calling trunc_divs/trunc_mods
2020-07-24 Luke Kenneth Casso... bug found in pseudocode reader when assembly code has...
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-13 Luke Kenneth Casso... fix read of sliced register
2020-07-13 Luke Kenneth Casso... not perfect but close enough: add read registers RA...
2020-07-11 Luke Kenneth Casso... whoops output trunc_divs not trunc_div
2020-07-10 Luke Kenneth Casso... add a DIVS function as separate and discrete from floor_div
2020-06-30 Luke Kenneth Casso... add lte ltu for use by twi and other trap functions
2020-06-30 Luke Kenneth Casso... add in pseudocode keyword into mdwn isa files
2020-06-29 Luke Kenneth Casso... add ignore for parsetab.py
2020-06-29 Luke Kenneth Casso... add autogenerated do not commit comment
2020-06-29 Luke Kenneth Casso... attempting to add overflow setting in ISACaller
2020-06-29 Luke Kenneth Casso... whoops, hex parser digits are in multiples of 4 bits
2020-06-19 Luke Kenneth Casso... add test_0_moduw and correct name to trunc_rem
2020-06-19 Luke Kenneth Casso... add another bad hack in parser.py which identifies...
2020-06-19 Luke Kenneth Casso... add in really bad hack which calls trunc_div or trunc_mod
2020-06-19 Luke Kenneth Casso... add trunc_div and trunch_rem to decoder helpers
2020-06-19 Luke Kenneth Casso... auto-assign needs to use concat / selectconcat
2020-06-19 Luke Kenneth Casso... whoops detected page name wrong, for special case fixed...
2020-06-19 Luke Kenneth Casso... bit of a mess. getting carry recognised and output...
2020-06-19 Luke Kenneth Casso... add auto-assign mode detecting uninitialised variable...
2020-06-19 Luke Kenneth Casso... div needs to be floordiv
2020-06-17 Luke Kenneth Casso... got fed up of adding arguments to ISACaller / ISA,...
2020-06-08 Luke Kenneth Casso... add CA/CA32 to write regs fields in parser
2020-06-07 Luke Kenneth Casso... how odd. just adding CA32 to self.namespace seems...
2020-06-07 Luke Kenneth Casso... add handling of CA/CA32 in simulator, generated from...
2020-06-07 Luke Kenneth Casso... add CA/CA32 to list of special regs
2020-06-07 Luke Kenneth Casso... Revert "if referred to through GPR (GPR[RA]), add to...
2020-06-07 Luke Kenneth Casso... Revert "remove fixedlogical.patch - added gprs to Power...
2020-06-07 Luke Kenneth Casso... Revert "add gprs to PowerParser write_regs in p_atom_name"
2020-06-07 Luke Kenneth Casso... if referred to through GPR (GPR[RA]), add to read_regs...
2020-06-07 Luke Kenneth Casso... add gprs to PowerParser write_regs in p_atom_name
2020-06-07 Luke Kenneth Casso... remove fixedlogical.patch - added gprs to PowerParser...
2020-06-07 Luke Kenneth Casso... add TRAP function, stub
2020-06-07 Luke Kenneth Casso... add MSR to simulator context
2020-06-06 Luke Kenneth Casso... allow Mem initialisation in ISACaller
2020-05-15 Michael NolanAdd ability to specify initial CR state
2020-05-11 Michael NolanAdd ability to specify initial state for SPRs
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)
next