yosys: Add version 0.9 (#1539)

* yosys: Add version 0.9

* yosys: Add new line at end of the file

* yosys: Remove the autoupdate notes

* yosys: Sort according to the template
This commit is contained in:
Lukas 2020-11-03 08:55:15 +01:00 committed by GitHub
parent 974ae7ec18
commit 65d0ce7b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/yosys.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.9",
"description": "Open source framework for Verilog RTL synthesis.",
"homepage": "http://www.clifford.at/yosys/about.html",
"license": "ISC",
"url": "http://www.clifford.at/yosys/nogit/win32/yosys-win32-mxebin-0.9.zip",
"hash": "D638D860DFF1F351C15FF0CAEAA668742649677B874B1A9BDB0B6CE0E54840F5",
"extract_dir": "yosys-win32-mxebin-0.9",
"bin": [
"yosys.exe",
"yosys-abc.exe"
],
"checkver": {
"url": "http://www.clifford.at/yosys/download.html",
"regex": "yosys-win32-mxebin-([\\d.]+).zip"
},
"autoupdate": {
"url": "http://www.clifford.at/yosys/nogit/win32/yosys-win32-mxebin-$version.zip",
"extract_dir": "yosys-win32-mxebin-$version"
}
}