update to 0.14 snapshot
This commit is contained in:
parent
7e663f070c
commit
c7f61b2038
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@
|
|||
/yosys-cdb5711.tar.gz
|
||||
/yosys-84f0df1.tar.gz
|
||||
/yosys-0e97c3f.tar.gz
|
||||
/yosys-a41c1df.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (yosys-0e97c3f.tar.gz) = e63c3c58f6851e494a6f8df0cb7a9ca1fc7f286d25fd14291235988b923d59650f86a4141ea41ba218276754caa9f83a9373898aa370e91ac30bc325de53f9e6
|
||||
SHA512 (yosys-a41c1df.tar.gz) = cdcfd737c6ea20af8c5fab3d723409cd7a7a518dee0809ec7318be069d219aa4e531788a1f02fc9216af212da6c811062bfc2b594166100a0b2d194749f0f335
|
||||
SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc
|
||||
|
|
|
|||
11
yosys.spec
11
yosys.spec
|
|
@ -1,13 +1,13 @@
|
|||
%global commit0 0e97c3fd740b2f2d137d4db7e9a89cf29c66ddb7
|
||||
%global commit0 a41c1df76f724476136e2668405ccae05494ebb8
|
||||
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global snapdate 20220127
|
||||
%global snapdate 20220222
|
||||
|
||||
%global __python %{__python3}
|
||||
|
||||
Name: yosys
|
||||
Version: 0.13
|
||||
Release: 2.%{snapdate}git%{shortcommit0}%{?dist}
|
||||
Version: 0.14
|
||||
Release: 1.%{snapdate}git%{shortcommit0}%{?dist}
|
||||
Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer
|
||||
License: ISC and MIT
|
||||
URL: http://www.clifford.at/yosys/
|
||||
|
|
@ -171,6 +171,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 22 2022 Gabriel Somlo <gsomlo@gmail.com> - 0.14.1.20220222gita41c1df
|
||||
- update to 0.14 snapshot
|
||||
|
||||
* Thu Jan 27 2022 Gabriel Somlo <gsomlo@gmail.com> - 0.13.2.20220127git0e97c3f
|
||||
- update to newer 0.13 snapshot
|
||||
- remove pdf manual patch (issue fixed upstream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue