Skip to content

Releases: lowRISC/dvsim

v1.5.0

21 Nov 19:03

Choose a tag to compare

v1.5.0 (2025-11-21)

Bug Fixes

  • Use git commit directly from git (835926b)

Features

  • Add git utils for getting git commit hash (0cbdc49)

Detailed Changes: v1.4.0...v1.5.0

v1.4.0

21 Nov 12:12

Choose a tag to compare

v1.4.0 (2025-11-21)

Chores

Features

  • Add report generation from JSON (69d8da6)

Refactoring

  • Move cli from module to package (865d28a)

Detailed Changes: v1.3.1...v1.4.0

v1.3.1

21 Nov 10:43

Choose a tag to compare

v1.3.1 (2025-11-21)

Bug Fixes

  • Restore variant to the report (87077a1)

  • Summary json link name (320b697)

  • Upper case the block names to match the previous reports (8f2e2eb)

Refactoring


Detailed Changes: v1.3.0...v1.3.1

v1.3.0

18 Nov 14:29

Choose a tag to compare

v1.3.0 (2025-11-18)

Features

  • Add block report template (6e716fe)

  • Add jinja2 template renderer (efeb68a)

  • Add report generation from templates (14406e4)

  • Add summary report template (fa0852a)

  • Redirect template (02b05fe)

Refactoring

  • Clean up unused functions (40958fd)

  • Tidy up results generation with direct model creation (75d91a3)


Detailed Changes: v1.2.0...v1.3.0

v1.2.0

14 Nov 18:14

Choose a tag to compare

v1.2.0 (2025-11-14)

Features

  • Add JSON summary generation (701cf04)

  • Add ResultsSummary model (2c5b1e9)


Detailed Changes: v1.1.0...v1.2.0

v1.1.0

13 Nov 16:32

Choose a tag to compare

v1.1.0 (2025-11-13)

Features

  • Add SimTool interface and implementations (b649826)

Refactoring

  • Use the tool plugins directly (b6416fa)

Testing

  • Add initial tests for the VCS tool plugin. (21edab1)

  • Add tests for the tool plugin system (b883b7b)


Detailed Changes: v1.0.6...v1.1.0

v1.0.6

12 Nov 16:06

Choose a tag to compare

v1.0.6 (2025-11-12)

Bug Fixes

  • Report item filtering (4b5d01d)

  • Run and sim time precision and units (8af1207)


Detailed Changes: v1.0.5...v1.0.6

v1.0.5

11 Nov 16:07

Choose a tag to compare

v1.0.5 (2025-11-11)

Chores

Refactoring

  • Add JobSpec common abstraction (be1e1e1)

  • Migrate from Depoy.dump to JobSpec.model_dump (91ac90e)


Detailed Changes: v1.0.4...v1.0.5

v1.0.4

06 Nov 12:10

Choose a tag to compare

v1.0.4 (2025-11-06)

Code Style

  • Linting, docstrings and typing (08b8e6d)

Refactoring

  • Add WorkspaceCfg (9a7a08e)

  • Improvements in lsf launcher (d64033d)

  • Make cov_db_dirs deterministic (3bb06fc)

  • Rename model_dump -> dump (53bbfd4)

Testing

  • Add initial CompileSim unittest (e8d5279)

Detailed Changes: v1.0.3...v1.0.4

v1.0.3

30 Oct 16:25

Choose a tag to compare

v1.0.3 (2025-10-30)

Bug Fixes

  • Add missing concrete implementations (49786d0)

  • Remove dependency on launcher (c135fa6)

Code Style

  • Improved docstrings and linting fixes (bc1cdef)

Detailed Changes: v1.0.2...v1.0.3