* (fix): artifacts patch
* (fix) vcs waveform: support fsdb rename and flush
* (update) yaml-cpp: move to dependence and bump to 0.9.0
* (remove) third: drop unused type_safe
* (update) slang: bump default tag to v11.0
* (update) yaml-cpp: fetch dependency during init
* (fix) vcs coverage: add runtime save control
* fix: update VCS coverage control flow
* fix: make VCS finish safe for host process
* fix: stabilize VCS coverage export
* fix: support modern Verdi integration for VCS
* example: unify output paths and add per-example test targets
* fix: resolve xspcomm from picker path in mem_direct template
---------
Co-authored-by: Makiras <22570332+Makiras@users.noreply.github.com>
chore(ci,test,build): add CI/tests for GSIM, .sv and Java; xcomm fallback; test preflight
- CI: install default-jdk for Java tests
- Tests: add GSIM export smoke, .sv verilator build, Java export
- test/Makefile: add preflight to auto-clean + rebuild with python+java when missing
- Build: Makefile init falls back to latest master for xcomm when branch missing
- Wire new tests into default test targets
- Run build-and-test and appimage-build on all branches
- Restrict appimage-publish and docker-build-push to master
- Reuse build directory via artifact between jobs to avoid rebuilds
- Fix deps: install swig in CI and AppImage job
- Makefile appimage target reuses existing build/ for install & packing
- Remove standalone AppImage/docker workflows to prevent duplicate runs
- build-and-test: install base toolchain and Kitware CMake
- Build and install SWIG v4.2.1 from source
- Build and install Verilator v5.018 from source
- appimage-build: reuse build/ artifact; minimal deps (appimagetool, linuxdeploy)
- Keep: appimage-build on all branches; publish/docker only on master
- 在 test/Makefile 中让 smoke、sv_build、gsim_smoke 依赖 preflight
- 避免 preflight 执行 clean/rebuild 时其他并发目标找不到构建产物
- preflight 完成后仍保留测试阶段的并行度