summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-04rtl/cache: increase to 64KiB per coreAlejandro Soto
2023-10-04Makefile: add rules for demoAlejandro Soto
2023-10-04demo: fix AP halt after bootAlejandro Soto
2023-10-04demo: implement cache debugAlejandro Soto
2023-10-04rtl/cache: implement debug interfaceAlejandro Soto
2023-10-04demo: implement rd, wr cmdsAlejandro Soto
2023-10-04routing and beginning cache control commentsJulianCamacho
2023-10-04demo: implement run, halt cmdsAlejandro Soto
2023-10-04demo: implement cli inputAlejandro Soto
2023-10-03demo: initial commitAlejandro Soto
2023-10-03tb/sim/strex: test monitor after exceptionAlejandro Soto
2023-10-03tb: fix halt forceAlejandro Soto
2023-10-03Makefile: disable lto for debug buildsAlejandro Soto
2023-10-03sram, offset and routing commentsJulianCamacho
2023-10-03tb/sim: add test: strexAlejandro Soto
2023-10-03rtl/cache: implement ll/sc line monitorAlejandro Soto
2023-10-03rtl/core/control: reject strex after exceptionsAlejandro Soto
2023-10-03comentariosJulianCamacho
2023-10-02tb/sim: add test: smp_bootAlejandro Soto
2023-10-02rtl/cache: fix coherence bug during snoops (in_hold latched too early)Alejandro Soto
2023-10-02rtl/core/control: implement exclusive ldstAlejandro Soto
2023-10-02tb: implement verilated slavesAlejandro Soto
2023-10-02rtl/core: implement ldrex/strex decodeAlejandro Soto
2023-10-02rtl: implement exclusive monitor datapathAlejandro Soto
2023-10-01nix: patch binutils to disable instruction support check GNU asAlejandro Soto
2023-10-01Makefile: set proper paths for linux bootAlejandro Soto
2023-10-01hps/fpga.kermit: boot linux on hpsAlejandro Soto
2023-10-01nix/flake: updateAlejandro Soto
2023-10-01nix/flake.lock: UpdateAlejandro Soto
Flake lock file updates: • Updated input 'nixpkgs': 'path:/nix/store/afigf06j5h4y15bapf77j11ppn1yf6gy-source?lastModified=1693264542&narHash=sha256-zO6S2+BMiCBP%2f3n2E2Tpjp4N74LcSJjMK6p7bf1UJx8=&rev=1d9d75f88c4784625b00f8c17f49bfcd17cd2407' (2023-08-28) → 'github:nixos/nixpkgs/3b9e1bd994c34b020ed7898b805a104511294d63' (2023-10-01)
2023-10-01rtl/cache: fix controller deadlock on cache-cache replyAlejandro Soto
2023-10-01rtl/smp: fix step-on-reset bugAlejandro Soto
2023-10-01tb: implement quad-core SMPAlejandro Soto
2023-09-30platform: implement SMP controllerAlejandro Soto
2023-09-29platform: match SDRAM bandwidth with cache line widthAlejandro Soto
2023-09-29platform: add CPUs and caches to qsysAlejandro Soto
2023-09-29qsf: enable ModelSim-AlteraAlejandro 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-29nix/flake: add gcc-arm-embedded toolchain to devshellAlejandro Soto
2023-09-29tb: enable sim performance flags ("faster is better")Alejandro Soto
2023-09-29nix/flake: add kermit to devshellAlejandro Soto
2023-09-29tb/avalon: fix line equality comparisongAlejandro Soto
2023-09-26Makefile: add $(COV_DIR) to clean targetAlejandro Soto
2023-09-26rtl/mp: fix designAlejandro Soto
2023-09-26rtl/mp: add initial version of mpJulianCamacho
2023-09-25tb: implement coverage reportsAlejandro Soto
2023-09-25Makefile: enable multithreaded verilated modelsAlejandro 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