summaryrefslogtreecommitdiff
path: root/rtl (follow)
AgeCommit message (Expand)Author
2024-05-26rtl/gfx: implement writeback arbiterAlejandro Soto
2024-05-26rtl/vdc: initial commit of video display controllerAlejandro Soto
2024-05-25rtl/gfx: remove gfx_sim_debugAlejandro Soto
2024-05-25rtl/gfx/firmware: extract build date from gcc builtin definesAlejandro Soto
2024-05-25rtl/gfx/firmware: rename gfx_bootrom.S -> bootrom.SAlejandro Soto
2024-05-24rtl/wb2axip: fix endianness in axisgdmaAlejandro Soto
2024-05-24rtl/gfx/firmware: implement firmware stubAlejandro Soto
2024-05-24rtl/gfx: fix double AXI ready response in schedulerAlejandro Soto
2024-05-24rtl/gfx/firmware: implement mk build for bootromAlejandro Soto
2024-05-24platform/wavelet3d: add sgdma engineAlejandro Soto
2024-05-24rtl/gfx, platform/wavelet3d, target/w3d_de1soc: add system-wide RAM mappingsAlejandro Soto
2024-05-24rtl/gfx/firmware: fix bootrom build dateAlejandro Soto
2024-05-24rtl/gfx, platform/wavelet3d: implement vram interconnectsAlejandro Soto
2024-05-24rtl/gfx: implement memory unitAlejandro Soto
2024-05-24rtl: fix quartus errors: parser, synthesis, fitterAlejandro Soto
2024-05-12platform/wavelet3d: enable FPU, JTAG in host CPUAlejandro Soto
2024-05-12rtl/gfx/firmware: implement bootloaderAlejandro Soto
2024-05-06rtl/wb2axip: add tracing_off pragmasAlejandro Soto
2024-05-06platform/wavelet3d: add platform interconnectAlejandro Soto
2024-05-06rtl/if_common: add id, resp, size, strb signals to if_axibAlejandro Soto
2024-05-06rtl/gfx: add axilemu interfaceAlejandro Soto
2024-05-05rtl/axilemu: implement AXI-Lite agent emulationAlejandro Soto
2024-05-05rtl/gfx: refactor gfx_top out of platform topAlejandro Soto
2024-05-05rtl/if_common: initial commit, moved out of gfxAlejandro Soto
2024-05-05rtl/gfx: rename platform/wavelet3d -> rtl/gfxAlejandro Soto
2024-05-05rtl/legacy_gfx: rename gfx -> legacy_gfxAlejandro Soto
2024-05-04rtl/pkt_switch: replace axi_timer example with pkt_switchAlejandro Soto
2024-04-27rtl/axi_timer: initial commitAlejandro Soto
2024-04-27rtl/fpu: initial commitAlejandro Soto
2024-04-27target/de1soc: move quartus files out of project rootAlejandro Soto
2024-03-06rtl/wb2axip: add to version controlAlejandro Soto
2024-03-04rtl/picorv32: remove timescaleAlejandro Soto
2024-03-03rtl/dma_axi32: fix verilator warningsAlejandro Soto
2024-03-03rtl: add dma_axi32Alejandro Soto
2024-02-28rtl: add picorv32Alejandro Soto
2024-02-20mk: implement support for quartus synthesisAlejandro Soto
2024-02-20rtl/core/cp15: implement thread-local CP15 registers (from v7 spec), required...Alejandro Soto
2024-02-20rtl/core/control: don't shift branch history registers inside loopsAlejandro Soto
2024-02-20rtl/cache: fix critical bus protocol bug when caches are disabledAlejandro Soto
2024-02-20rtl/cache: disable ring when cache is itself disabledAlejandro Soto
2024-02-20rtl/perf: add a flag for enabling or disabling the perf moduleAlejandro Soto
2024-02-20rtl, tb: add core.mk filesAlejandro Soto
2024-02-20rtl: refactor filenames and directory hierarchyAlejandro Soto
2023-11-22rtl/gfx: fix mask clearAlejandro Soto
2023-11-22rtl/gfx: add command registers for dual fb addressesAlejandro Soto
2023-11-22rtl/gfx: fix setup offsets hazardsAlejandro Soto
2023-11-22rtl/gfx: hard-code triangle colorsAlejandro Soto
2023-11-22rtl/gfx: disable perspective correctionAlejandro Soto
2023-11-22rtl/gfx: implement primitive assemblyAlejandro Soto
2023-11-22rtl/gfx: remove attr4Alejandro Soto