mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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:
parent
974ae7ec18
commit
65d0ce7b76
21
bucket/yosys.json
Normal file
21
bucket/yosys.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user