whitespace
[soc.git] / src / soc / fu /
2020-06-10 Luke Kenneth Casso... whitespace
2020-06-10 Luke Kenneth Casso... link ST.go directly to ST.rel
2020-06-10 Luke Kenneth Casso... add link to bug 361 in FU test
2020-06-10 Luke Kenneth Casso... TODO on RA immediate-zero mode
2020-06-10 Luke Kenneth Casso... re-do cookie-cut of alu test_pipe_caller.py over to...
2020-06-10 Luke Kenneth Casso... use ALUHelpers in output stage of test_pipe_caller
2020-06-10 Luke Kenneth Casso... use sim-get helpers in ALU input fetch
2020-06-10 Luke Kenneth Casso... use ALUHelpers in output phase of test_alu_compunit.py
2020-06-10 Luke Kenneth Casso... continue ALUHelpers check alu outputs code-morph
2020-06-10 Luke Kenneth Casso... code-morph ALU output test check phase
2020-06-10 Luke Kenneth Casso... starting on alu output check
2020-06-10 Luke Kenneth Casso... ilang file output change from alu_pipeline.il to div_pi...
2020-06-10 Luke Kenneth Casso... cookie-cut alu test_pipe_caller.py over
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for ShiftRot test_pipe_caller.py
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for Logical test_pipe_caller.py
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for CR test_pipe_caller.py
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for branch test_pipe_caller.py
2020-06-10 Luke Kenneth Casso... code-munge test_pipe_caller for ALU,
2020-06-10 Jacob Lifshaycreate div pipe setup stage
2020-06-09 Luke Kenneth Casso... correct local variable references
2020-06-09 Luke Kenneth Casso... bit more on TRAP handling (preparing priv instruction)
2020-06-08 Luke Kenneth Casso... add traptype and trapaddr to PowerDecoder2. idea is...
2020-06-08 Luke Kenneth Casso... add traptype and trapaddr to trap_input_data.py
2020-06-08 Luke Kenneth Casso... more verbose debug information tracking down SO/OV...
2020-06-08 Luke Kenneth Casso... set only the SO bit as sticky, not the OV flags as...
2020-06-08 Luke Kenneth Casso... clarify using microwatt calc_ov function.
2020-06-08 Luke Kenneth Casso... added check which shows that OV32 in "adde." is not...
2020-06-08 Luke Kenneth Casso... found section in 3.0B PDF that refers to "Program Inter...
2020-06-08 Luke Kenneth Casso... copy MSR into SRR1 in trap function
2020-06-08 colepoirierFix spelling
2020-06-07 Luke Kenneth Casso... update trap with comments
2020-06-07 colepoirierAdd TrapMainStage.trap() convenience function to set...
2020-06-07 Luke Kenneth Casso... add debug print statements, re-enable all tests in...
2020-06-07 colepoirierAdd back test cases to cookie-cut from for fu/trap...
2020-06-07 Luke Kenneth Casso... add extra tests for mcrf: shows bug is not directly...
2020-06-07 Luke Kenneth Casso... add extra args to ISA in branch test_pipe_caller
2020-06-07 Luke Kenneth Casso... wark-wark, do not & rs[0] into carry-out from rotator
2020-06-07 Luke Kenneth Casso... update rotator.py to match microwatt rotator.vhdl
2020-06-07 Luke Kenneth Casso... add carry test to shift_rot test_pipe_caller: it fails...
2020-06-07 Luke Kenneth Casso... add extra args to ISA in test_pipe_caller.py
2020-06-07 Luke Kenneth Casso... add missing arg to ISA in test_compunit
2020-06-07 Luke Kenneth Casso... add extra missing args to ISA setup in alu test_pipe_caller
2020-06-07 Luke Kenneth Casso... add missing args to ISA
2020-06-07 Luke Kenneth Casso... add MSR to simulator context
2020-06-07 Luke Kenneth Casso... move MSR_PR checking to separate functiong
2020-06-07 colepoirierFix missing 'comb +='
2020-06-06 Luke Kenneth Casso... experimenting with setting up and testing memory
2020-06-06 Luke Kenneth Casso... work out how to initialise memory directly
2020-06-06 Luke Kenneth Casso... initialise L0 Memory from simulator memory
2020-06-06 Luke Kenneth Casso... wait a little for wr.rel to activate if wrmask is active
2020-06-06 Luke Kenneth Casso... allow Mem initialisation in ISACaller
2020-06-06 Luke Kenneth Casso... allow Mem in Simulator to be initialised
2020-06-06 Luke Kenneth Casso... use name of unit to write simulator/vcd file
2020-06-06 Luke Kenneth Casso... LDSTCompUnit test data structures linked up, starting...
2020-06-06 Luke Kenneth Casso... set up LDSTCompUnit using regspec
2020-06-06 Luke Kenneth Casso... add special-case LDSTFunctionUnit
2020-06-06 Luke Kenneth Casso... add beginnings of LDST compunit test
2020-06-06 Luke Kenneth Casso... comments / whitespace
2020-06-06 Luke Kenneth Casso... update stage docstring
2020-06-06 Luke Kenneth Casso... code-munge
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-05 colepoirierAdded skeleton fu/trap/test/test_pipe_caller using
2020-06-05 colepoirierAdd trap_input_data.py for fu/trap, cookie-cut from
2020-06-05 Luke Kenneth Casso... update comments
2020-06-05 Luke Kenneth Casso... more comments
2020-06-05 Luke Kenneth Casso... more comments
2020-06-05 Luke Kenneth Casso... a_i not b_in
2020-06-05 Luke Kenneth Casso... add comments
2020-06-05 colepoirierMade small changes to fu/trap/main_stage to bring nmige...
2020-06-05 Luke Kenneth Casso... refer to srr0/1 not a/b
2020-06-05 Luke Kenneth Casso... add msr_copy function and use it in OP_TRAP, OP_RFID...
2020-06-05 Luke Kenneth Casso... set SRR0 in OP_SC
2020-06-04 colepoirierUse a_i and b_i convenience variables instead of a...
2020-06-04 Luke Kenneth Casso... use common TestCase class in logical
2020-06-04 Luke Kenneth Casso... no global variables in test suites
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... no global variables in test suites
2020-06-04 Luke Kenneth Casso... no global variables in test suites
2020-06-04 Luke Kenneth Casso... no global variables in test suites
2020-06-04 Luke Kenneth Casso... use common TestCase in branch
2020-06-04 Luke Kenneth Casso... use common TestCase in shift_rot
2020-06-04 Luke Kenneth Casso... use common TestCase in alu
2020-06-04 Luke Kenneth Casso... move TestCase to common location
2020-06-04 Luke Kenneth Casso... remove unneeded imports
2020-06-04 Luke Kenneth Casso... use copy of FHDLTestCase
2020-06-04 Luke Kenneth Casso... connect up write-ports from Regfiles to FUs
2020-06-04 Luke Kenneth Casso... docstring for AllFunctionUnits
2020-06-04 Luke Kenneth Casso... mention convenience variables
2020-06-04 Luke Kenneth Casso... rename trap to use convenience variables
2020-06-04 colepoirierUndo damage done by deleting VHDL microwatt comments,
2020-06-04 Luke Kenneth Casso... connect up Function Unit operand subsets
2020-06-03 Luke Kenneth Casso... add a simple core, not intended for production use
2020-06-03 Luke Kenneth Casso... only select xer_xo if OE enabled
2020-06-03 Luke Kenneth Casso... add a simple class containing all FunctionUnits
2020-06-03 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-03 Luke Kenneth Casso... whitespace
2020-06-03 Luke Kenneth Casso... use common get_cu_inputs for CR unit tests
2020-06-03 Luke Kenneth Casso... convert shift_rot tests to use common get_cu_inputs...
next