index
:
conspiracion
master
Linux-capable SoC platform with a custom ARMv4 quad-core SMP CPU, coherent caches, and a 3D graphics accelerator. Synthesizes for Terasic DE-series FPGA boards. Simulated with Verilator.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-11-11
rtl/gfx: implement fragment address linearization
Alejandro Soto
2023-11-10
rtl/gfx: implement fragment mask clear
Alejandro Soto
2023-11-10
rtl/gfx: replace duplicated pipes with gfx_pipes
Alejandro Soto
2023-11-10
rtl/gfx: rename gfx_{coarse,fine} -> gfx_raster_{coarse,fine}
Alejandro Soto
2023-11-10
rtl/gfx: implement rasterizer top
Alejandro Soto
2023-11-10
rtl/gfx: implement coarse rasterization
Alejandro Soto
2023-11-10
rtl/gfx: implement triangle setup
Alejandro Soto
2023-11-10
rtl/gfx: use packed arrays in module interfaces
Alejandro Soto
2023-11-10
rtl/gfx: add gfx_pipes
Alejandro Soto
2023-11-10
rtl/gfx: implement fixed-point FMA
Alejandro Soto
2023-11-10
rtl/gfx: rename modules
Alejandro Soto
2023-11-10
rtl/gfx: implement fine rasterization
Alejandro Soto
2023-11-10
rtl/gfx: implement edge offset setup
Alejandro Soto
2023-11-10
rtl/gfx: implement perspective division
Alejandro Soto
2023-11-02
ip: add ip_fp_inv
Alejandro Soto
2023-10-29
rtl/gfx: implement scanout command interface
Alejandro Soto
2023-10-29
rtl/gfx: implement double-buffered scanout
Alejandro Soto
2023-10-28
platform: implement support for disabling CPUs
Alejandro Soto
2023-10-28
platform: remove pixdma, pixfmt
Alejandro Soto
2023-10-28
tb: add block test: test_fb
Alejandro Soto
2023-10-28
rtl/gfx: add debug registers
Alejandro Soto
2023-10-27
rtl/gfx: implement fp16 on verilator
Alejandro Soto
2023-10-27
rtl/gfx: fix linear combiner
Alejandro Soto
2023-10-26
rtl/gfx: implement matrix transpose
Alejandro Soto
2023-10-26
rtl/gfx: fix deadlock in fold_flow
Alejandro Soto
2023-10-26
rtl/gfx: synchronize clock with SDRAM
Alejandro Soto
2023-10-25
platform: add mem master to gfx
Alejandro Soto
2023-10-25
rtl/gfx: implement skid buffers
Alejandro Soto
2023-10-22
rtl/gfx: reimplement multiplier as a much smaller mat-vec pipeline
Alejandro Soto
2023-10-21
ip: downgrade to 16-bit floats
Alejandro Soto
2023-10-21
platform: add gfx
Alejandro Soto
2023-10-21
rtl/gfx: implement non-synthesizable matrix multiplier
Alejandro Soto
2023-10-20
ip: add ip_fp_add, ip_fp_mul
Alejandro Soto
2023-10-06
Makefile: add doc_file rule to dist
ce4302/p1
Alejandro Soto
2023-10-06
add readme.md
Fabian Montero
2023-10-06
tb: test_smp: add more smp tests
Alejandro Soto
2023-10-06
Makefile: add demo.bin target
Alejandro Soto
2023-10-06
scripts: add jtag_uart
Alejandro Soto
2023-10-06
Makefile: copy results to dist
Alejandro Soto
2023-10-06
tb/top/test_smp: fix unawaited object
Alejandro Soto
2023-10-06
platform: remove quartus crap
Alejandro Soto
2023-10-06
tb: implement ring test
Alejandro Soto
2023-10-06
tb: rename smp_sim to test_smp
Alejandro Soto
2023-10-06
rtl/cache: split mem.sv out of cache_control.sv
Alejandro Soto
2023-10-06
rtl/cache: split ring.sv out of cache_control.sv
Alejandro Soto
2023-10-06
rtl/cache: split token.sv out of cache_control.vs
Alejandro Soto
2023-10-06
Makefile: don't copy traces if DISABLE_TRACE is set
Alejandro Soto
2023-10-06
demo: implement remote cmds
Alejandro Soto
2023-10-06
sim/gdbstub: check if kernel files exist
Alejandro Soto
2023-10-05
demo: fix backspace
Alejandro Soto
[next]