Skip to content

Bump verilator to 5.032 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ build-verilator: ## build verilator
cmake --install build

copy-verilator: ## copy verilator to bin
cp build/src/verilator verilator/bin/verilator_bin
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

copy-verilator-win: ## copy verilator.exe to bin
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

update-verilator-config:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "the verilator-python authors", email = "dev@dau.dev"}]
description = "Python wrapping/binding for verilator"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "5.30.3"
version = "5.32.0"
requires-python = ">=3.9"
keywords = []

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

[tool.bumpversion]
current_version = "5.30.3"
current_version = "5.32.0"
commit = true
tag = true

Expand Down Expand Up @@ -86,7 +86,7 @@ environment = {MACOSX_DEPLOYMENT_TARGET="11.0"}
archs = "arm64"

[tool.cibuildwheel.windows]
before-all = """make dependencies-win && make build-verilator && make copy-verilator-win && make update-verilator-config"""
before-all = """make dependencies-win && make build-verilator && make copy-verilator && make update-verilator-config"""
archs = "AMD64"
environment = {WIN_FLEX_BISON="C:/ProgramData/chocolatey/lib/winflexbison3/tools"}
skip = "*win32 *arm_64"
Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated 732 files
2 changes: 1 addition & 1 deletion verilator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.30.3"
__version__ = "5.32.0"