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

Feature: Allow to pass flags to verilator when compiling a simulation #139

Closed
dlobato opened this issue Aug 22, 2018 · 2 comments
Closed

Comments

@dlobato
Copy link
Contributor

dlobato commented Aug 22, 2018

Currently there's no way to pass extra options to verilator, for instance a library path. It would be great to have a option to pass extra flags.

Seems like verilator command is built here and there's no way to pass extra flags:

val verilatorCmd = s"""${if(isWindows)"verilator_bin.exe" else "verilator"}

@dlobato
Copy link
Contributor Author

dlobato commented Aug 22, 2018

I've implemented extraFlags for verilator:
#140

@Dolu1990
Copy link
Member

Thanks for the fix

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