Closed nishanthsmurthy24 closed 3 years ago
Execution of $make simulator
$make simulator
in the builds/<ARCH>_<CPU>_verilator/
builds/<ARCH>_<CPU>_verilator/
directory results in %Warning-DEPRECATED: Verilog_RTL/mkTop_HW_Side_edited.v:7: Deprecated -msg in configuration files, use -rule instead.
%Warning-DEPRECATED: Verilog_RTL/mkTop_HW_Side_edited.v:7: Deprecated -msg in configuration files, use -rule instead.
%Error: Exiting due to 6 warning(s) make: *** [../../builds/Resources/Include_verilator.mk:52: simulator] Error 1
How to resolve this error?
This was fixed in commit 874ab85d by updating the lint_off statements in the Verilator config file.
lint_off
Execution of
$make simulator
in the
builds/<ARCH>_<CPU>_verilator/
directory results in
%Warning-DEPRECATED: Verilog_RTL/mkTop_HW_Side_edited.v:7: Deprecated -msg in configuration files, use -rule instead.
%Error: Exiting due to 6 warning(s) make: *** [../../builds/Resources/Include_verilator.mk:52: simulator] Error 1
How to resolve this error?