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
path:
root
/
platform
/
wavelet3d
/
host_sw
/
main.c
blob: 7513c4c45513a5a8b737bfe97cb83c03c89e2337 (
plain
)
1
2
3
4
5
6
7
#include
"init.h"
int
main
()
{
init
();
return
0
;
}