soc.git
2021-11-17 Luke Kenneth... add a FetchOutput pipeline data structure
2021-11-16 Luke Kenneth... print out regfile unary status, bit of name-cleanup
2021-11-16 Luke Kenneth... use a virtual regfile port for the hazard bitvectors
2021-11-16 Tobias Platenpi_ld busy waiting fix
2021-11-16 Tobias Platenloadstore1 now reports exception reason
2021-11-16 Luke Kenneth... create set/get ports for bitvectors
2021-11-16 Luke Kenneth... capture write port (wrflag) in byregfiles_spec for...
2021-11-16 Luke Kenneth... rename regports for bitvectors so that
2021-11-16 Luke Kenneth... starting to get write-clear of hazard vectors operating
2021-11-16 Luke Kenneth... whoops, hazard vectors were depth 1 width N
2021-11-15 Tobias Platenreport dar on exception + test case
2021-11-15 Tobias Platenadd test_loadstore1.py
2021-11-13 Luke Kenneth... add quick instructions on how to run pinouts.py to...
2021-11-13 Luke Kenneth... update submodule to make ngi pointer router pinouts
2021-11-13 Luke Kenneth... add new get_pinspec_resources function which creates...
2021-11-13 Luke Kenneth... code-comment for get_pinspecs()
2021-11-13 Luke Kenneth... start adding hazard vector setting in core (unfinished)
2021-11-11 Luke Kenneth... debug prints
2021-11-11 Luke Kenneth... fix regfile port names for "fast" port access (regreduc...
2021-11-11 Luke Kenneth... TODO, implement is_dcbz
2021-11-11 Luke Kenneth... code-comments
2021-11-11 Luke Kenneth... split out core input/output into separate file core_data.py
2021-11-11 Luke Kenneth... enable hazard vecs in core
2021-11-11 Luke Kenneth... add exact same number - and name - bitvector ports...
2021-11-11 Luke Kenneth... code-morph regfile port specs to a dictionary format...
2021-11-11 Luke Kenneth... invert numbering on CR HDLState.get_crregs
2021-11-10 Luke Kenneth... update store data reg 10 to 0xfe in virtmode mmu test
2021-11-10 Luke Kenneth... remove read of MSR, it is done by passing through Power...
2021-11-10 Luke Kenneth... allow MSR to be set in StateRegs in test_core.py
2021-11-10 Luke Kenneth... add $Display of oper_r.msr in LDSTCompUnit
2021-11-10 Luke Kenneth... whitespace
2021-11-10 Luke Kenneth... morph regfiles to add hazard vector make_vecs function
2021-11-10 Luke Kenneth... add fetch of MSR in LD/ST pipe_data
2021-11-10 Tobias Platenadd debug output for msr_pr
2021-11-10 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-11-10 Tobias Platentest testcase for exception
2021-11-10 Luke Kenneth... make core busy_o part of the CoreOutput data structure
2021-11-10 Luke Kenneth... add a "fu_found" signal to core, which allows for an...
2021-11-09 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-11-09 Tobias Platentest_issuer_mmu.py: add case_5_allsprs
2021-11-09 Luke Kenneth... add core instruction-issue PriorityPickers
2021-11-09 Luke Kenneth... comments
2021-11-09 Luke Kenneth... core.py: create a dictionary of lists of Function Units...
2021-11-09 Luke Kenneth... create function core conect_satellite_decoders
2021-11-09 Luke Kenneth... add cancel in to alu_ok / alu_valid in LDSTCompUnit
2021-11-09 Luke Kenneth... rename LDSTCompUnit cancel to canceln (because it is...
2021-11-09 Luke Kenneth... whoops must remember to do rdmaskn on LDSTCompUnit...
2021-11-08 Luke Kenneth... remove unit test that is unfinished
2021-11-08 Luke Kenneth... shorter way of getting FU busy signals
2021-11-08 Luke Kenneth... MultiCompUnit fixed to not need rdmask to be sustained...
2021-11-08 Luke Kenneth... in MultiCompUnit, put rdmaskn into src latch rather...
2021-11-08 Tobias Platenmmu unit test working again
2021-11-08 Luke Kenneth... remove unused variable
2021-11-08 Luke Kenneth... code comments
2021-11-08 Luke Kenneth... comments
2021-11-08 Luke Kenneth... remove issue_i from core, use i_valid instead to decide...
2021-11-08 Luke Kenneth... move "exception happened" detection from TestIssuer...
2021-11-08 Luke Kenneth... use p.i_valid in core instead of explicit signal ivalid_i
2021-11-08 Luke Kenneth... use Pipeline API o_ready instead of explicit core busy_...
2021-11-08 Luke Kenneth... convert core.py to Pipeline API, deriving from ControlBase
2021-11-08 Luke Kenneth... remove unneeded imports
2021-11-08 Luke Kenneth... move simple core input and output data to in/out data...
2021-11-07 Luke Kenneth... make FSMDivCoreStage properly conform to Stage API
2021-11-07 Luke Kenneth... add hazard vectors to Regfiles
2021-11-07 Luke Kenneth... add quick test of regfiles to output rtlil
2021-11-07 Luke Kenneth... switch over to single-entry (num_rows=1) ReservationSta...
2021-11-07 Luke Kenneth... for some reason mul test cases had not been added to...
2021-11-07 Luke Kenneth... adding an FSM-based MultiCompUnit test (does not work...
2021-11-07 Luke Kenneth... remove some of the uses of wrmask (redundant)
2021-11-06 Tobias Platenupdate test_issuer_mmu.py testcase, add needed debug...
2021-11-05 Tobias Platentlbie, mtspr and mfspr test cases
2021-11-05 Tobias Platenadd mmu/dcache unit test
2021-11-04 Luke Kenneth... use ReservationStations2 (disabled for now)
2021-11-04 Luke Kenneth... write-ok is expected to stay valid *after* being set,
2021-11-04 Luke Kenneth... add name to write pick on core
2021-11-04 Luke Kenneth... fix missing naming ready_i -> i_ready
2021-11-03 Tobias Platencleanup fsm
2021-11-03 Tobias Platenloadstore.py: add Display statement on SPR change
2021-11-03 Tobias Platenadd first tlbie test case
2021-11-02 Tobias PlatenWIP testcase for TLBIE
2021-11-02 Tobias Platenmmu fsm: symbols have been renamed
2021-11-02 Tobias Platenhack to fix UnusedElaboratables in src/soc/fu/mmu/test...
2021-11-02 Tobias Platenadd test_compldst_multi_mmu_fsm.py
2021-11-01 Luke Kenneth... add beginnings of FunctionUnitBaseMulti
2021-11-01 Tobias Platenhack: resolve DriverConflict in src/soc/fu/mmu/fsm.py
2021-11-01 Tobias Platentest_issuer_dcache.py: cleanup
2021-11-01 Luke Kenneth... code comments for core
2021-10-30 Tobias Platenupdate unittest for dcbz
2021-10-30 Tobias Platencompldst_multi.py: fix reset on dcbz
2021-10-30 Tobias Platenwrite_vcd - add missing file extension
2021-10-30 Tobias Platenloadstore.py: add debug output for dcbz
2021-10-30 Tobias Platenupdate unit test
2021-10-30 Tobias Platencompldst_multi.py: handle dcbz
2021-10-29 Tobias Platentest_compldst_multi_mmu.py: verify dcbz result, add...
2021-10-29 Tobias Platenfix unittest test_compldst_multi_mmu.py (load now retur...
2021-10-28 Tobias Platentest_compldst_multi_mmu.py: use nmigen.back.pysim
2021-10-28 Tobias Platentest_compldst_multi_mmu.py: use nmigen.compat.sim
2021-10-10 Luke Kenneth... replace PartitionedSignal with SimdSignal
2021-10-08 Las Safinnix: Remove outdated comment about license
2021-10-08 Luke Kenneth... Merge branch 'pr' from nix-soc
next