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

Flag to enable warnings for any modules with any unconnected ports #702

Open
ascenium opened this issue May 11, 2016 · 1 comment
Open

Comments

@ascenium
Copy link

It would be really nice to be able to put in a flag that would allow you to check to see if any module ports you don't expect to be unconnected are unconnected. I know the lower level tools do this, but still it would be a nice feature.

@seldridge
Copy link
Member

I believe that the support that you're looking for is already in place with the --wi, --wo, and --wio. These will turn on unconnected IO warnings for inputs, outputs, or both, respectively. This will warn you about all unconnected inputs/outputs which is slightly less targeted than what you may be intending ("don't expect to be unconnected are unconnected"). However, this is the standard output that you'd expect from a synthesis tool that warns you about every possible unconnected IO.

FWIW, there's a lot of undocumented command line options (https://github.com/ucb-bar/chisel/blob/master/src/main/scala/Driver.scala#L344) that come in handy now and again.

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