Skip to content

Commit aac45e3

Browse files
committed
Bump verilator to 5.032
1 parent f00addc commit aac45e3

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ build-verilator: ## build verilator
2626
cmake --install build
2727

2828
copy-verilator: ## copy verilator to bin
29-
cp build/src/verilator verilator/bin/verilator_bin
30-
rm -rf src build .gitmodules verilator/examples verilator/bin/verilator_ccache_report verilator/bin/verilator_difftree verilator/bin/verilator_gantt verilator/bin/verilator_profcfunc verilator/verilator-config-version.cmake verilator/verilator-config.cmake
31-
32-
copy-verilator-win: ## copy verilator.exe to bin
3329
rm -rf src build .gitmodules verilator/examples verilator/bin/verilator_ccache_report verilator/bin/verilator_difftree verilator/bin/verilator_gantt verilator/bin/verilator_profcfunc verilator/verilator-config-version.cmake verilator/verilator-config.cmake
3430

3531
update-verilator-config:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the verilator-python authors", email = "dev@dau.dev"}]
88
description = "Python wrapping/binding for verilator"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "5.30.3"
11+
version = "5.32.0"
1212
requires-python = ">=3.9"
1313
keywords = []
1414

@@ -47,7 +47,7 @@ Repository = "https://github.com/dau-dev/verilator-python"
4747
Homepage = "https://github.com/dau-dev/verilator-python"
4848

4949
[tool.bumpversion]
50-
current_version = "5.30.3"
50+
current_version = "5.32.0"
5151
commit = true
5252
tag = true
5353

@@ -86,7 +86,7 @@ environment = {MACOSX_DEPLOYMENT_TARGET="11.0"}
8686
archs = "arm64"
8787

8888
[tool.cibuildwheel.windows]
89-
before-all = """make dependencies-win && make build-verilator && make copy-verilator-win && make update-verilator-config"""
89+
before-all = """make dependencies-win && make build-verilator && make copy-verilator && make update-verilator-config"""
9090
archs = "AMD64"
9191
environment = {WIN_FLEX_BISON="C:/ProgramData/chocolatey/lib/winflexbison3/tools"}
9292
skip = "*win32 *arm_64"

src

Submodule src updated 732 files

verilator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.30.3"
1+
__version__ = "5.32.0"

0 commit comments

Comments
 (0)