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

vppreproc: doesn't understand System Verilog typedef? #92

Closed
veripoolbot opened this issue May 26, 2009 · 2 comments
Closed

vppreproc: doesn't understand System Verilog typedef? #92

veripoolbot opened this issue May 26, 2009 · 2 comments
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Dan Moore
Original Redmine Issue: 92 from https://www.veripool.org
Original Date: 2009-05-26
Original Assignee: Wilson Snyder (@wsnyder)


Hello, thanks for a great project.

I'm getting errors out of vppreproc when it encounters the System Verilog typedef statements. e.g.:

%Error: /tmp/tbox.vs:2: syntax error, unexpected "bit"
%Error: /tmp/tbox.vs:2: Signal declaration outside of module definition
%Error: /tmp/tbox.vs:3: syntax error, unexpected "IDENTIFIER"

`default_nettype none
typedef bit node;
typedef node node_t;

I was able to work around the issue, but does vppreproc support this? Thanks.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2009-06-05T20:42:56Z


The entire SystemVerilog language should work; as should typedef. Can you attach an example and I'll fix it?

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2009-10-28T13:47:17Z


Closing due to no response - please reopen if you find a testcase.

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

2 participants