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
As discussed with @rswarbrick in PR #2129, it might be worth to upgrade the Verilator dependency. That reason is that we got some linting errors, i.e., IMPERFECTSCH, that were removed in more recent Verilator versions.
When upgrading Verilator, it might also be worth to get rid of the following hack to get rid of the linting error:
To be consistent between projects, this PR updates the Verilator
version to 4.210, which is also used by OpenTitan. The reason for
this change is that in lowRISC#2129 Verilator linting issues occured
that did not occur in OpenTitan.
CloseslowRISC#2131.
Signed-off-by: Pascal Nasahl <[email protected]>
To be consistent between projects, this PR updates the Verilator
version to 4.210, which is also used by OpenTitan. The reason for
this change is that in #2129 Verilator linting issues occured
that did not occur in OpenTitan.
Closes#2131.
Signed-off-by: Pascal Nasahl <[email protected]>
As discussed with @rswarbrick in PR #2129, it might be worth to upgrade the Verilator dependency. That reason is that we got some linting errors, i.e.,
IMPERFECTSCH
, that were removed in more recent Verilator versions.When upgrading Verilator, it might also be worth to get rid of the following hack to get rid of the linting error:
ibex/rtl/ibex_lockstep.sv
Line 139 in 2f040eb
The text was updated successfully, but these errors were encountered: