index
:
eel3792c_rv32i
master
RV32I implementation on a DE10-Lite FPGA for the EEL3792C course.
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ram_large.c
blob: 8e1511e05dfd5f763b5a9ae0bf4ee827defd5a33 (
plain
)
1
2
3
4
5
void _start(void) { *(unsigned int *)0xf0 = 500; }