Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTL changes needed for iverilog v12 #15

Open
M0stafaRady opened this issue Aug 15, 2023 · 1 comment
Open

RTL changes needed for iverilog v12 #15

M0stafaRady opened this issue Aug 15, 2023 · 1 comment

Comments

@M0stafaRady
Copy link
Contributor

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.

M0stafaRady added a commit to M0stafaRady/caravel_openframe_project that referenced this issue Aug 15, 2023
@RTimothyEdwards
Copy link
Owner

Unnecessarily restricting syntax in cases that are perfectly unambiguous. Computer scientists should never be allowed to get near computers.

@RTimothyEdwards RTimothyEdwards changed the title RTL chnages needed for iverilog v12 RTL changes needed for iverilog v12 Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants