Show rdmaskn and wrmask in GTKWave
[soc.git] / src /
2020-12-31 Cesar StraussShow rdmaskn and wrmask in GTKWave
2020-12-31 Cesar StraussUse the increment operator
2020-12-31 Cesar StraussAdd support for masked write operations
2020-12-31 Cesar StraussClarify reason for holding rdmaskn valid during the...
2020-12-31 Cesar StraussRemove previous version of the CompUnit parallel unit...
2020-12-31 Cesar StraussOnly hold the decoder signals for one cycle, along...
2020-12-30 Cesar StraussTest the rdmaskn control signal
2020-12-29 Cesar StraussRemove left-over comments.
2020-12-28 Luke Kenneth Casso... add CR1 to power_enums
2020-12-20 Cesar StraussAdd support for CXXSim simulation
2020-12-13 Cesar StraussIgnore formal verification output in the source directory
2020-12-13 Cesar StraussAllow more test cases to be run with CXXSim
2020-12-12 Luke Kenneth Casso... skip madd, not implemented
2020-12-07 Cesar StraussDisplay the instruction type as a vector on cxxsim
2020-12-06 Luke Kenneth Casso... attempt to split into two separate GPIO banks due to...
2020-12-06 Cesar StraussWhitespace
2020-12-06 Cesar StraussUpdate GTKWave documents to work with latest cxxsim
2020-12-05 Cesar StraussWrite a GTKWave document to investigate why the proof...
2020-12-05 Cesar StraussUse the DummyALU regspec and its corresponding OpSubset
2020-12-03 Luke Kenneth Casso... put ls180 litex bus width back to 32 bit temporarily
2020-12-03 Luke Kenneth Casso... argh issue with yosys ABC
2020-12-03 Luke Kenneth Casso... add 3 more 4k SRAMs, change WB bus width to 64 in ls180...
2020-11-28 Cesar StraussFix signal names: go/rel -> go_i/rel_o
2020-11-24 Cesar StraussFix some typos and whitespace
2020-11-24 Cesar StraussPort the DummyALU test case to the new parallel issuer
2020-11-23 Cesar StraussResults are now a list, so "expected" should follow...
2020-11-23 Cesar StraussParameterize the issuer on the number of operands and...
2020-11-22 Cesar StraussRefactor the ALU operation issuer into a class
2020-11-22 Cesar StraussPort the ALU test case to the new parallel test style
2020-11-22 Cesar StraussAdd a GTKWave document to the ALU test case
2020-11-22 Luke Kenneth Casso... simplify litex-core wishbone interfaces
2020-11-19 Cesar StraussSeparate input and output ports by color
2020-11-19 Cesar StraussExplain the test cases
2020-11-18 Cesar StraussSeparate individual traces for each rel_o/go_i port
2020-11-17 Tobias Platentestcase for dcbz
2020-11-16 Cesar StraussAdd a transaction counter to producers and consumers
2020-11-16 Tobias Platenadd class LoadStore1(PortInterfaceBase)
2020-11-15 Cesar StraussImplement ResultConsumer and port the Shifter unit...
2020-11-14 Cesar StraussMove the DUT driver to within the test case process
2020-11-14 Cesar StraussFix and enable the regspec test for the Shifter
2020-11-14 Luke Kenneth Casso... sigh, direction wrong in IOtypes litex core
2020-11-13 Luke Kenneth Casso... reduce number of nc in ls180 to 24
2020-11-13 Luke Kenneth Casso... reduce clkcsel ls180 width (2 pins), rename pll_18...
2020-11-13 Luke Kenneth Casso... rename and add pll lock signal to ls180
2020-11-13 Luke Kenneth Casso... rename ls180 litex pll_48 output to pll_18
2020-11-13 Luke Kenneth Casso... add enable/disable arguments (not ideal but it works...
2020-11-13 Luke Kenneth Casso... remove io_in/out now it is not needed for niolib
2020-11-11 Tobias Platendcbz and tlbie first test, still incomplete
2020-11-11 Tobias Platenfu/mmu/test/test_pipe_caller.py test case for mfspr
2020-11-10 Luke Kenneth Casso... add build commands to Makefile for versa ecp5
2020-11-10 Luke Kenneth Casso... remove ClockSelect module, use DummyPLL
2020-11-10 Luke Kenneth Casso... add separate DummyPLL module, according to API discussed at
2020-11-08 Tobias Platenmmu fsm testcase: add check_fsm_outputs based on functi...
2020-11-08 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-11-08 Tobias Platenmmu/fsm: test case for mtspr
2020-11-07 Tobias Platenfixed a bug in src/soc/fu/mmu/fsm.py
2020-11-06 Luke Kenneth Casso... sigh sorting out litex pin-connections to sdram
2020-11-04 Luke Kenneth Casso... move back to 3.3v on X3 VERSA ECP5 connector
2020-11-04 Tobias PlatenMMU: begin test case for 'dcbz'
2020-11-03 Tobias Platenfix broken unittest after installing power-instruction...
2020-11-03 Luke Kenneth Casso... swap jtag pinorder to match ulx3s
2020-11-03 Luke Kenneth Casso... change LVCMOS level on versa ecp5 jtag to 2.5v
2020-11-01 Cesar StraussAdd a check for liveness.
2020-10-31 Cole Poirierversa_ecp5.py add 4 arbitrarily assigned gpio pins...
2020-10-31 Cesar StraussCheck that the read and write counters differ at most...
2020-10-31 Cesar StraussRemove stray comment
2020-10-30 Luke Kenneth Casso... add JTAG extension to versa_ecp5 then we can use it
2020-10-28 Cesar StraussImplement an operand producer that talks the rel_o...
2020-10-24 Cesar StraussCreate a GTKWave document for the test ALU unit tests
2020-10-22 Luke Kenneth Casso... add query about cross-domain on the JTAG enable of WB
2020-10-22 Luke Kenneth Casso... add detection and disable of Instruction Wishbone based...
2020-10-22 Luke Kenneth Casso... add detection and disable of LoadStore Wishbone based...
2020-10-22 Luke Kenneth Casso... add JTAG enable/disable of wishbone to TestIssuer
2020-10-22 Luke Kenneth Casso... add means to JTAG interface to enable/disable "stuff...
2020-10-21 Cole Poirierversa_ecp5 adds ability to build and load for ulx3s85f...
2020-10-21 Luke Kenneth Casso... fix up asserts (check correct pads/cores)
2020-10-20 Tobias Platens/alu/fsm/g
2020-10-20 Tobias Platentest case for FSMMMUStage
2020-10-18 Cole Poirieruse random.seed to generate repro cases of the two...
2020-10-16 Luke Kenneth Casso... experiment swapping dummy trap stage over to input
2020-10-16 Luke Kenneth Casso... re-enable tests
2020-10-16 Luke Kenneth Casso... manually run coresync clock for test issuer
2020-10-16 Luke Kenneth Casso... set defaults in pspec
2020-10-16 Luke Kenneth Casso... add extra (test dummy stage in trap to see if combinato...
2020-10-16 Luke Kenneth Casso... add LGPLv3+ notice and add copyright holders
2020-10-15 Luke Kenneth Casso... add commented-out connection to JTAG in ECP5 litex
2020-10-15 Luke Kenneth Casso... wrong pspec variable in selecting pll clock
2020-10-15 Luke Kenneth Casso... sorting out missing clock somewhere
2020-10-15 Luke Kenneth Casso... use "enable" and set default actions in getopt
2020-10-15 Luke Kenneth Casso... add extra variant to litex core
2020-10-15 Luke Kenneth Casso... syntax error
2020-10-15 Luke Kenneth Casso... disable gpio in litex core
2020-10-15 Luke Kenneth Casso... enable/disable litex irqs based on variant name
2020-10-14 Cole Poirierissuer_verilog.py update to use commandline args using...
2020-10-12 Cole Poirierlitex/florent/versa_ecp5.py add arg --fpga [versa_ecp5...
2020-10-12 Cole Poirierfix ModuleNotFound/Import errors found when running...
2020-10-12 Cole Poirieradd tested working fpga compile/build/load file for...
2020-10-11 Luke Kenneth Casso... add way to bypass PLL for ECP5 and sim
2020-10-11 Luke Kenneth Casso... comment out XICS/GPIO interrupt test, causes ECP5 litex...
2020-10-11 Luke Kenneth Casso... record commands for building ECP5
next