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
In the latest release of Iverilog, version 12.0.0, a new error has been introduced that detects mixing between old and new declaration module styles within RTL code. like the declaration here the compile resulted in the following error:
/home/rady/caravel/openframe/caravel_openframe_project//verilog/rtl/simple_spi_master.v:187: error: 'err_out' has already been declared in this scope.
Explanation of the issue is well defined in this comment by dave_59.
I will add the required RTL need.
The text was updated successfully, but these errors were encountered:
M0stafaRady
added a commit
to M0stafaRady/caravel_openframe_project
that referenced
this issue
Aug 15, 2023
In the latest release of Iverilog, version 12.0.0, a new error has been introduced that detects mixing between old and new declaration module styles within RTL code. like the declaration here the compile resulted in the following error:
/home/rady/caravel/openframe/caravel_openframe_project//verilog/rtl/simple_spi_master.v:187: error: 'err_out' has already been declared in this scope.
Explanation of the issue is well defined in this comment by dave_59.
I will add the required RTL need.
The text was updated successfully, but these errors were encountered: