Skip to content

Releases: FPGA-Research/SDF-toolkit

v0.3.0

10 Jun 09:07
515ac2b

Choose a tag to compare

0.3.0 (2026-06-10)

Features

  • parser: support PERIOD timing checks (#7) (0920f9c)

v0.2.0

09 Jun 21:56
48865e4

Choose a tag to compare

0.2.0 (2026-06-09)

Features

  • pathgraph: add traverse_registers option to TimingGraph (#5) (6b2802a)

v0.1.2

09 Jun 15:25
732dd6d

Choose a tag to compare

0.1.2 (2026-06-09)

Bug Fixes

  • correct path computation bugs in pathgraph (d082545)
  • parser: accept $ in unquoted SDF names (48a472c)

v0.1.1

04 Mar 10:36
7abc580

Choose a tag to compare

0.1.1 (2026-02-27)

Bug Fixes

  • regression on python3.11 StrEnum (9ea036d)

v0.1.0

25 Feb 13:38
d2bb9c4

Choose a tag to compare

0.1.0 (2026-02-25)

Features

Bug Fixes

  • config: fix CI, ruff, pre-commit config and remove stale files (df7f8c5)
  • emit: fix None rendering in templates and emit header info (d3e7711)
  • fix name type collison (1122593)
  • lint: add docstrings and fix all ruff lint errors (5f295be)
  • parser: eliminate transformer state leak and caching inconsistency (92e8d6b)
  • relocate main.py, add comment support, public API, and docstring (296ac11)

Documentation

  • Improve the README further. (32ddbc8)