mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
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
|