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