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
Please register or sign in to comment