Skip to content

Commit cda8cd4

Browse files
committed
Bump version to v1.32.0
1 parent 030a584 commit cda8cd4

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
<!-- version list -->
44

5+
## v1.32.0 (2026-04-17)
6+
7+
### Bug Fixes
8+
9+
- Handle missing score metric in Xcelium sim tool coverage summary
10+
([`1cc4dfc`](https://github.com/lowRISC/dvsim/commit/1cc4dfc384da98509cc0ea3f52973f6ddcffe4fe))
11+
12+
- Remove superfluous `Path` construction in xcelium sim tool
13+
([`b4c1c24`](https://github.com/lowRISC/dvsim/commit/b4c1c2417838a3e0299fb747bda92e134de30b5e))
14+
15+
- Xcelium sim tool pyright/ruff errors
16+
([`5cd1ea1`](https://github.com/lowRISC/dvsim/commit/5cd1ea10180705240ff494f847e966b38badf3a5))
17+
18+
### Features
19+
20+
- Add command line resource options & integrate with the base flow
21+
([`bdc4098`](https://github.com/lowRISC/dvsim/commit/bdc4098a6d4db9a1884dc1a1a0f3cd68a0c65555))
22+
23+
- Integrate resources into the scheduler to limit parallelism
24+
([`f205446`](https://github.com/lowRISC/dvsim/commit/f2054466243fbbe278f2dd97d15c2bcd3822a7f3))
25+
26+
- Introduce ResourceProvider abstraction and a ResourceManager
27+
([`3713a07`](https://github.com/lowRISC/dvsim/commit/3713a078fbd14b452a901204eb432283519380e3))
28+
29+
### Refactoring
30+
31+
- Change Scheduler `max_parallelism` type
32+
([`d3494a3`](https://github.com/lowRISC/dvsim/commit/d3494a3c35147fc5c378f7147d19495707cb6ae6))
33+
34+
### Testing
35+
36+
- Add scheduler tests for resource-level parallelism
37+
([`030a584`](https://github.com/lowRISC/dvsim/commit/030a58440e6981b7bcbeca8ede4bb98edbd015f2))
38+
39+
540
## v1.31.0 (2026-04-16)
641

742
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[project]
1010
name = "dvsim"
11-
version = "1.31.0"
11+
version = "1.32.0"
1212
description = "DV system"
1313
authors = [{name = "lowRISC contributors (OpenTitan project)"}]
1414
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)