File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88### Language Support
9+ ### Notable Breaking Changes
10+ ### New Features
11+ ### Improvements
12+ ### Fixes
13+ ### Tools & Bindings
14+
15+
16+ ## [ v9.0] - 2025-07-30
17+ ### Language Support
918* Added support for clock flow, clock resolution, and clock inference rules in checkers and assertions
1019 * Various cases of invalid clock usage will now issue appropriate errors
1120 * Clock resolution is also performed for the sampled value system functions
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
2828include (gitversion)
2929get_git_version(SLANG_VERSION_PATCH SLANG_VERSION_HASH)
3030
31- set (SLANG_VERSION_MAJOR 8 )
32- set (SLANG_VERSION_MINOR 1 )
31+ set (SLANG_VERSION_MAJOR 9 )
32+ set (SLANG_VERSION_MINOR 0 )
3333set (SLANG_VERSION_STRING
3434 "${SLANG_VERSION_MAJOR} .${SLANG_VERSION_MINOR} .${SLANG_VERSION_PATCH} " )
3535message (STATUS "slang version: ${SLANG_VERSION_STRING} +${SLANG_VERSION_HASH} " )
Original file line number Diff line number Diff line change 11[project ]
22name = " pyslang"
3- version = " 8.1 .0"
3+ version = " 9.0 .0"
44description = " Python bindings for slang, a library for compiling SystemVerilog"
55readme = { file = " README.md" , content-type = " text/markdown" }
66authors = [{ name = " Mike Popoloski" }]
You can’t perform that action at this time.
0 commit comments