Files
Mini-Nav/.editorconfig
SikongJueluo 8b8e4d3118 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
2026-05-03 15:33:17 +08:00

7 lines
78 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8