Skip to content

Commit

Permalink
Remove old assertion of missing FPU support in the superscalar version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricted98 committed Jan 16, 2025
1 parent 3c7743d commit df297e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/include/config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ package config_pkg;
assert (Cfg.NrExecuteRegionRules <= NrMaxRules);
assert (Cfg.NrCachedRegionRules <= NrMaxRules);
assert (Cfg.NrPMPEntries <= 64);
assert (!(Cfg.SuperscalarEn && Cfg.RVF));
assert (!(Cfg.SuperscalarEn && Cfg.RVZCMP));
assert (Cfg.FETCH_WIDTH == 32 || Cfg.FETCH_WIDTH == 64)
else $fatal(1, "[frontend] fetch width != not supported");
Expand Down

0 comments on commit df297e0

Please sign in to comment.