mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-25 06:17:10 -04:00
Fix creating cvw-arch-verif work directory
This commit is contained in:
parent
2dfbfc7561
commit
c5c49d3cc0
3 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -35,5 +35,5 @@
|
||||||
path = addins/verilog-ethernet
|
path = addins/verilog-ethernet
|
||||||
url = https://github.com/ross144/verilog-ethernet.git
|
url = https://github.com/ross144/verilog-ethernet.git
|
||||||
[submodule "cvw-arch-verif"]
|
[submodule "cvw-arch-verif"]
|
||||||
path = cvw-arch-verif
|
path = addins/cvw-arch-verif
|
||||||
url = https://github.com/openhwgroup/cvw-arch-verif
|
url = https://github.com/openhwgroup/cvw-arch-verif
|
||||||
|
|
|
@ -41,7 +41,7 @@ vlib ${WKDIR}
|
||||||
# Create directory for coverage data
|
# Create directory for coverage data
|
||||||
mkdir -p cov
|
mkdir -p cov
|
||||||
# Create directory for functional coverage data
|
# 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 ccov 0
|
||||||
set CoverageVoptArg ""
|
set CoverageVoptArg ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue