mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
parent
f32f51777f
commit
e7f7b3d024
1 changed files with 7 additions and 7 deletions
|
@ -3,9 +3,9 @@ function st_core_cntrl_cfg cva6pkg_to_core_cntrl_cfg(st_core_cntrl_cfg base);
|
|||
|
||||
automatic config_pkg::cva6_cfg_t CVA6Cfg = build_config_pkg::build_config(cva6_config_pkg::cva6_cfg);
|
||||
|
||||
$cast(base.xlen, cva6_config_pkg::CVA6ConfigXlen);
|
||||
$cast(base.xlen, CVA6Cfg.XLEN);
|
||||
|
||||
base.ilen = cva6_config_pkg::CVA6ConfigXlen;
|
||||
base.ilen = 32;
|
||||
|
||||
base.ext_i_supported = 1;
|
||||
base.ext_a_supported = CVA6Cfg.RVA;
|
||||
|
@ -15,15 +15,15 @@ function st_core_cntrl_cfg cva6pkg_to_core_cntrl_cfg(st_core_cntrl_cfg base);
|
|||
base.ext_v_supported = CVA6Cfg.RVV;
|
||||
base.ext_f_supported = CVA6Cfg.RVF;
|
||||
base.ext_d_supported = CVA6Cfg.RVD;
|
||||
base.ext_zba_supported = cva6_config_pkg::CVA6ConfigBExtEn;
|
||||
base.ext_zbb_supported = cva6_config_pkg::CVA6ConfigBExtEn;
|
||||
base.ext_zbc_supported = cva6_config_pkg::CVA6ConfigBExtEn;
|
||||
base.ext_zbe_supported = cva6_config_pkg::CVA6ConfigBExtEn;
|
||||
base.ext_zba_supported = CVA6Cfg.RVB;
|
||||
base.ext_zbb_supported = CVA6Cfg.RVB;
|
||||
base.ext_zbc_supported = CVA6Cfg.RVB;
|
||||
base.ext_zbe_supported = CVA6Cfg.RVB;
|
||||
base.ext_zbf_supported = 0;
|
||||
base.ext_zbm_supported = 0;
|
||||
base.ext_zbp_supported = 0;
|
||||
base.ext_zbr_supported = 0;
|
||||
base.ext_zbs_supported = cva6_config_pkg::CVA6ConfigBExtEn;
|
||||
base.ext_zbs_supported = CVA6Cfg.RVB;
|
||||
base.ext_zbt_supported = 0;
|
||||
base.ext_zcb_supported = CVA6Cfg.RVZCB;
|
||||
base.ext_zifencei_supported = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue