You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m having a compile issue in el2_dec_tlu_ctl.sv due to identifiers that are used before their declaration. One example:
Error-[IND] Identifier not declared
caliptra-rtl/src/riscv_core/veer_el2/rtl/dec/el2_dec_tlu_ctl.sv, 998
Identifier 'CYCLEL' has not been declared yet. If this error is not
expected, please check if you have set `default_nettype to none.
The text was updated successfully, but these errors were encountered:
I’m having a compile issue in el2_dec_tlu_ctl.sv due to identifiers that are used before their declaration. One example:
The text was updated successfully, but these errors were encountered: