2008-05-02 06:54:34 +02:00
|
|
|
#norootforbuild
|
|
|
|
|
#
|
2008-11-19 00:37:42 +01:00
|
|
|
%define rev_date 20081118
|
2008-05-02 06:54:34 +02:00
|
|
|
#
|
|
|
|
|
#
|
2000-06-10 19:51:40 +02:00
|
|
|
Summary: Icarus Verilog
|
|
|
|
|
Name: verilog
|
2008-05-02 06:54:34 +02:00
|
|
|
Version: 0.9.0.%{rev_date}
|
2001-03-24 23:58:56 +01:00
|
|
|
Release: 0
|
2006-06-24 07:21:07 +02:00
|
|
|
License: GPL
|
2007-03-04 21:49:49 +01:00
|
|
|
Group: Productivity/Scientific/Electronics
|
2008-05-02 06:54:34 +02:00
|
|
|
Source: verilog-%{rev_date}.tar.gz
|
2000-06-10 19:51:40 +02:00
|
|
|
URL: http://www.icarus.com/eda/verilog/index.html
|
|
|
|
|
Packager: Stephen Williams <steve@icarus.com>
|
|
|
|
|
|
2008-03-14 23:58:51 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
2003-08-10 19:42:33 +02:00
|
|
|
|
2007-03-02 02:30:47 +01:00
|
|
|
BuildRequires: gcc-c++, zlib-devel, bison, flex, gperf, readline-devel
|
|
|
|
|
|
2000-06-10 19:51:40 +02:00
|
|
|
# This provides tag allows me to use a more specific name for things
|
|
|
|
|
# that actually depend on me, Icarus Verilog.
|
|
|
|
|
Provides: iverilog
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Icarus Verilog is a Verilog compiler that generates a variety of
|
2001-02-04 01:03:57 +01:00
|
|
|
engineering formats, including simulation. It strives to be true
|
|
|
|
|
to the IEEE-1364 standard.
|
2000-06-10 19:51:40 +02:00
|
|
|
|
|
|
|
|
%prep
|
2008-05-02 06:54:34 +02:00
|
|
|
%setup -n verilog-%{rev_date}
|
2000-06-10 19:51:40 +02:00
|
|
|
|
|
|
|
|
%build
|
2008-05-02 06:54:34 +02:00
|
|
|
%{configure}
|
2000-06-10 19:51:40 +02:00
|
|
|
make CXXFLAGS=-O
|
|
|
|
|
|
|
|
|
|
%install
|
2008-05-02 06:54:34 +02:00
|
|
|
%{makeinstall}
|
2000-06-10 19:51:40 +02:00
|
|
|
|
2007-03-02 02:30:47 +01:00
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2000-06-10 19:51:40 +02:00
|
|
|
%files
|
|
|
|
|
|
2008-11-19 00:37:42 +01:00
|
|
|
%attr(-,root,root) %doc COPYING README.txt BUGS.txt QUICK_START.txt ieee1364-notes.txt mingw.txt swift.txt netlist.txt t-dll.txt vpi.txt cadpli/cadpli.txt
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) %doc examples/*
|
|
|
|
|
|
2008-05-02 06:54:34 +02:00
|
|
|
%attr(-,root,root) %{_mandir}/man1/iverilog.1.gz
|
|
|
|
|
%attr(-,root,root) %{_mandir}/man1/iverilog-vpi.1.gz
|
|
|
|
|
%attr(-,root,root) %{_mandir}/man1/vvp.1.gz
|
2001-02-04 02:00:51 +01:00
|
|
|
|
2008-05-02 06:54:34 +02:00
|
|
|
%attr(-,root,root) %{_bindir}/iverilog
|
|
|
|
|
%attr(-,root,root) %{_bindir}/iverilog-vpi
|
|
|
|
|
%attr(-,root,root) %{_bindir}/vvp
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/ivl
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/ivlpp
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/null.tgt
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/null.conf
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/null-s.conf
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/stub.tgt
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/stub.conf
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/stub-s.conf
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/vvp.tgt
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/vvp.conf
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/vvp-s.conf
|
2008-08-31 02:09:51 +02:00
|
|
|
%attr(-,root,root) %{_libdir}/ivl/vhdl.tgt
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/vhdl.conf
|
2008-11-19 00:37:42 +01:00
|
|
|
%attr(-,root,root) %{_libdir}/ivl/vhdl-s.conf
|
2008-05-02 06:54:34 +02:00
|
|
|
%attr(-,root,root) %{_libdir}/ivl/system.sft
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/system.vpi
|
2008-08-31 02:09:51 +02:00
|
|
|
%attr(-,root,root) %{_libdir}/ivl/va_math.sft
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/va_math.vpi
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/v2005_math.sft
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/v2005_math.vpi
|
2008-05-02 06:54:34 +02:00
|
|
|
%attr(-,root,root) %{_libdir}/ivl/cadpli.vpl
|
|
|
|
|
%attr(-,root,root) %{_libdir}/libvpi.a
|
|
|
|
|
%attr(-,root,root) %{_libdir}/libveriuser.a
|
2008-08-31 02:09:51 +02:00
|
|
|
%attr(-,root,root) %{_libdir}/ivl/include/constants.vams
|
|
|
|
|
%attr(-,root,root) %{_libdir}/ivl/include/disciplines.vams
|
2008-11-26 01:38:09 +01:00
|
|
|
%attr(-,root,root) /usr/include/iverilog/ivl_target.h
|
|
|
|
|
%attr(-,root,root) /usr/include/iverilog/vpi_user.h
|
|
|
|
|
%attr(-,root,root) /usr/include/iverilog/acc_user.h
|
|
|
|
|
%attr(-,root,root) /usr/include/iverilog/veriuser.h
|
|
|
|
|
%attr(-,root,root) /usr/include/iverilog/_pli_types.h
|
2007-03-04 21:49:49 +01:00
|
|
|
|
|
|
|
|
%changelog -n verilog
|
2008-11-26 01:38:09 +01:00
|
|
|
* Tue Nov 25 2008 - steve@icarus.com
|
|
|
|
|
- Move header files frim /verilog/ to /iverilog/
|
|
|
|
|
|
2008-11-19 00:37:42 +01:00
|
|
|
* Tue Nov 18 2008 - steve@icarus.com
|
|
|
|
|
- New snapshot 20080905
|
|
|
|
|
|
2008-09-06 02:44:41 +02:00
|
|
|
* Fri Sep 03 2008 - steve@icarus.com
|
|
|
|
|
- New snapshot 20080905
|
|
|
|
|
|
2008-08-31 02:09:51 +02:00
|
|
|
* Sat Aug 30 2008 - steve@icarus.com
|
|
|
|
|
- Add vhdl target files
|
|
|
|
|
- Add V/AMS header files.
|
|
|
|
|
|
2008-01-26 02:33:32 +01:00
|
|
|
* Fri Jan 25 2008 - steve@icarus.com
|
|
|
|
|
- Removed vvp32 support for x86_64 build.
|
2008-05-02 23:55:26 +02:00
|
|
|
|
|
|
|
|
* Sun Feb 28 2007 - steve@icarus.com
|
|
|
|
|
- Added formatting suitable for openSUSE packaging.
|