Propogate the reset call to the extensions as well. Add reset function to extensions...
[riscv-isa-sim.git] / hwacha / insns / vfmts.h
1 require_vector;
2 require_fp;
3 assert(0 <= RS2 && RS2 < MAX_UTS);
4 FRD = UT_FRS1(RS2);