eel3792c_rv32i
RV32I implementation on a DE10-Lite FPGA for the EEL3792C course.
Log
|
Files
|
Refs
ram_large.c (53B)
1
void
2
_start(void)
3
{
4
*(unsigned int *)0xf0 = 500;
5
}