diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-08 10:55:45 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-08 10:55:45 +0200 |
commit | aa005bc8b667668eb43c0ae62e00aefd1c3c1af5 (patch) | |
tree | a491b20a750cf0dac413aa10deb2ead3b6266fc3 /gentestvec/gentestvec_cpu.c | |
parent | 80fee7a2db703f029989c40e823c2ccdeb078fca (diff) | |
download | riscv_cpu-aa005bc8b667668eb43c0ae62e00aefd1c3c1af5.tar.gz riscv_cpu-aa005bc8b667668eb43c0ae62e00aefd1c3c1af5.zip |
assemble simple rom
Diffstat (limited to 'gentestvec/gentestvec_cpu.c')
-rw-r--r-- | gentestvec/gentestvec_cpu.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gentestvec/gentestvec_cpu.c b/gentestvec/gentestvec_cpu.c new file mode 100644 index 0000000..8500dd9 --- /dev/null +++ b/gentestvec/gentestvec_cpu.c @@ -0,0 +1,6 @@ +#include <stdbool.h> +#include <stdio.h> +#include <stdlib.h> +#include <time.h> + +int main(int argc, const char *argv[]) { return 0; } |