Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Apr 27, 2024
1 parent 2221027 commit cc20ebe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/verilator/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ set -e
# of the script
ensure_nanolayer nanolayer_location "v0.5.4"

VERILATOR_VERSION="$VERSION"

. /etc/os-release

ASSET_REGEX="verilator-${ID}-${VERSION_ID}.zip"
Expand All @@ -20,7 +22,7 @@ $nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.25" \
--option repo='veryl-lang/verilator-package' --option binaryNames='verilator' --option version="$VERSION" --option assetRegex="$ASSET_REGEX"
--option repo='veryl-lang/verilator-package' --option binaryNames='verilator' --option version="$VERILATOR_VERSION" --option assetRegex="$ASSET_REGEX"



Expand Down

0 comments on commit cc20ebe

Please sign in to comment.