Skip to content

Commit 941dee4

Browse files
committed
Bump verilator to 5.032
1 parent f00addc commit 941dee4

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +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
3029
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
3130

3231
copy-verilator-win: ## copy verilator.exe to bin

pyproject.toml

Lines changed: 2 additions & 2 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

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)