Skip to content

Releases: lowRISC/dvsim

v1.19.0

01 Apr 16:06

Choose a tag to compare

v1.19.0 (2026-04-01)

This release is published under the Apache-2.0 License.

Features

  • Add new JobStatusInfo model (63e8d12)

  • Introduce JobSpec.id property (c874331)

  • Introduce LegacyLauncherAdapter runtime backend (65df3d6)

  • Introduce abstract RuntimeBackend base class (cbb46d2)


Detailed Changes: v1.18.0...v1.19.0

v1.18.0

01 Apr 11:17

Choose a tag to compare

v1.18.0 (2026-04-01)

This release is published under the Apache-2.0 License.

Features

  • Rename 'Dispatched' job status to 'Running' (66f8205)

Refactoring

  • Create status link directories from the JobStatus Enum (04f6a9b)

  • Move print_msg_list to a separate print util (3ee54b9)

  • Move scheduler & status printer into separate module (ef44a6a)

  • Rename JobStatus.ended to JobStatus.is_terminal (25aab7f)


Detailed Changes: v1.17.4...v1.18.0

v1.17.4

01 Apr 11:15

Choose a tag to compare

v1.17.4 (2026-04-01)

This release is published under the Apache-2.0 License.

Refactoring

  • Make timeout seconds a JobSpec property (ef48cc7)

  • Pass renew_odir through the JobSpec instead of pre_launch (a57a94c)

  • Remove pre_launch Launcher inversion of control (b65fdc7)


Detailed Changes: v1.17.3...v1.17.4

v1.17.3

30 Mar 10:24

Choose a tag to compare

v1.17.3 (2026-03-30)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Tee interactive job stdout/stderr to the log file (6d1f83c)

Refactoring

  • Remove gui attribute from the JobSpec model (7fa03ed)

Detailed Changes: v1.17.2...v1.17.3

v1.17.2

30 Mar 10:21

Choose a tag to compare

v1.17.2 (2026-03-30)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Sim flow result pass/total count aggregation (48ec7ba)

Detailed Changes: v1.17.1...v1.17.2

v1.17.1

30 Mar 10:18

Choose a tag to compare

v1.17.1 (2026-03-30)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Restore RunTest simulation time parsing (8ebb0c1)

Refactoring

  • Use format string for local launcher log instead of fstring (bdbf0b4)

Testing

  • Expect a ValueError on a dependency cycle (0d83b97)

  • Fix & improve status checks in scheduler job dependency tests (f05d71d)

  • Fix test_job_priority scheduler test (6054386)

  • Remove test_same_name_different_targets (f4256f1)


Detailed Changes: v1.17.0...v1.17.1

v1.17.0

27 Mar 15:58

Choose a tag to compare

v1.17.0 (2026-03-27)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Ensure default terminal restored after SIGINT with Enlighten (d534fbd)

Features

  • Expand Enlighten running status truncation to terminal width (e1b5fa9)

Detailed Changes: v1.16.3...v1.17.0

v1.16.3

27 Mar 14:36

Choose a tag to compare

v1.16.3 (2026-03-27)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Round RSS byte averages in resource instrumentation (519b065)

Refactoring

  • Switch to time.perf_counter for instrumentation (bd4b77d)

Detailed Changes: v1.16.2...v1.16.3

v1.16.2

27 Mar 14:33

Choose a tag to compare

v1.16.2 (2026-03-27)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Stop adding build job dependencies if running with --run-only (96735a1)

Detailed Changes: v1.16.1...v1.16.2

v1.16.1

27 Mar 14:32

Choose a tag to compare

v1.16.1 (2026-03-27)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Document --interactive reseed assumption (788ea25)

Detailed Changes: v1.16.0...v1.16.1