Make FieldSelectableInt accept slices for set and get
[soc.git] / src / soc / decoder /
2020-05-07 Michael NolanMake FieldSelectableInt accept slices for set and get
2020-05-07 Michael NolanAdd handling of add with comparison
2020-05-07 Michael NolanFix bug with comparisons in selectable_int.py
2020-05-07 Michael NolanAdd test_mfcr
2020-05-06 Michael NolanRe-enable test_mtcrf
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 NolanLook up spr length from spr table
2020-05-06 Michael NolanAdd dict of spr properties to power_enums
2020-05-06 Michael NolanImplement bctr and mtspr
2020-05-06 Michael NolanProperly implement LR and CTR
2020-05-06 Michael NolanAdd ability to patch generated isa files
2020-05-06 Michael NolanSorta kinda working bl and blr - need to properly imple...
2020-05-05 Michael NolanAdd rudimentary branch capability
2020-05-05 Michael NolanFix broken test_decoder_gas
2020-05-05 Yehowshua ImmanuelMerge branch 'master' of git.libre-riscv.org:soc
2020-05-05 Yehowshua ImmanuelGit rid of named tuple imported twice
2020-05-04 Yehowshua ImmanuelRemove request since no longer https fetches from wiki
2020-05-03 Luke Kenneth Casso... add comments to power decoder
2020-05-02 Michael NolanRead decoder tables from wiki submodule instead of web
2020-04-27 Luke Kenneth Casso... update signal in DecodeToExecute1Type is "LD/ST perform...
2020-04-21 Jacob Lifshayfix bug #290
2020-04-17 Jacob Lifshayfix tests
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-10 Luke Kenneth Casso... eek, first cut at using POWER decoder2 in 6600 simulato...
2020-04-10 Luke Kenneth Casso... converting InstructionQ to use Decode2ToExecuteType
2020-04-08 Luke Kenneth Casso... convert power_decoder2 Data to Record-based
2020-04-07 Luke Kenneth Casso... try making CR bitrange 32..63 not 0..31
2020-04-07 Luke Kenneth Casso... note that CR must be offset by 32
2020-04-07 Luke Kenneth Casso... add "undefined" to namespace
2020-04-07 Luke Kenneth Casso... CR test "working" (for a given value of "success")
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-07 Luke Kenneth Casso... whoops off-by-one in slice ranges
2020-04-07 Luke Kenneth Casso... op_fields is passed over (and excludes register names)
2020-04-07 Luke Kenneth Casso... add CR and add field-selectable versions of CR0-7
2020-04-07 Luke Kenneth Casso... comment not to do bit-inversion here
2020-04-07 Luke Kenneth Casso... add setitem/getitem to FieldSelectableInt, and mod...
2020-04-07 Luke Kenneth Casso... allow FieldSelectableInt to initialise from list or...
2020-04-07 Luke Kenneth Casso... add FieldSelectableInt which allows re-targetting of...
2020-04-07 Luke Kenneth Casso... whew finally located opcodes for managing CRs
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Luke Kenneth Casso... add extra info on SPRs
2020-04-06 Luke Kenneth Casso... add list of SPRs needed
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Michael NolanConvert instruction info from tuple to namedtuple
2020-04-06 Michael NolanAdd test for addpcis
2020-04-06 Michael NolanBegin adding PC to caller.py
2020-04-06 Michael NolanFix broken tests from parser update
2020-04-06 Michael NolanAuto insert instruction fields into the namespace
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 Luke Kenneth Casso... add individual field-detection where field spec is...
2020-04-06 Jacob Lifshayalmost all tests work
2020-04-05 Jacob Lifshayuse fields.txt as the local file name and add to gitignore
2020-04-05 Jacob LifshayRevert "rename fields.text to use standard .txt file...
2020-04-05 Jacob Lifshayrename fields.text to use standard .txt file extension...
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... add comment about form / op_fields
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 Michael NolanHandle new changes in pseudocode parser
2020-04-05 Michael NolanHandle opcodes returning EXTS() results
2020-04-05 Michael NolanFix bug 281
2020-04-05 Luke Kenneth Casso... effort to get base class instructions automatically
2020-04-05 Michael NolanAdd in _reg and immediate support
2020-04-05 Michael NolanFix issue with memory load/store byte order
2020-04-05 Michael NolanFix not being able to use all instructions in ISA class
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... Revert "Implement bug 278, comment 1 - better version...
2020-04-05 Michael NolanImplement bug 278, comment 1 - better version of EXTS
2020-04-05 Michael NolanMove combination class out of __init__
2020-04-05 Luke Kenneth Casso... add HEX to parser
2020-04-05 Luke Kenneth Casso... fix repr (0x prefix) and add repr test for selectable int
2020-04-05 Michael NolanFix addi instruction, think a commit got lost
2020-04-05 Michael NolanAdd class for combining multiple instruction classes
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... add selectconcat test
2020-04-05 Luke Kenneth Casso... update submodule
2020-04-05 Luke Kenneth Casso... quick test found missing bracket
2020-04-04 Luke Kenneth Casso... add != operator
2020-04-04 Luke Kenneth Casso... add <-iea operator
2020-04-04 Luke Kenneth Casso... print regfile on only 4 lines
2020-04-04 Luke Kenneth Casso... dump regfile nicely
2020-04-04 Luke Kenneth Casso... add dump function for regs
next