picker/example/Adder
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
..
Adder.v fix bugs: coverage needs verbose mode, example finalize 2024-04-25 16:18:01 +08:00
example-uvm.sv refactor: move pack_opts defaults to picker.cpp and rename example.sv to example-uvm.sv in example folder 2026-01-04 14:47:01 +08:00
example.cpp Add support for macOS (#64) 2025-11-03 10:38:10 +08:00
example.go auto add prefix 'pin_' to confilcted pins (eg: xclock) 2024-07-17 10:34:01 +08:00
example.java [feat] add ci tests and workflow optimization 2025-09-03 14:24:53 +08:00
example.lua multi-lang: add Lua support 2025-01-08 11:35:10 +08:00
example.py refactor: Enhance waveform export and rename APIs 2025-09-04 15:38:35 +08:00
example.scala fix(issue #36): add dut name to pakage name 2025-04-30 11:23:00 +08:00
release-uvm.sh Adopt slang as default SystemVerilog frontend and clean up codegen (#80) 2026-03-27 11:04:20 +08:00
release-vcs.sh Adopt slang as default SystemVerilog frontend and clean up codegen (#80) 2026-03-27 11:04:20 +08:00
release-verilator.sh Adopt slang as default SystemVerilog frontend and clean up codegen (#80) 2026-03-27 11:04:20 +08:00