We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I've been having issues building the Verilator TB for zipmmu. My system config is as follows:
OS: Ubuntu 18.04 on WSL2.0 Verilator version: Verilator 5.002 2022-10-29 rev v5.002-29-gdb39d70c7
Run make verilator from $root/bench/rtl followed by make verilator from $root/sim/verilator. Error:
make verilator
$root/bench/rtl
$root/sim/verilator
zipmmu_tb.cpp:47:10: fatal error: Vzipmmu_tb.h: No such file or directory 47 | #include "Vzipmmu_tb.h" | ^~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I've been having issues building the Verilator TB for zipmmu. My system config is as follows:
OS: Ubuntu 18.04 on WSL2.0
Verilator version: Verilator 5.002 2022-10-29 rev v5.002-29-gdb39d70c7
Run
make verilator
from$root/bench/rtl
followed bymake verilator
from$root/sim/verilator
. Error:The text was updated successfully, but these errors were encountered: