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
this is fixed in my PR #132. Previously the cve2_top was instanced in core-v-verif/cv32e20/tb/uvmt/uvmt_cv32e20_dut_wrap, now when we instance cve2_top_tracing it needs the same parameters and I/O as cve2_top. This is the change in PR #132.
Bug Description
The top-level module cve2_top_tracing.sv attempts to override three localparam in cve2_top.sv:
RV32B
on line 123.DbgTriggerEn
on line 124.DbgHwBreakNum
on line 125.This prevents the RTL model from compiling when
cve2_top_tracing.sv
is compiled as the top-level (as it is in the CORE-V-VERIF environment).The text was updated successfully, but these errors were encountered: