Commit 8dbc6e63 authored by Chick Markley's avatar Chick Markley Committed by GitHub
Browse files

Fix problem where wrong verilog file is used. (#661)

When calling verilator in a subdirectory like ./test_run_dir/...
verilator will read the verilog file from the current working directory
if there is a file there with the right name.  This fix specifies
the specific path of the verilog file intended.
parent 893ed224
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment