Fix creating cvw-arch-verif work directory

This commit is contained in:
David Harris 2024-08-08 05:25:28 -07:00
parent 2dfbfc7561
commit c5c49d3cc0
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View file

@ -35,5 +35,5 @@
path = addins/verilog-ethernet
url = https://github.com/ross144/verilog-ethernet.git
[submodule "cvw-arch-verif"]
path = cvw-arch-verif
path = addins/cvw-arch-verif
url = https://github.com/openhwgroup/cvw-arch-verif

View file

@ -41,7 +41,7 @@ vlib ${WKDIR}
# Create directory for coverage data
mkdir -p cov
# Create directory for functional coverage data
mkdir ${WALLY}/addins/cvw-arch-verif/work
mkdir -p ${WALLY}/addins/cvw-arch-verif/work
set ccov 0
set CoverageVoptArg ""