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

Are binds in a compilation scope supported? #695

Closed
veripoolbot opened this issue Nov 5, 2013 · 2 comments
Closed

Are binds in a compilation scope supported? #695

veripoolbot opened this issue Nov 5, 2013 · 2 comments

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Jon Nall
Original Redmine Issue: 695 from https://www.veripool.org
Original Date: 2013-11-05


When using Verilog::Netlist::read_file, are binds supported when they exist in a compilation-unit scope?

I see errors like these:
CELL outside of module definition
PIN outside of cell definition

And ultimately:
Can't call method "params" on an undefined value at .../Verilog/Netlist/File.pm line 312

My conjecture is that binds are only supported in a module or interface scope. Can you confirm?

Thanks,
nall.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2013-11-05T13:36:04Z


I believe they parse correctly, but they may not be supported by Verilog::Netlist. I'd welcome a patch to fix this.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2014-07-10T13:35:18Z


Closing due to age & no patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant