radix: reading first page table entry
[soc.git] / src / soc / fu / cr /
2021-01-29 Luke Kenneth Casso... whoops missed out "+" on explicit license listing
2020-10-06 Luke Kenneth Casso... use pdecode2.do not pdecode2.e in test_pipe_caller...
2020-09-27 Cesar StraussConvert yet another few tests to be able to use latest...
2020-09-07 Luke Kenneth Casso... convert CR to PowerDecodeSubset format
2020-09-02 Luke Kenneth Casso... when mtocrf FXM is 0, the CR has to be set to CR7
2020-09-02 Luke Kenneth Casso... series of extensive modifications to fix long-standing...
2020-08-30 Luke Kenneth Casso... reversal of FXM mask for one-hot selection in OP_MTCR...
2020-08-29 Luke Kenneth Casso... add additional CR regression tests
2020-08-29 Luke Kenneth Casso... CR FXM becomes a full mask.
2020-08-24 Luke Kenneth Casso... add isel CR tests to run on qemu (confirmed working)
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-23 Luke Kenneth Casso... update copyright notices to include additional primary...
2020-08-23 Michael NolanAdd copyright to files in fu/ that I was the primary...
2020-07-29 Luke Kenneth Casso... move CR test out of subtest indentation
2020-07-29 Jacob Lifshayadd __init__.py to all source directories
2020-07-29 Jacob Lifshayformat some tests
2020-07-26 Luke Kenneth Casso... remove FHDLTestCase
2020-07-26 Luke Kenneth Casso... convert CR test to accumulator style
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-19 Luke Kenneth Casso... remove unneeded import
2020-07-16 Luke Kenneth Casso... update cr input record to use new CompOpSubsetBase
2020-07-16 Luke Kenneth Casso... add regression test on setb simulator error
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-07-11 Luke Kenneth Casso... sorting out bigendian/littleendian including in qemu
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-05 Luke Kenneth Casso... big reorg on PowerDecoder2, actually Decode2Execute1Type
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for CR test_pipe_caller.py
2020-06-07 Luke Kenneth Casso... add debug print statements, re-enable all tests in...
2020-06-07 Luke Kenneth Casso... add extra tests for mcrf: shows bug is not directly...
2020-06-07 Luke Kenneth Casso... add MSR to simulator context
2020-06-06 Luke Kenneth Casso... remove unneeded imports
2020-06-06 Luke Kenneth Casso... noticed the regular pattern in all pipe_data.py (regspecs).
2020-06-04 Luke Kenneth Casso... sigh. weirdness involving bit-inversion, inconsistency...
2020-06-04 Luke Kenneth Casso... no global variables in test suites
2020-06-04 Luke Kenneth Casso... move TestCase to common location
2020-06-04 Luke Kenneth Casso... use copy of FHDLTestCase
2020-06-03 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-03 Luke Kenneth Casso... use common get_cu_inputs for CR unit tests
2020-06-03 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-03 Luke Kenneth Casso... remove rdflags in pipe_data.py (redundant)
2020-06-02 Luke Kenneth Casso... rename regspecs to give a consistent naming scheme
2020-06-01 Luke Kenneth Casso... remove reading port 3 for CR pipeline. RS moved to...
2020-06-01 Luke Kenneth Casso... okaaay add a "rdflags" function which obtains the yes...
2020-06-01 Luke Kenneth Casso... whoops need to read RS in CR inputs test
2020-06-01 Luke Kenneth Casso... remove unneeded code
2020-05-28 Michael NolanAdd proof for OP_SETB
2020-05-28 Michael NolanAdd OP_SETB
2020-05-28 Michael NolanFix test_isel to properly examine registers
2020-05-27 Luke Kenneth Casso... rename CROutputData.cr_o to just CROutputData.cr
2020-05-27 Luke Kenneth Casso... test Data.ok for cr output and full cr output
2020-05-27 Luke Kenneth Casso... assign and test on Data, TODO add Data.ok checking...
2020-05-24 Luke Kenneth Casso... add test of reg output, for MFCRF and ISEL
2020-05-24 Luke Kenneth Casso... convert CR pipeline to Data.ok
2020-05-24 Luke Kenneth Casso... output registers need to be Data type (consistently)
2020-05-23 Luke Kenneth Casso... remove extraneous test_isel
2020-05-23 Luke Kenneth Casso... remove unneeded imports
2020-05-23 Luke Kenneth Casso... add link to regspecs on wiki
2020-05-23 Michael NolanModify proof of isel to use full CR register
2020-05-23 Michael NolanAdd test_isel
2020-05-23 Luke Kenneth Casso... add CR_ISEL formal proof to CR pipeline
2020-05-23 Luke Kenneth Casso... add CR_ISEL (and unit test) to CR pipeline
2020-05-23 Luke Kenneth Casso... add b to CR pipe input data, for isel
2020-05-22 Luke Kenneth Casso... move CR over to CompCROpSubset
2020-05-22 Michael NolanComplete CR proof
2020-05-21 Luke Kenneth Casso... update CROutputData to use Data()
2020-05-21 Luke Kenneth Casso... update comments
2020-05-21 Luke Kenneth Casso... whitespace cleanup
2020-05-21 Luke Kenneth Casso... whitespace cleanup
2020-05-21 Luke Kenneth Casso... remove input_cr, output_cr and is_32bit from CompCROpSubset
2020-05-21 Luke Kenneth Casso... add read_cr_whole and write_cr_whole to CompCROpSubset
2020-05-21 Luke Kenneth Casso... add first cut at cr_input_record.py
2020-05-21 Michael NolanPartial attempt at proving the new cr unit.
2020-05-21 Luke Kenneth Casso... argh syntax error
2020-05-21 Luke Kenneth Casso... update and comment CR Input/Output Data specs
2020-05-21 Michael NolanAll CR tests now working
2020-05-21 Michael NolanOP_CROP now working
2020-05-21 Michael NolanBegin porting cr pipeline to new interface
2020-05-21 Luke Kenneth Casso... move common functionality between PipeSpecs to soc...
2020-05-21 Luke Kenneth Casso... move FU IntegerData to directory below
2020-05-21 Luke Kenneth Casso... convert to individual PipeSpecs for each pipeline
2020-05-20 Michael NolanAdd proof for OP_MCRF
2020-05-20 Michael NolanAdd proof for OP_MFCR
2020-05-20 Michael NolanRevert "*technically* don't use a full crossbar"
2020-05-20 Luke Kenneth Casso... add link to bugreport in CR pipe formal test
2020-05-20 Michael Nolan*technically* don't use a full crossbar
2020-05-20 Michael NolanRevert "assign index to temporary"
2020-05-20 Michael NolanAdd proof for OP_CROP
2020-05-20 Luke Kenneth Casso... go back to not using LUT in CR pipe
2020-05-20 Luke Kenneth Casso... assign index to temporary
2020-05-20 Luke Kenneth Casso... store CR lut result in temporary
2020-05-20 Michael NolanBegin adding CR proof
2020-05-20 Michael NolanFix small bug in op_crop
2020-05-20 Luke Kenneth Casso... add register specs to pipeline in/out so that they...
2020-05-20 Luke Kenneth Casso... damn. assigning to temporary signals may turn out...
2020-05-20 Luke Kenneth Casso... ehn? moo? CR test_pipe_caller locks up 100% CPU on...
2020-05-20 Luke Kenneth Casso... munge / simplify code
2020-05-18 Luke Kenneth Casso... mass-rename of modules to soc.fu.*
2020-05-18 Luke Kenneth Casso... rename pipe to fu