soc.git
2021-05-05 Luke Kenneth... simplify README.md so that it gets submitted to pypi
2021-05-05 Luke Kenneth... mark long description type as markdown
2021-05-05 Luke Kenneth... update NEWS.txt
2021-05-05 Luke Kenneth... add libresoc-openpower-isa to setup.py dependencies
2021-05-05 Luke Kenneth... put sv_input_record_layout onto CompOpSubsetBase after all
2021-05-05 Luke Kenneth... whoops wrong signal name, set exc_happened
2021-05-05 Luke Kenneth... add SVP64 RM fields to ALU input record
2021-05-04 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-05-04 Tobias Platenimplement MFSPR the same way as fu/spr/main_stage.py
2021-05-04 Luke Kenneth... remove minerva debug unit (not needed)
2021-05-04 Jonathan Neuschäferminerva tests: Don't import soc.minerva.csr
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Silence pywriter harder
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Trim log output
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Fix invocation of pywriter
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Clone and build power-instruction-analyzer
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Clone and build c4m-jtag
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Clone and build openpower-isa
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Install Rust and cargo
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Remove tags from nmigen-soc repo
2021-05-04 Jonathan Neuschäfer.gitlab-ci.yml: Rewrite git://git.libre-riscv.org URLs...
2021-05-04 Luke Kenneth... whoops disabled some test_issuer group tests
2021-05-04 Luke Kenneth... add SVSTATE (SVSRR0) to TRAP pipeline
2021-05-04 Tobias Platenupate dsisr and dar using sync
2021-05-04 Luke Kenneth... adding fast3 SPR to Trap pipeline and unit test
2021-05-04 Luke Kenneth... new fast3 needs to be remapped to fast1 port in "reduce...
2021-05-04 Luke Kenneth... missed that soc.regfile.util has moved to openpower...
2021-05-04 Luke Kenneth... add SVSRR0 to FastRegsEnum
2021-05-04 Luke Kenneth... add TODO comments and cross-reference to bug
2021-05-04 Luke Kenneth... note a way to see if an exception happened, in TestIssuer
2021-05-04 Luke Kenneth... add printout showing exception output from FUs
2021-05-04 Luke Kenneth... remove symlink
2021-05-04 Luke Kenneth... add links in README
2021-05-04 Luke Kenneth... more rename of exception_o to exc_o, add convenience...
2021-05-04 Luke Kenneth... wire in exc_o.happened into write-cancellation of LDSTC...
2021-05-04 Luke Kenneth... comments, and change name of LDSTCompUnit exception_o...
2021-05-04 Luke Kenneth... remove exception from data on FUBaseData, explicitly...
2021-05-04 Luke Kenneth... code-comments for LDSTCompUnit
2021-05-04 Luke Kenneth... add LDSTException class to LDSTOutputData
2021-05-04 Luke Kenneth... add option to add exception type to FUBaseData (pipe_data)
2021-05-04 Luke Kenneth... rename IntegerData to FUBaseData
2021-05-04 Luke Kenneth... comment out nc (nocache), it seems to actually work
2021-05-03 Luke Kenneth... MMU: get store to activate only when data is available...
2021-05-03 Luke Kenneth... disable the cache for now, whilst testing read/write...
2021-05-02 Luke Kenneth... use Const to define bit-length when comparing top nibbl...
2021-05-02 Luke Kenneth... mmu FSM store in dcache: only put data onto d_in on...
2021-05-02 Luke Kenneth... return d_out.valid instead of always "ok" in MMU FSM
2021-05-02 Luke Kenneth... HACK WARNING: disable d-cache on hard-coded address...
2021-05-02 Luke Kenneth... add nc argument to dcache load/store tests
2021-05-02 Luke Kenneth... quick hack to SRAM test and to dcache to enable classic...
2021-05-02 Luke Kenneth... adjust dependencies in setup.py
2021-05-01 Luke Kenneth... enable issuer_verilog.py to generate new MMU/DCache...
2021-05-01 Luke Kenneth... send a DMI RESET at the end of the test.
2021-05-01 Luke Kenneth... store data in microwatt dcache goes in one cycle AFTER...
2021-05-01 Luke Kenneth... dcache store test: data goes in one cycle AFTER valid...
2021-05-01 Luke Kenneth... only do dcache lookup for now
2021-05-01 Cesar StraussAdd GTKWave documents to each DCache unit test
2021-05-01 Luke Kenneth... add LD/ST cases to MMU, which should all still work
2021-05-01 Luke Kenneth... add MMUTestCaseROM
2021-05-01 Luke Kenneth... whitespace
2021-05-01 Luke Kenneth... use new AllFunctionUnits.get_fu function
2021-05-01 Luke Kenneth... use SPRreduced to match PowerDecoder2
2021-05-01 Luke Kenneth... missing self.
2021-05-01 Luke Kenneth... resolve DriverConflict in TstL0CacheBuffer, really...
2021-04-30 Luke Kenneth... debug and stop on mmu test_pipe_caller.py
2021-04-30 Luke Kenneth... comments on dcache-to-mmu link
2021-04-30 Luke Kenneth... add a TestSRAM variant of LoadStore1, for being able...
2021-04-30 Luke Kenneth... add basic test_issuer_mmu.py
2021-04-30 Luke Kenneth... add option to use new mmu_cache_wb ConfigMemoryPortInte...
2021-04-30 Luke Kenneth... hook up dcache wb_in/out to PortInterfaceBase Wishbone...
2021-04-30 Luke Kenneth... sort out spblock 4k sram cell instance name to match...
2021-04-30 Luke Kenneth... https://bugs.libre-soc.org/show_bug.cgi?id=635
2021-04-30 Luke Kenneth... better reporting on gpr comparisons
2021-04-30 Luke Kenneth... set up LoadStore1 in ConfigMemoryPortInterface and...
2021-04-29 Luke Kenneth... comment out adding mmu and dcache to pspec in MMU FSM
2021-04-29 Luke Kenneth... move dcache into Loadstore1
2021-04-27 Luke Kenneth... add option to disable bus forwarding on SPRs and FAST...
2021-04-27 Luke Kenneth... add option to enable/disable bus forwarding mode on...
2021-04-27 Luke Kenneth... return read data out from Loadstore1 only when valid
2021-04-26 Luke Kenneth... hook up MSR into MMU (TODO, use a lot less bits)
2021-04-26 Luke Kenneth... simple regression dcache test was faulty. wishbone...
2021-04-26 Luke Kenneth... comment read ack in sram
2021-04-26 Luke Kenneth... incorrect indentation in dcache rams
2021-04-26 Luke Kenneth... simplify dcache test
2021-04-25 Luke Kenneth... spelling mistake
2021-04-25 Luke Kenneth... remove RegStage1.real_adr temporary from dcache
2021-04-25 Luke Kenneth... do not overwrite parameter ra in dcache
2021-04-25 Luke Kenneth... comment out dcache_store from test, not the problem
2021-04-25 Luke Kenneth... remove unneeded code
2021-04-25 Luke Kenneth... 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... add single regression test for dcache
2021-04-25 Luke Kenneth... add TODO comment in dcache
2021-04-25 Luke Kenneth... move Signals in dcache to relevant context
2021-04-25 Luke Kenneth... dcache Elif used where If should have been
2021-04-25 Luke Kenneth... whoops should be cyc & ~ack
2021-04-25 Luke Kenneth... hard-code dcache stall signal to non-pipelined mode
2021-04-24 Luke Kenneth... increase memory size in dcache test
2021-04-24 Luke Kenneth... increase size of random dcache testing by 10
2021-04-24 Luke Kenneth... fix errors in dcache unit test
2021-04-24 Luke Kenneth... whitespace
next