From 65d0ce7b763f016d4138b5b356e037c6bffbf35b Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 3 Nov 2020 08:55:15 +0100 Subject: [PATCH] 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 --- bucket/yosys.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/yosys.json diff --git a/bucket/yosys.json b/bucket/yosys.json new file mode 100644 index 0000000000..0225d9504f --- /dev/null +++ b/bucket/yosys.json @@ -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" + } +}