build(simulation): improve verilator simulation infrastructure

- Add verilator to dependencies
- Add configurable logging via QUIET/VERBOSE/COCOTB_LOG_LEVEL env vars
- Add optional warning suppression (SUPPRESS_VERILATOR_WARNINGS)
- Clean up and restructure Makefile
This commit is contained in:
2026-05-03 15:30:29 +08:00
parent 7450505a86
commit 8b8e4d3118
5 changed files with 39 additions and 23 deletions

View File

@@ -16,5 +16,6 @@ dependencies:
- pytorch-cuda=12.1
# Toolsets
- uv
- verilator
- just
- nodejs>=20.0.0