Is it necessary to use the RV32I toolchain or is R...
# caravel
b
Is it necessary to use the RV32I toolchain or is RV64I ok?
m
64I is ok but you have to tell it to use only RV32I instructions
take a look at the makefile for the tests in the dv directory
the arguments are given there
b
Ok thanks