| 2021-02-16 | 
Tobias Platen | Merge branch 'master' of ssh://git.libre-riscv.org...  | 
commit | commitdiff | tree | 
| 2021-02-16 | 
Luke Kenneth...  | ordering wrong on svstate in ISACaller | 
commit | commitdiff | tree | 
| 2021-02-16 | 
Luke Kenneth...  | adapt botchify so it can be used for 31- or 15- etc...  | 
commit | commitdiff | tree | 
| 2021-02-16 | 
Luke Kenneth...  | add indicator to PowerDecoder2 when no outputs are...  | 
commit | commitdiff | tree | 
| 2021-02-15 | 
Cole Poirier | remove file experiment/formal/proof_icache.py as it...  | 
commit | commitdiff | tree | 
| 2021-02-15 | 
Tobias Platen | test case for MMU SPRs: PID and PRTBL | 
commit | commitdiff | tree | 
| 2021-02-15 | 
Cesar Strauss | Simplify obtaining the PC from the register file | 
commit | commitdiff | tree | 
| 2021-02-15 | 
Tobias Platen | Merge branch 'master' of ssh://git.libre-riscv.org...  | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Cesar Strauss | Show traces for the register numbers of the current...  | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Cesar Strauss | Fix width of the "extra" input on the Extra decoder | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Cesar Strauss | Fix conversion to MSB0 | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Cesar Strauss | Remove obsolete comment | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Luke Kenneth...  | add comments to TestIssuer | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Luke Kenneth...  | add srcstep onto Vectorised GPRs in PowerDecoder2 | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Luke Kenneth...  | add TestRunner comments | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Luke Kenneth...  | add Regfiles comments | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Luke Kenneth...  | add SVSTATE reading to TestIssuer | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Luke Kenneth...  | add SVSTATE to CoreState | 
commit | commitdiff | tree | 
| 2021-02-14 | 
Luke Kenneth...  | add extra FSM explanatory comments to TestIssuer | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Luke Kenneth...  | use function for getting instruction from 32/64 bit...  | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Cesar Strauss | Fetch and decode the SVP64 prefix | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Tobias Platen | OP_TLBIE must in be instr_is_priv | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Tobias Platen | keep commits to under 80 chars | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Cesar Strauss | Check the PC value at the end of each instruction | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Cesar Strauss | Skip vector test case, and add a scalar case | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Cesar Strauss | Fix imports and whitespace | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Luke Kenneth...  | update svp64 unit test comments | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Tobias Platen | forward microwatt mmu specific SPR: PID and PRTBL | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Luke Kenneth...  | add SVP64 TestIssuer separate unit test | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Luke Kenneth...  | split out TestRunner into separate module | 
commit | commitdiff | tree | 
| 2021-02-13 | 
Cesar Strauss | Fix SVP64 translator to yield the unaltered instruction | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | add one SVP64 ALU test case to get started | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | add SVSTATE to TestCase infrastructure for use in TestI...  | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | add skip of instruction if SVSTATE.VL=0 in ISACaller | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | validate all registers to make sure no damage occurs...  | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | add srcstep and correct PC-advancing during Sub-PC...  | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | comments | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | add in SVSTATE.srcstep update, loop from 0 to VL-1 | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | allow PC to update by 8 in SVP64 mode | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | fix setting of SVSTATE.VL and MVL | 
commit | commitdiff | tree | 
| 2021-02-12 | 
Luke Kenneth...  | add in SVSTATE to ISACaller, not used, just passed in | 
commit | commitdiff | tree | 
| 2021-02-11 | 
Luke Kenneth...  | comments in TestIssuer for SVP64PrefixDecoder | 
commit | commitdiff | tree | 
| 2021-02-10 | 
Luke Kenneth...  | add svp64 reg decode detection to ISACaller output | 
commit | commitdiff | tree | 
| 2021-02-10 | 
Luke Kenneth...  | starting to add SVP64 register EXTRA-read and isvec...  | 
commit | commitdiff | tree | 
| 2021-02-10 | 
Luke Kenneth...  | comment update | 
commit | commitdiff | tree | 
| 2021-02-09 | 
colepoirier | add missing newline at end of experiment/formal/.gitignore | 
commit | commitdiff | tree | 
| 2021-02-09 | 
colepoirier | fix erroneous removal of proof* from experiment/formal...  | 
commit | commitdiff | tree | 
| 2021-02-07 | 
colepoirier | add skeleton implementation of experiment/formal/proof_...  | 
commit | commitdiff | tree | 
| 2021-02-07 | 
colepoirier | icache.py fix formatting | 
commit | commitdiff | tree | 
| 2021-02-07 | 
colepoirier | Modify experiment/formal/.gitignore because was prevent...  | 
commit | commitdiff | tree | 
| 2021-02-06 | 
Cesar Strauss | Fix whitespace | 
commit | commitdiff | tree | 
| 2021-02-06 | 
Cesar Strauss | Extract the fetch FSM out from the main FSM | 
commit | commitdiff | tree | 
| 2021-02-05 | 
Tobias Platen | fix hanging simulation | 
commit | commitdiff | tree | 
| 2021-02-04 | 
Tobias Platen | src/soc/fu/mmu/fsm.py: add debug outputs for gtkwave | 
commit | commitdiff | tree | 
| 2021-02-04 | 
Tobias Platen | update test_issuer_mmu_data_path.py to handle SPRs | 
commit | commitdiff | tree | 
| 2021-02-04 | 
Tobias Platen | pass SPR MicroOp to MMU function unit | 
commit | commitdiff | tree | 
| 2021-02-03 | 
Luke Kenneth...  | nope - need it to be zero if not identified as svp64 | 
commit | commitdiff | tree | 
| 2021-02-03 | 
Luke Kenneth...  | actually no need to mux in the svp64_rm, just the id...  | 
commit | commitdiff | tree | 
| 2021-02-03 | 
Luke Kenneth...  | add SVP64PowerDecoder, extracts svp64 remap if correctl...  | 
commit | commitdiff | tree | 
| 2021-02-01 | 
Luke Kenneth...  | ISACaller, in svp64 mode, read the next 32 bits when...  | 
commit | commitdiff | tree | 
| 2021-02-01 | 
Tobias Platen | extending the GTKWave document in test_issuer when...  | 
commit | commitdiff | tree | 
| 2021-02-01 | 
Luke Kenneth...  | sort out SelectableInt bit-ordering for identifying...  | 
commit | commitdiff | tree | 
| 2021-02-01 | 
Luke Kenneth...  | construct the assembly-code prefix and base v3.0B in...  | 
commit | commitdiff | tree | 
| 2021-02-01 | 
Cesar Strauss | Add GTKWave document to test_issuer | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Cesar Strauss | Fix loop test and enable it | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | start an ISACaller SVP64 unit test | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | test SVP64 major opcode, start checking if it is EXT001...  | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | adjusting ISACaller unit test to use ISACaller.setup_one() | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | fix ISACaller unit test | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Tobias Platen | fix two syntax errors in src/soc/decoder/isa/caller.py | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | SVP64 Remap Fields structures for ISACaller | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | remove sv_rm from PowerDecoder register decoders | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | add SVSTATE SPR sub-field accessor class to ISACaller | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | move SVP64 Extra reg decoding into main PowerDecoder...  | 
commit | commitdiff | tree | 
| 2021-01-31 | 
Luke Kenneth...  | update submodule | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | move CR in/out SVP64 EXTRA decoders into PowerDecoder | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | add SVP64 CR out extending to 7-bit in PowerDecoder2 | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | add SVP64 CR EXTRA field-extension, from 3-bit to 7...  | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | extend CR registers in Decode2ToExecute1Type to 7 bit | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | add SVP64CRExtra class to PowerDecoder2, turns 3-bit...  | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | split out SVEXTRA field selection/decoding into separat...  | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | whoops update PowerDecoder2 svp64 comments, reg sizes...  | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | add SVP64 EXTRA decoding to RB, RC and RT (out) in...  | 
commit | commitdiff | tree | 
| 2021-01-30 | 
Luke Kenneth...  | add first SVP64 7-bit register context decoder to Power...  | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | add SVP64RM record to PowerDecoder2 | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | increase register number sizes from 5 to 7 | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | syntax corrections, also size of maxvl was wrong | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | add SVP64 RM (Remap) Record | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | adjust SVP64RM class to output more PowerDecoder-friend...  | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | adjust how register copy/setup is done in PowerDecoder2 | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | add SV etype/ptype to power decoder | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | whoops syntax error.  submodule update | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | start adding svp64 enums | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | use new svp64-augmented csv reader in PowerDecoder | 
commit | commitdiff | tree | 
| 2021-01-29 | 
Luke Kenneth...  | whoops missed out "+" on explicit license listing | 
commit | commitdiff | tree | 
| 2021-01-28 | 
Luke Kenneth...  | add SVSTATE to StateRegs | 
commit | commitdiff | tree | 
| 2021-01-28 | 
Luke Kenneth...  | add SVState SPR Record, SVSTATERec | 
commit | commitdiff | tree | 
| 2021-01-28 | 
Luke Kenneth...  | add svp64 CR field identification for EXTRA2/3 decoding | 
commit | commitdiff | tree | 
| 2021-01-28 | 
Luke Kenneth...  | move svp64 reg-decode function to more appropriate...  | 
commit | commitdiff | tree | 
| 2021-01-28 | 
Luke Kenneth...  | provide "merger" of SVP64 RM info into v3.0B CSV files | 
commit | commitdiff | tree | 
| next |