Some work on CSR

This commit is contained in:
2024-05-13 00:04:44 +02:00
parent f9541157b6
commit f95a85de00
12 changed files with 403 additions and 227 deletions

View File

@ -24,8 +24,7 @@ int main(int argc, char* argv[])
}
struct Hart hart = {0};
hart.mem = mem;
hart.mem_size = mem_size;
hart_init(&hart, 0, mem, mem_size);
execute_from(&hart, start_address);