forked from github/verilator
11 lines
186 B
PowerShell
11 lines
186 B
PowerShell
|
cd install
|
||
|
$Env:VERILATOR_ROOT=$PWD
|
||
|
cd examples/cmake_tracing_c
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ..
|
||
|
cmake --build . --config Release
|
||
|
Release/example.exe
|
||
|
cd ..
|
||
|
Remove-Item -path build -recurse
|