summaryrefslogtreecommitdiff
path: root/tb (unfollow)
AgeCommit message (Expand)Author
2023-10-28tb: add block test: test_fbAlejandro Soto
2023-10-27rtl/gfx: implement fp16 on verilatorAlejandro Soto
2023-10-06tb: test_smp: add more smp testsAlejandro Soto
2023-10-06tb/top/test_smp: fix unawaited objectAlejandro Soto
2023-10-06tb: implement ring testAlejandro Soto
2023-10-06tb: rename smp_sim to test_smpAlejandro Soto
2023-10-05rtl/perf: implement performance unitAlejandro Soto
2023-10-05tb/sim/sdram: lower max cyclesAlejandro Soto
2023-10-05tb: move most C++ source files to tb/top/conspiracionAlejandro Soto
2023-10-05tb: implement block test: smp_sim resetAlejandro Soto
2023-10-05Makefile, tb: add support for cocotbAlejandro Soto
2023-10-04sim: implement fst tracesAlejandro Soto
2023-10-04app, doc, image_processing, tb/sim/descifrador: remove;5DAlejandro Soto
2023-10-04rtl/cache: increase to 64KiB per coreAlejandro Soto
2023-10-04demo: implement cache debugAlejandro Soto
2023-10-04rtl/cache: implement debug interfaceAlejandro Soto
2023-10-03tb/sim/strex: test monitor after exceptionAlejandro Soto
2023-10-03tb: fix halt forceAlejandro Soto
2023-10-03tb/sim: add test: strexAlejandro Soto
2023-10-02tb/sim: add test: smp_bootAlejandro Soto
2023-10-02tb: implement verilated slavesAlejandro Soto
2023-10-02rtl: implement exclusive monitor datapathAlejandro Soto
2023-10-01tb: implement quad-core SMPAlejandro Soto
2023-09-30platform: implement SMP controllerAlejandro Soto
2023-09-29tb: read line-sized reads of word-sized I/O slavesAlejandro Soto
2023-09-29tb/vga: fix startup window glitchAlejandro Soto
2023-09-29tb: enable sim performance flags ("faster is better")Alejandro Soto
2023-09-29tb/avalon: fix line equality comparisongAlejandro Soto
2023-09-26rtl/mp: fix designAlejandro Soto
2023-09-25tb: implement coverage reportsAlejandro Soto
2023-09-25rtl/core, tb: replace bus_master with a new top-level moduleAlejandro Soto
2023-09-25rtl/cache: fix writeback corruptionAlejandro Soto
2023-09-25tb: implement cache ringAlejandro Soto
2023-09-24tb: implement support for cache line-sized slavesAlejandro Soto
2022-12-21Fix clock/reset timing in single-step, dsp_mulAlejandro Soto
2022-12-18Implement privileged ldm/stm of user registersAlejandro Soto
2022-12-18Fix datapath of shifter carry-out during adc/sbc/rscAlejandro Soto
2022-12-16Improve simulation performance for the most common caseAlejandro Soto
2022-12-16Implement swi (system call)Alejandro Soto
2022-12-16Implement branch history (simulation only)Alejandro Soto
2022-12-16Fix register corruption when interrupting a load-storeAlejandro Soto
2022-12-16Fix implementation of MMU access faultsAlejandro Soto
2022-12-16Implement interrupt emulationAlejandro Soto
2022-12-16Implement interrupt controllerAlejandro Soto
2022-12-16Implement fast videoAlejandro Soto
2022-12-16Fix sysctrl register dumpAlejandro Soto
2022-12-16Implement page walks in patch-memAlejandro Soto
2022-12-16Implement gdbstub monitorAlejandro Soto
2022-12-16Show main cp15 registers in register dumpsAlejandro Soto
2022-12-16Implement prefetch abortsAlejandro Soto