2021-05-04 |
Luke Kenneth... | whoops disabled some test_issuer group tests |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add SVSTATE (SVSRR0) to TRAP pipeline |
commit | commitdiff | tree |
2021-05-04 |
Tobias Platen | upate dsisr and dar using sync |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | adding fast3 SPR to Trap pipeline and unit test |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | new fast3 needs to be remapped to fast1 port in "reduce... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | missed that soc.regfile.util has moved to openpower... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add SVSRR0 to FastRegsEnum |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add TODO comments and cross-reference to bug |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | note a way to see if an exception happened, in TestIssuer |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add printout showing exception output from FUs |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | remove symlink |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add links in README |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | more rename of exception_o to exc_o, add convenience... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | wire in exc_o.happened into write-cancellation of LDSTC... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | comments, and change name of LDSTCompUnit exception_o... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | remove exception from data on FUBaseData, explicitly... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | code-comments for LDSTCompUnit |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add LDSTException class to LDSTOutputData |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add option to add exception type to FUBaseData (pipe_data) |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | rename IntegerData to FUBaseData |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | comment out nc (nocache), it seems to actually work |
commit | commitdiff | tree |
2021-05-03 |
Luke Kenneth... | MMU: get store to activate only when data is available... |
commit | commitdiff | tree |
2021-05-03 |
Luke Kenneth... | disable the cache for now, whilst testing read/write... |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | use Const to define bit-length when comparing top nibbl... |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | mmu FSM store in dcache: only put data onto d_in on... |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | return d_out.valid instead of always "ok" in MMU FSM |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | HACK WARNING: disable d-cache on hard-coded address... |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | add nc argument to dcache load/store tests |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | quick hack to SRAM test and to dcache to enable classic... |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | adjust dependencies in setup.py |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | enable issuer_verilog.py to generate new MMU/DCache... |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | send a DMI RESET at the end of the test. |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | store data in microwatt dcache goes in one cycle AFTER... |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | dcache store test: data goes in one cycle AFTER valid... |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | only do dcache lookup for now |
commit | commitdiff | tree |
2021-05-01 |
Cesar Strauss | Add GTKWave documents to each DCache unit test |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | add LD/ST cases to MMU, which should all still work |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | add MMUTestCaseROM |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | use new AllFunctionUnits.get_fu function |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | use SPRreduced to match PowerDecoder2 |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | missing self. |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | resolve DriverConflict in TstL0CacheBuffer, really... |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | debug and stop on mmu test_pipe_caller.py |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | comments on dcache-to-mmu link |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | add a TestSRAM variant of LoadStore1, for being able... |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | add basic test_issuer_mmu.py |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | add option to use new mmu_cache_wb ConfigMemoryPortInte... |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | hook up dcache wb_in/out to PortInterfaceBase Wishbone... |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | sort out spblock 4k sram cell instance name to match... |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | https://bugs.libre-soc.org/show_bug.cgi?id=635 |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | better reporting on gpr comparisons |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | set up LoadStore1 in ConfigMemoryPortInterface and... |
commit | commitdiff | tree |
2021-04-29 |
Luke Kenneth... | comment out adding mmu and dcache to pspec in MMU FSM |
commit | commitdiff | tree |
2021-04-29 |
Luke Kenneth... | move dcache into Loadstore1 |
commit | commitdiff | tree |
2021-04-27 |
Luke Kenneth... | add option to disable bus forwarding on SPRs and FAST... |
commit | commitdiff | tree |
2021-04-27 |
Luke Kenneth... | add option to enable/disable bus forwarding mode on... |
commit | commitdiff | tree |
2021-04-27 |
Luke Kenneth... | return read data out from Loadstore1 only when valid |
commit | commitdiff | tree |
2021-04-26 |
Luke Kenneth... | hook up MSR into MMU (TODO, use a lot less bits) |
commit | commitdiff | tree |
2021-04-26 |
Luke Kenneth... | simple regression dcache test was faulty. wishbone... |
commit | commitdiff | tree |
2021-04-26 |
Luke Kenneth... | comment read ack in sram |
commit | commitdiff | tree |
2021-04-26 |
Luke Kenneth... | incorrect indentation in dcache rams |
commit | commitdiff | tree |
2021-04-26 |
Luke Kenneth... | simplify dcache test |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | spelling mistake |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | remove RegStage1.real_adr temporary from dcache |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | do not overwrite parameter ra in dcache |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | comment out dcache_store from test, not the problem |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | remove unneeded code |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | read req in wb_in.stall, dcache |
commit | commitdiff | tree |
2021-04-25 |
Cesar Strauss | Shift-out skipped mask bits for both crpred and intpred |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | add single regression test for dcache |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | add TODO comment in dcache |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | move Signals in dcache to relevant context |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | dcache Elif used where If should have been |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | whoops should be cyc & ~ack |
commit | commitdiff | tree |
2021-04-25 |
Luke Kenneth... | hard-code dcache stall signal to non-pipelined mode |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | increase memory size in dcache test |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | increase size of random dcache testing by 10 |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | fix errors in dcache unit test |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | add additional external libre-soc sphinx references... |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | add additional external libre-soc sphinx references |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | remove code moved to openpower-isa repo |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add comments on TestIssuer TestRunner |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | comment tests back in |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | fix import error |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | error in setting fast regs test values |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | import from openpower.tests |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move logical tests to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add trap test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move SPR tests to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move branch test cases to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move LDST tests to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move mul tests to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move div tests to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move div tests to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move ALU test cases to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move MMU Testcase to openpower.test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | move CR test cases to openpower.test |
commit | commitdiff | tree |
next |