File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ The changes in each SiliconCompiler release version are described below. Commit
88version shown in (). Where applicable, the contributors that suggested a given
99feature are shown in [].
1010
11+ SiliconCompiler 0.35.1 (2025-10-17)
12+ =========================================
13+
14+ **Minor: **
15+
16+ * Added support for providing external tool install scripts and groups to sc-install.
17+ * Fixed installation order in `sc-install ` to use lists instead of sets, preserving the intended group ordering.
18+ * Fixed path handling to correctly resolve paths when dataroot starts with an environment variable.
19+ * Updated task scheduling to more reliably honor the node order defined in the flowgraph.
20+
21+ * Tools:
22+
23+ * opensta: reimplemented task skipping logic for FPGA timing analysis.
24+
25+
1126SiliconCompiler 0.35.0 (2025-10-08)
1227=========================================
1328
Original file line number Diff line number Diff line change 11# Version number following semver standard.
2- version = '0.35.0 '
2+ version = '0.35.1 '
33
44# Default server address for remote runs, if unspecified.
55default_server = 'https://server.siliconcompiler.com'
You can’t perform that action at this time.
0 commit comments