Commit Graph

4 Commits

Author SHA1 Message Date
Makiras ad05874bf8
fix: filelist and build threads (#96)
* fix: ignore linker inputs during RTL parsing

* feat: limit generated build parallelism
2026-07-28 15:18:46 +08:00
FrankOu bece7afbfe refactor(sv): removed the deduplication step for filelist, and delegated the related processing to slang. 2026-04-23 15:15:46 +08:00
FrankOu 61333fe9a5 fix(sv): fix slang RTL export compatibility 2026-04-21 14:06:37 +08:00
J. Wang fa9c9bfe63
Adopt slang as default SystemVerilog frontend and clean up codegen (#80)
* feat(parser): adopt slang as the default SystemVerilog frontend

- replace export RTL parsing with slang elaboration
- replace pack transaction parsing with slang
- remove Verible from normal parser and packaging flows
- fetch pinned slang and fmt releases via make init
- refresh tests and docs for the slang-based workflow

* fix(codegen): resolve filelist-relative inputs and quiet false missing-file logs

* refact(codegen): tidy up content about `_with_slang`

* feat(verible): Remove content about verible

* fix(gcc): Fix ignored attributes in gcc

* fix(parser): avoid gcc ambiguous overload in uvm parse_sv_transactions
2026-03-27 11:04:20 +08:00