begin work on TestCase for two DataMergers/Cache
[soc.git] / src /
2020-07-30 Tobias Platenbegin work on TestCase for two DataMergers/Cache
2020-07-30 Tobias Platenadd CacheRecord
2020-07-30 Luke Kenneth Casso... core_start/stop/endian were inverted (output)
2020-07-30 Luke Kenneth Casso... ha! have to explicitly specify the ports when writing...
2020-07-30 Luke Kenneth Casso... add trampoline test from litex
2020-07-30 Luke Kenneth Casso... set sel line in minerva instruction fetch
2020-07-30 Luke Kenneth Casso... ha! found source of XICS test bug: wishbone stb was...
2020-07-29 Luke Kenneth Casso... more exploratory testing of XICS, joining ICP and ICS...
2020-07-29 Tobias Platenmodified LDSTSplitter to conform to PortInterface
2020-07-29 Luke Kenneth Casso... forgot to rename ad/st in LDSTCompUnitRecord
2020-07-29 Luke Kenneth Casso... bit of a big change: add prefixes "cu_" to all CompUnit...
2020-07-29 Luke Kenneth Casso... start on test joining XICS ICS to ICP
2020-07-29 Luke Kenneth Casso... tidyup XICS, identify (potential?) bug?
2020-07-29 Luke Kenneth Casso... move CR test out of subtest indentation
2020-07-29 Luke Kenneth Casso... move SHIFTROT test out of subtest indentation
2020-07-29 Luke Kenneth Casso... move actual ALU test out of subTest indentation just...
2020-07-29 Luke Kenneth Casso... whitespace
2020-07-29 Jacob Lifshayclean up branch test_pipe_caller
2020-07-29 Jacob Lifshayclean up alu test_pipe_caller
2020-07-29 Jacob Lifshayadd __init__.py to all source directories
2020-07-29 Jacob Lifshayclean up some tests
2020-07-29 Jacob Lifshayformat some tests
2020-07-29 Jacob Lifshayadd code for skipping test cases
2020-07-28 Jacob Lifshayclean up div pipe tests to allow them to be run in...
2020-07-28 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-28 Jacob Lifshayfix test_pipe_ilang.py
2020-07-28 Luke Kenneth Casso... use ctx.op compare (and muxid) in shiftrot proof
2020-07-28 Jacob Lifshaysplit out ilang tests
2020-07-28 Jacob Lifshayformat code
2020-07-28 Luke Kenneth Casso... add preliminary investigative test of XICS ICS
2020-07-28 Luke Kenneth Casso... tidyup/comments in trap proof
2020-07-27 Luke Kenneth Casso... add 2nd part of XICS interrupt interface
2020-07-27 Luke Kenneth Casso... fix trap proof, and trap main_stage, and pseudocode...
2020-07-27 Luke Kenneth Casso... shorten expected_ to exp_, gets line-length down
2020-07-26 Samuel A. Falvo IIMTMSR(D) properties.
2020-07-26 Luke Kenneth Casso... start on conversion of xics.vhdl to nmigen
2020-07-26 Luke Kenneth Casso... add nop test cases
2020-07-26 Luke Kenneth Casso... add test_nop general test case
2020-07-26 Luke Kenneth Casso... activate some of new accumulator-based tests in test_issuer
2020-07-26 Luke Kenneth Casso... do not need lod_l.q | lsto_l.q can just use lsd_l.q
2020-07-26 Luke Kenneth Casso... argh add yet another latch to detect when LD/ST has...
2020-07-26 Luke Kenneth Casso... sigh, issue with detection/waiting for LD/ST CompUnit
2020-07-26 Luke Kenneth Casso... convert LDST test to accumulator style
2020-07-26 Luke Kenneth Casso... convert Branch test to accumulator style
2020-07-26 Luke Kenneth Casso... convert SPR test to accumulator style
2020-07-26 Luke Kenneth Casso... convert TRAP test to accumulator style
2020-07-26 Luke Kenneth Casso... remove FHDLTestCase
2020-07-26 Luke Kenneth Casso... convert CR test to accumulator style
2020-07-26 Luke Kenneth Casso... convert mul test to accumulator style
2020-07-26 Luke Kenneth Casso... convert shift_rot test to new base accumulator style
2020-07-26 Luke Kenneth Casso... convert logical test case to new base class accumulator...
2020-07-26 Luke Kenneth Casso... move run_test_program to base class and rename to ...
2020-07-26 Luke Kenneth Casso... convert ALU to new accumulator style
2020-07-26 Luke Kenneth Casso... again, move large heavily-indented code-block in div...
2020-07-26 Luke Kenneth Casso... run subtest, indentation getting too large, move to...
2020-07-26 Luke Kenneth Casso... get div compunit test running (use new way to accumulat...
2020-07-26 Luke Kenneth Casso... use new test accumulator class in div tests
2020-07-26 Luke Kenneth Casso... add common test base class for "accumulating" tests...
2020-07-25 Luke Kenneth Casso... remove old div overflow test, keep microwatt version
2020-07-25 Luke Kenneth Casso... hilarious. only just caught a bug where overflow was...
2020-07-25 Luke Kenneth Casso... comb += missing
2020-07-25 Luke Kenneth Casso... add CR0 regression, expected 0b10 actual 0b11
2020-07-25 Luke Kenneth Casso... add regression test 8, DivPipeCore producing spurious...
2020-07-25 Luke Kenneth Casso... add pia back in
2020-07-25 Luke Kenneth Casso... re-add pia_result_to_output function (minus "typing...
2020-07-25 Luke Kenneth Casso... add div compunit test
2020-07-25 Luke Kenneth Casso... wait until pipeline indicates that its output is valid...
2020-07-25 Luke Kenneth Casso... move reset of rdmaskn to after "busy"
2020-07-25 Luke Kenneth Casso... comment LDST FunctionUnit
2020-07-25 Luke Kenneth Casso... going on a bit of a "naming" spree, this for Jean-Paul...
2020-07-25 Luke Kenneth Casso... add spec page numbers to logical ops
2020-07-25 Luke Kenneth Casso... add page-number comments to ALU main_stage
2020-07-25 Luke Kenneth Casso... update comment-headers (TODO include page numbers to...
2020-07-25 Luke Kenneth Casso... make trap proof section more readable
2020-07-24 Samuel A. Falvo IIProperties for MFMSR
2020-07-24 Samuel A. Falvo IIReorganize code layout
2020-07-24 Samuel A. Falvo IIWIP: SC properties more closely match doc'd behavior
2020-07-24 Samuel A. Falvo IIWIP: addressing code review, restoring proofs, etc.
2020-07-24 Luke Kenneth Casso... got fed up with bit-slice ordering crap. cut it out
2020-07-24 Luke Kenneth Casso... add better comments on field_slice
2020-07-24 Luke Kenneth Casso... returned field_slice to original, and added comments
2020-07-24 Luke Kenneth Casso... annoying, yet more typos
2020-07-24 Luke Kenneth Casso... annoying, typo
2020-07-24 Luke Kenneth Casso... better debug assert log message
2020-07-24 Luke Kenneth Casso... too much debug info going past, so add the test registe...
2020-07-24 Luke Kenneth Casso... missed import
2020-07-24 Luke Kenneth Casso... calling the test dictionary from the constructor is...
2020-07-24 Luke Kenneth Casso... whoops spelling
2020-07-24 Luke Kenneth Casso... add the div pipe kind plus prog.assembly to the assert...
2020-07-24 Luke Kenneth Casso... call test_write_ilang only once - ends up being called...
2020-07-24 Luke Kenneth Casso... fix how long div tests run, de-comment FSM and DivPipeCore
2020-07-24 Luke Kenneth Casso... argh! work-in-progress breaking / fixing how to do...
2020-07-24 Luke Kenneth Casso... whoops must add DivTestCasesLong to get it to produce...
2020-07-24 Luke Kenneth Casso... remove bad hack calling trunc_divs/trunc_mods
2020-07-24 Luke Kenneth Casso... re-enable commented-out div unit tests
2020-07-24 Luke Kenneth Casso... split out "all" div into separate unit test (takes...
2020-07-24 Luke Kenneth Casso... reduce variable size, continuation not needed
2020-07-24 Luke Kenneth Casso... comment about timeline does not exist
2020-07-24 Luke Kenneth Casso... ah ha! not using "with" was not calling the "close...
2020-07-24 Luke Kenneth Casso... read into a BytesIO to avoid "too many open files"
next