add fu logical_input_record.py
[soc.git] / src / soc / decoder /
2020-05-21 Luke Kenneth Casso... add CR out decoder debug
2020-05-21 Michael NolanAdd third cr register select field to decoder
2020-05-21 Luke Kenneth Casso... comment DecodeCRIn and DecodeCROut, gratuitously
2020-05-21 Michael NolanFix broken unit tests in test_caller
2020-05-21 Michael NolanAdd cr output decoder to power_decoder2.py
2020-05-21 Michael NolanAdd CR In decoder to power_decoder2.py
2020-05-21 Michael NolanConvert CR out to enum in power_decoder
2020-05-21 Michael NolanConvert CR In field to enum instead of single bit
2020-05-21 Luke Kenneth Casso... add zero_a flag to Decode2ExecuteType
2020-05-21 Michael NolanFix broken test_adde/add overflow handling to caller.py
2020-05-20 Luke Kenneth Casso... use nmutil exts helper
2020-05-20 Michael NolanFix broken test_caller.py
2020-05-20 Luke Kenneth Casso... minor code-munge, use shorter names
2020-05-20 Luke Kenneth Casso... add DIV and MUL to POWER Function enum
2020-05-19 Luke Kenneth Casso... add OP_RFID to enums
2020-05-19 Michael NolanChange OP_TWI/TDI/TW/TD to OP_TRAP
2020-05-19 Michael NolanFix weird edge cases with carry
2020-05-19 Michael NolanAdd ca32 to caller.py
2020-05-19 Michael NolanHandle carry in caller.py
2020-05-19 Luke Kenneth Casso... add TRAP FunctionUnit type
2020-05-18 Michael NolanFix error with selecting a selectableint using a select...
2020-05-16 Michael NolanImplement mfcr and mfocrf
2020-05-16 Michael NolanRemove noisy print statements in selectable_int.py
2020-05-16 Michael NolanAdd sprset.patch
2020-05-16 Michael NolanGet working mcrf in caller.py
2020-05-15 Michael NolanMake opcode for crand and friends
2020-05-15 Michael NolanAdd CR function unit
2020-05-15 Michael NolanAdd ability to specify initial CR state
2020-05-15 Michael NolanImplement relative branches, add explicit NIA input...
2020-05-15 Michael NolanAdd rudimentary branch unit test bench
2020-05-15 Michael NolanOoops, actually assert during cmpeqb
2020-05-15 Michael NolanAdd test for cmpeqb
2020-05-15 Michael NolanAdd test for cntlz to test_caller
2020-05-15 Michael NolanAdd test for popcnt to test_caller.py
2020-05-15 Michael NolanAdd test for prtyw pseudocode
2020-05-14 Michael NolanAdd patch for cmpb
2020-05-14 Luke Kenneth Casso... simplify popcount
2020-05-14 Luke Kenneth Casso... add logical pipeline to Power decode Function enum
2020-05-13 Michael NolanFix too wide bitfield being selected for opcode 30
2020-05-13 Michael NolanFix weirdness with rldicl and friends in test_caller.py
2020-05-13 Michael NolanFix bug with ROTL32 helper
2020-05-13 Michael NolanUpdate cmp test in test_caller.py
2020-05-13 Michael NolanAdd SHIFT_ROT FU
2020-05-13 Michael NolanUpdate TODO
2020-05-11 Michael NolanAdd ability to specify initial state for SPRs
2020-05-11 Michael NolanRe-enable rlwinm test
2020-05-10 Michael NolanImplement rlwimi as well
2020-05-10 Michael NolanAdd test for rlwinm
2020-05-09 Michael NolanFix broken mask when x == y
2020-05-09 Michael NolanAdd right shift test to test_caller.py
2020-05-09 Michael NolanAdd shift test to test_caller, fix fixedshift being...
2020-05-09 Michael NolanFix helpers.py not playing nicely with selectableInts
2020-05-09 Michael NolanAdd reversed add and subtract, as well as lshift and...
2020-05-09 Luke Kenneth Casso... document PowerOp
2020-05-08 Michael NolanUpdate gitignore in isa dir
2020-05-07 Michael NolanAdd test_branch_loop_ctr
2020-05-07 Michael NolanAdd tests for conditional branches
2020-05-07 Michael NolanOoops, forgot comparefixed.patch
2020-05-07 Michael NolanGet test_cmp working
2020-05-07 Michael NolanFix test_mtcrf. Test has been verified against qemu
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...
next