diff options
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/RISCV | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_opts/RISCV b/build_opts/RISCV new file mode 100644 index 000000000..3b5053a79 --- /dev/null +++ b/build_opts/RISCV @@ -0,0 +1,3 @@ +TARGET_ISA = 'riscv' +CPU_MODELS = 'AtomicSimpleCPU' +PROTOCOL = 'MI_example' |