Skip to content

Commit

Permalink
Merge pull request #24 from dau-dev/tkp/verilator
Browse files Browse the repository at this point in the history
bump verilator to 5.032
  • Loading branch information
timkpaine authored Jan 2, 2025
2 parents fed2432 + 9e25bcd commit e213f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SURELOG_VERSION := 1.84
VERIBLE_VERSION := 0.1.0
YOSYS_VERSION := 0.47
SYNLIG_VERSION := 2024-11-29-10efd31
VERILATOR_VERSION := 5.030
VERILATOR_VERSION := 5.032
SIMVIEW_VERSION := 0.0.1
SURFER_VERSION := 0.0.1

Expand Down Expand Up @@ -359,7 +359,7 @@ verible: verible/libs ## build verible

verible/install: verible/libs ## build and install verible
mkdir -p $(BIN_DIR)
cd verible && bazel run -c opt :install -- $(BIN_DIR)
cd verible && .github/bin/simple-install.sh $(BIN_DIR)

verible/debian: ## build debian package for verible
mkdir -p verible/debian/DEBIAN
Expand Down

0 comments on commit e213f5b

Please sign in to comment.