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
/
tb
/
sim
/
mult.c
blob: 531a824b95704b92bf8235e2ce98a483cf72285b (
plain
)
1
2
3
4
int
reset
(
int
a
,
int
b
,
int
c
)
{
return
a
*
b
+
c
;
}