rename sv vlen to sv voffs, add csr and reg tables
[riscv-isa-sim.git] / riscv / sv.cc
1 #include "sv.h"
2
3 sv_reg_csr_entry sv_csrs[SV_CSR_SZ];
4 sv_reg_entry sv_int_tb[NXPR];
5 sv_reg_entry sv_fp_tb[NFPR];
6 sv_pred_csr_entry sv_pred_csrs[SV_CSR_SZ];
7 sv_pred_entry sv_pred_tb[NXPR];
8