diff options
| author | Jim Lawson | 2018-04-16 16:03:11 -0700 |
|---|---|---|
| committer | GitHub | 2018-04-16 16:03:11 -0700 |
| commit | 1b4b17c7fb6d29179e7ff11368f7e387ce1bc179 (patch) | |
| tree | 73dbafc88ad5bcea67276c330ea68e053bd747ea /scripts | |
| parent | 78b15081bb1235a3aa07c1817a382444bcbd8f0f (diff) | |
Cleaning up BlackBoxSourceHelper - use absolute file paths. (#789)
* Cleaning up BlackBoxSourceHelper - use absolute file paths.
```bash
make[1]: *** No rule to make target `test_run_dir/examples.AccumBlackBox_PeekPokeTest_Verilator345491158/AccumBlackBox.v', needed by `/Users/john/chisel-testers/test_run_dir/examples.AccumBlackBox_PeekPokeTest_Verilator345491158/VAccumBlackBoxWrapper.h'. Stop.
```
since the path `test_run_dir/examples.AccumBlackBox_PeekPokeTest_Verilator345491158/AccumBlackBox.v` does not exist inside `test_run_dir`.
We should either:
- strip the targetDir prefix,
- prepend a `../` to the path,
- use absolute paths
I decided to go with the latter since this makes the least assumptions about the actual downstream processing and we already use absolute paths in other parts of this code.
* Minor cleanup.
- Anonymize make failure comment.
- Use common map syntax.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
