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

[verilator-target] Add interface to add include directories #29

Merged
merged 5 commits into from
Sep 17, 2018

Conversation

leonardt
Copy link
Owner

Adds a parameter include_directories which is a list of directories to
include in the verilator command using the -I flag.

Also, renames the include_verilog_files parameter/field to be
include_verilog_libraries to more explicitly match the verilator
terminology (-v is use for library files.)

Adds a parameter `include_directories` which is a list of directories to
include in the verilator command using the `-I` flag.

Also, renames the include_verilog_files parameter/field to be
`include_verilog_libraries` to more explicitly match the verilator
terminology (`-v` is use for library files.)
@coveralls
Copy link

coveralls commented Sep 17, 2018

Pull Request Test Coverage Report for Build 258

  • 5 of 5 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 80.813%

Totals Coverage Status
Change from base Build 247: 0.2%
Covered Lines: 497
Relevant Lines: 615

💛 - Coveralls

@leonardt leonardt merged commit 42debda into master Sep 17, 2018
@leonardt leonardt deleted the include-dir branch September 17, 2018 20:06
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

Successfully merging this pull request may close these issues.

None yet

3 participants