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

Cannot compile .c files #930

Closed
veripoolbot opened this issue Jun 9, 2015 · 3 comments
Closed

Cannot compile .c files #930

veripoolbot opened this issue Jun 9, 2015 · 3 comments
Labels
area: invoking/options Issue involves options passed to Verilator resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Jonathon Donaldson
Original Redmine Issue: 930 from https://www.veripool.org
Original Date: 2015-06-09


Verilator doesn't seem to like files with a .c extension. If my C source files end in .cpp things work just fine but if it has a .c extension I get a weird error. According to the error message it almost seems like verilator is trying to parse the file as a verilog file instead of a C file. The documentation states that verilator supports file extensions of [.cpp/.c/.cc/...etc...]. The error message I get is:

%Error: t_dotc_file.c:8: syntax error, unexpected '#'
%Error: t_dotc_file.c:8: Unsupported: Verilog 2001-config reserved word not implemented; probably you want `include instead: include
%Error: t_dotc_file.c:9: Unsupported: Verilog 2001-config reserved word not implemented; probably you want `include instead: include
%Error: t_dotc_file.c:17: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 4 error(s)

I have attached an example in test_regress format.

Is there some other switch I need to enable to get this to work? If I simply change the extension of the .c file to .cpp then all is well. That doesn't seem right...

I verilate like so:

verilator_bin \
  -cc \
  --top-module t_dotc_file \
  t_dotc_file.v \
  --exe \
  t_dotc_file.c

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-06-09T11:29:10Z


One liner. Fixed in git towards 3.875.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-08-13T01:44:19Z


In 3.876.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Jonathon Donaldson
Original Date: 2015-08-13T18:12:58Z


Works great. Thanks!

@veripoolbot veripoolbot added area: invoking/options Issue involves options passed to Verilator 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: invoking/options Issue involves options passed to Verilator resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

1 participant