Commit Graph

15 Commits

Author SHA1 Message Date
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
yaozhicheng 6adb49498b example: fix typo 2024-11-19 05:35:03 +00:00
yaozhicheng a16e123723 example: refine 2024-11-19 13:04:18 +08:00
Makiras 2d8e640ef8 update Caches and RnadomGenerator VCS example 2024-07-17 10:34:01 +08:00
yaozhicheng 5b104005a5 made pass on verilator 2024-07-17 10:34:01 +08:00
Makiras 542cef7223 update autobuild flags example 2024-07-17 10:34:01 +08:00
yaozhicheng f4b5f8deb5 exports -> export 2024-06-25 19:48:47 +08:00
Makiras 9055071c58 change cli library for pack function 2024-06-07 06:47:50 +00:00
Makiras fd5aa524c3 add autobuild and update xcomm version 2024-04-25 16:18:01 +08:00
Makiras 731eb34b90 rename mcv to picker 2024-01-16 02:05:56 +00:00
Makiras 5cf5249605 add cache test, reorganized structural, add clang-format 2023-11-09 02:33:16 +00:00
Makiras a41c33884e add VCS support 2023-11-02 06:36:26 +00:00
Makiras ff639ca36a add trace fst and optimize release structural
decoupling XData in mcv for porting to other project such as mcv-ut, ovip-ut
2023-11-01 08:39:14 +00:00
Makiras 46c5adbf03 optimize code organization, add trace&dump waves for verilator 2023-10-31 09:22:32 +00:00
Makiras e8374d56c7 Refactor the overall code logic.
Generate encapsulated C++ classes based on dpi and codegen.
2023-10-27 09:32:38 +00:00