There was an error while loading. Please reload this page.
2 parents fed2432 + 9e25bcd commit e213f5bCopy full SHA for e213f5b
1 file changed
Makefile
@@ -79,7 +79,7 @@ SURELOG_VERSION := 1.84
79
VERIBLE_VERSION := 0.1.0
80
YOSYS_VERSION := 0.47
81
SYNLIG_VERSION := 2024-11-29-10efd31
82
-VERILATOR_VERSION := 5.030
+VERILATOR_VERSION := 5.032
83
SIMVIEW_VERSION := 0.0.1
84
SURFER_VERSION := 0.0.1
85
@@ -359,7 +359,7 @@ verible: verible/libs ## build verible
359
360
verible/install: verible/libs ## build and install verible
361
mkdir -p $(BIN_DIR)
362
- cd verible && bazel run -c opt :install -- $(BIN_DIR)
+ cd verible && .github/bin/simple-install.sh $(BIN_DIR)
363
364
verible/debian: ## build debian package for verible
365
mkdir -p verible/debian/DEBIAN
0 commit comments