Skip to content

Commit

Permalink
Merge pull request #2342 from siliconcompiler/version0.21.9
Browse files Browse the repository at this point in the history
version 0.21.9
  • Loading branch information
gadfort committed Apr 13, 2024
2 parents 41cb3b3 + 911859f commit c197352
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Expand Up @@ -8,6 +8,18 @@ The changes in each SiliconCompiler release version are described below. Commit
version shown in (). Where applicable, the contributors that suggested a given
feature are shown in [].

SiliconCompiler 0.21.9 (2024-04-12)
=========================================

**Minor:**

* General cleanup of documentation building.

* Tools:

* yosys: added support for specifying blackbox models via ['tool', 'yosys', 'task', 'syn_asic', 'var', 'blackbox_modules']


SiliconCompiler 0.21.8 (2024-04-11)
=========================================

Expand Down
2 changes: 1 addition & 1 deletion siliconcompiler/_metadata.py
@@ -1,5 +1,5 @@
# Version number following semver standard.
version = '0.21.8'
version = '0.21.9'

# Default server address for remote runs, if unspecified.
default_server = 'https://server.siliconcompiler.com'
Expand Down

0 comments on commit c197352

Please sign in to comment.