google / google/CFU-Playground
proj_template: make renode-headless fails
- Dominant language
- Verilog
- Stars
- 565
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
I updated to ToT, ran `scripts/setup` and reran `scripts/install_oxide`
`make renode-headless` fails with this error:
```
~/src/CFU-Playground/proj/proj_template/build/renode ~/src/CFU-Playground/proj/proj_template
CMake Warning at CMakeLists.txt:20 (find_package):
By not providing "Findverilator.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"verilator", but CMake did not find one.
Could not find a package configuration file provided by "verilator" with
any of the following names:
verilatorConfig.cmake
verilator-config.cmake
Add the installation prefix of "verilator" to CMAKE_PREFIX_PATH or set
"verilator_DIR" to a directory containing one of the above files. If
"verilator" provides a separate development package or SDK, be sure it has
been installed.
CMake Error at CMakeLists.txt:30 (verilate):
Unknown CMake command "verilate".
-- Configuring incomplete, errors occurred!
See also "/home/avg/src/CFU-Playground/proj/proj_template/build/renode/CMakeFiles/CMakeOutput.log".
```
Contributor guide
Assessment
This issue has not been assessed yet.