Skip to content

Commit e213f5b

Browse files
authored
Merge pull request #24 from dau-dev/tkp/verilator
bump verilator to 5.032
2 parents fed2432 + 9e25bcd commit e213f5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SURELOG_VERSION := 1.84
7979
VERIBLE_VERSION := 0.1.0
8080
YOSYS_VERSION := 0.47
8181
SYNLIG_VERSION := 2024-11-29-10efd31
82-
VERILATOR_VERSION := 5.030
82+
VERILATOR_VERSION := 5.032
8383
SIMVIEW_VERSION := 0.0.1
8484
SURFER_VERSION := 0.0.1
8585

@@ -359,7 +359,7 @@ verible: verible/libs ## build verible
359359

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

364364
verible/debian: ## build debian package for verible
365365
mkdir -p verible/debian/DEBIAN

0 commit comments

Comments
 (0)