mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
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:
27
.rsyncignore
27
.rsyncignore
@@ -1,12 +1,15 @@
|
||||
.jj/
|
||||
.git/
|
||||
.devenv/
|
||||
.direnv/
|
||||
deps/
|
||||
outputs/
|
||||
data/versioned_data/
|
||||
datasets/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
.sisyphus/
|
||||
.logs/
|
||||
.jj
|
||||
.git
|
||||
.devenv
|
||||
.direnv
|
||||
deps
|
||||
outputs
|
||||
data/versioned_data
|
||||
datasets
|
||||
.ruff_cache
|
||||
.pytest_cache
|
||||
.sisyphus
|
||||
.logs
|
||||
.opencode
|
||||
.venv
|
||||
**/__pycache__
|
||||
|
||||
Reference in New Issue
Block a user