Skip to content

Commit

Permalink
Use release tag for Yosys bundle.
Browse files Browse the repository at this point in the history
Until now there wasn't one that's release-tagged.
  • Loading branch information
whitequark committed Jan 17, 2024
1 parent c2876a5 commit 899ae65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the YoWASP toolchain extension will be documented in this

## 0.2.6

- None yet.
- Use release version of Yosys instead of latest build by default.

## 0.2.5

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ By default, this extension downloads the latest version of each tool (which can
{
"yowaspToolchain.bundleBaseURL": "https://cdn.jsdelivr.net/npm/",
"yowaspToolchain.bundles": [
"@yowasp/yosys",
"@yowasp/yosys@release",
"@yowasp/nextpnr-ice40",
"@yowasp/nextpnr-ecp5"
"@yowasp/nextpnr-machxo2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "string"
},
"default": [
"@yowasp/yosys",
"@yowasp/yosys@release",
"@yowasp/nextpnr-ice40",
"@yowasp/nextpnr-ecp5",
"@yowasp/nextpnr-machxo2",
Expand Down

0 comments on commit 899ae65

Please sign in to comment.