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

Confusing error message for missing interface definition #985

Closed
veripoolbot opened this issue Oct 28, 2015 · 2 comments
Closed

Confusing error message for missing interface definition #985

veripoolbot opened this issue Oct 28, 2015 · 2 comments
Assignees
Labels
area: lint Issue involves SystemVerilog lint checking resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Todd Strader (@toddstrader)
Original Redmine Issue: 985 from https://www.veripool.org
Original Date: 2015-10-28
Original Assignee: Wilson Snyder (@wsnyder)


https://github.com/toddstrader/verilator-dev/tree/missing_intf_msg

When an interface with no definition is connected to a module, you get this:

%Error: Internal Error: t/t_missing_interface_bad.v:16: ../V3LinkDot.cpp:375: Unlinked interface

As opposed to this, which you get if the interface is not connected to a module:

%Error: t/t_missing_interface_bad.v:23: Cannot find file containing module: foo_intf

I think the latter should appear in both cases.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-10-30T01:45:03Z


Fair enough, thanks for the test. Fixed in git towards 3.878.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-11-01T13:23:52Z


In 3.878.

@veripoolbot veripoolbot added area: lint Issue involves SystemVerilog lint checking resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: lint Issue involves SystemVerilog lint checking resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants