File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed
Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88
99[project ]
1010name = " dvsim"
11- version = " 1.31 .0"
11+ version = " 1.32 .0"
1212description = " DV system"
1313authors = [{name = " lowRISC contributors (OpenTitan project)" }]
1414readme = " README.md"
You can’t perform that action at this time.
0 commit comments