Immutable
release. Only release title and notes can be modified.
Documentation, tooling, and submodule-hygiene release — no change to the
simulation binary's behaviour.
Added
scripts/check_doc_links.pyplus a CI step that validates documentation
links against the rendered mdBook page set, failing on links to pages
absent fromSUMMARY.md(which 404 on the published site). Replaces the
previous file-existence-only check that missed this class of breakage.
Changed
- Migrated the
eda-infra-rsand benchmarkdatasetsubmodules from the
ChipFloworg togpu-edaforks.eda-infra-rswas rebased onto its
upstream (gzz2000/eda-infra-rs), picking up the upstream license-string
fix; the integration patches (Metal + HIP backends, ANSI-port and unary-NOT
parser support) now ride ajacquard-integrationbranch. The parser fixes
were also submitted upstream.
Documentation
- Fixed published-site 404s by adding orphaned pages to the mdBook
SUMMARY.md(project scope, timing correctness/validation, selective
X-propagation, X-debugging, release process, cosim backend-portability and
its phase plans, the JTAG debug server, netlist-graph xroots). - Corrected stale "cosim is Metal-only" claims — cosim is now backend-portable
(Metal/CUDA/HIP plus a CPU fallback) — and refreshed the Post-Phase-0
roadmap status line. - Removed the notional
GF130commercial-PDK codename across the docs. - Refreshed the docs index (cosim Quick Reference; Known Issues now link to
GitHub; pruned Future Documentation Needs) and pointed the README's doc
links at the published mdBook. - Fixed the ADR 0011
#80→#103multi-SRAM cross-reference; folded the
shipped cosim / CUDA-HIP timing implementation-plan docs into an ADR 0017
amendment; repointed in-book links to repo files (CHANGELOG, tests,
packaging) at GitHub URLs.