mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix creating cvw-arch-verif work directory
This commit is contained in:
parent
2dfbfc7561
commit
c5c49d3cc0
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…
Reference in New Issue
Block a user