Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 14457db960 | |||
| e5dcea253a | |||
| 4fa96c784e | |||
| ee9c201fee |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be6af6572757013802be5b0ff9c64cbf509e98066737866abaae692fe04edf09
|
||||
size 2623600
|
||||
3
verilator-5.038.tar.gz
Normal file
3
verilator-5.038.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8c03105224fa034095ba6c8a06443f61f6f59e1d72f76b718f89060e905a0d4
|
||||
size 35611791
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 13:19:50 UTC 2025 - Yousaf Kaukab <yousaf.kaukab@suse.com>
|
||||
|
||||
- Update to v5.038. For a list of changes, see included Changes or
|
||||
https://github.com/verilator/verilator/blob/v5.038/Changes
|
||||
- Add requirement for python >= 3.7 as build fails with earlier versions.
|
||||
- Don't move devel files and keep them at the default location. This also
|
||||
fixes the the location reported by pkg-config.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 15:28:51 UTC 2025 - Yousaf Kaukab <yousaf.kaukab@suse.com>
|
||||
|
||||
- Update to v5.036. For a list of changes, see included Changes or
|
||||
https://github.com/verilator/verilator/blob/v5.036/Changes
|
||||
- See https://verilator.org/guide/latest/ for documentation
|
||||
- Add man pages for verilator_gantt and verilator_profcfunc
|
||||
- Add following build requirements
|
||||
help2man
|
||||
python3-devel
|
||||
python3-distro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 13:07:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package verilator
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: verilator
|
||||
Version: 4.228
|
||||
Version: 5.038
|
||||
Release: 0
|
||||
Summary: Compiling Verilog HDL simulator
|
||||
License: Artistic-2.0 OR LGPL-3.0-only
|
||||
@@ -29,8 +29,11 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdb
|
||||
BuildRequires: help2man
|
||||
BuildRequires: perl
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-devel >= 3.7
|
||||
BuildRequires: python3-distro
|
||||
|
||||
%description
|
||||
Verilator compiles synthesizable Verilog (not test-bench code), plus
|
||||
@@ -77,10 +80,6 @@ autoconf
|
||||
install -d %{buildroot}%{_docdir}/%{name}/
|
||||
mv %{buildroot}%{_datadir}/verilator/examples %{buildroot}%{_docdir}/%{name}/examples
|
||||
|
||||
# fix install of devel files
|
||||
mkdir -p %{buildroot}%{_includedir}/
|
||||
mv %{buildroot}%{_datadir}/verilator/include/ %{buildroot}%{_includedir}/verilator
|
||||
|
||||
%check
|
||||
mkdir -p "~/.config/gdb/"
|
||||
echo "set auto-load safe-path /" > "~/.config/gdb/gdbinit"
|
||||
@@ -91,6 +90,7 @@ make test
|
||||
%license Artistic LICENSE
|
||||
%doc Changes README.rst
|
||||
%exclude %{_docdir}/%{name}/examples/
|
||||
%exclude %{_datadir}/verilator/include
|
||||
%{_bindir}/verilator
|
||||
%{_bindir}/verilator_bin
|
||||
%{_bindir}/verilator_bin_dbg
|
||||
@@ -101,10 +101,12 @@ make test
|
||||
%{_datadir}/verilator
|
||||
%{_mandir}/man1/verilator.1%{?ext_man}
|
||||
%{_mandir}/man1/verilator_coverage.1%{?ext_man}
|
||||
%{_mandir}/man1/verilator_gantt.1%{?ext_man}
|
||||
%{_mandir}/man1/verilator_profcfunc.1%{?ext_man}
|
||||
|
||||
%files devel
|
||||
%{_datadir}/verilator/include
|
||||
%{_datadir}/pkgconfig/verilator.pc
|
||||
%{_includedir}/verilator
|
||||
|
||||
%files examples
|
||||
%doc %{_docdir}/%{name}/examples/
|
||||
|
||||
Reference in New Issue
Block a user