VERILOG_INCLUDE_DIRS
not being a Path
disallows the use of dir::
#615
Labels
🐞 bug
Something isn't working
Description
Attempting to add
VERILOG_INCLUDE_DIRS
usingdir::
results in a "refusing to automatically convert error."Expected Behavior
It shouldn't be a conversion. It should be a path.
Environment report
Reproduction material
echo '{"VERILOG_INCLUDE_DIRS": ["dir::."]}' >> ./openlane/examples/spm/vid.json
python3 -m openlane ./openlane/examples/spm/config.yaml ./openlane/examples/spm/vid.json
Relevant log output
The text was updated successfully, but these errors were encountered: