Skip to content

Commit

Permalink
undriven fixes 5
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-108 committed Dec 24, 2024
1 parent fd1de49 commit 9b168ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ package config_pkg;
assert (!(Cfg.SuperscalarEn && Cfg.RVF));
assert (!(Cfg.SuperscalarEn && Cfg.RVZCMP));
assert (!(Cfg.SuperscalarEn && Cfg.RVZCMT));
assert (!(Cfg.RVZCMT && ~Cfg.MmuPresent));
assert (!(Cfg.RVZCMT && Cfg.MmuPresent));
`endif
// pragma translate_on
endfunction
Expand Down

0 comments on commit 9b168ab

Please sign in to comment.