2000-06-10 19:51:40 +02:00
|
|
|
Summary: Icarus Verilog
|
|
|
|
|
Name: verilog
|
2008-04-29 21:03:22 +02:00
|
|
|
Version: 0.9.0.20080429
|
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-04-29 21:03:22 +02:00
|
|
|
Source: verilog-20080429.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-04-29 21:03:22 +02:00
|
|
|
%setup -n verilog-20080429
|
2000-06-10 19:51:40 +02:00
|
|
|
|
|
|
|
|
%build
|
2006-10-09 20:56:17 +02:00
|
|
|
./configure --prefix=/usr --mandir='$(prefix)/share/man'
|
2000-06-10 19:51:40 +02:00
|
|
|
make CXXFLAGS=-O
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make prefix=$RPM_BUILD_ROOT/usr install
|
|
|
|
|
|
2007-03-02 02:30:47 +01:00
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2000-06-10 19:51:40 +02:00
|
|
|
%files
|
|
|
|
|
|
2003-04-12 22:20:42 +02: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 xnf.txt tgt-fpga/fpga.txt cadpli/cadpli.txt xilinx-hint.txt
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) %doc examples/*
|
|
|
|
|
|
2006-09-29 03:32:17 +02:00
|
|
|
%attr(-,root,root) /usr/share/man/man1/iverilog.1.gz
|
2006-04-10 05:05:54 +02:00
|
|
|
#%attr(-,root,root) /usr/man/man1/iverilog-fpga.1.gz
|
2006-09-29 03:32:17 +02:00
|
|
|
%attr(-,root,root) /usr/share/man/man1/iverilog-vpi.1.gz
|
|
|
|
|
%attr(-,root,root) /usr/share/man/man1/vvp.1.gz
|
2001-02-04 02:00:51 +01:00
|
|
|
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/bin/iverilog
|
2002-04-07 02:47:10 +02:00
|
|
|
%attr(-,root,root) /usr/bin/iverilog-vpi
|
2001-03-24 23:58:56 +01:00
|
|
|
%attr(-,root,root) /usr/bin/vvp
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/ivl
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/ivlpp
|
2000-12-02 06:07:14 +01:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/null.tgt
|
2003-11-13 06:54:03 +01:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/null.conf
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/null-s.conf
|
2006-02-15 19:42:42 +01:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/stub.tgt
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/stub.conf
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/stub-s.conf
|
2003-11-13 06:54:03 +01:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/vvp.tgt
|
2003-11-01 05:22:50 +01:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/vvp.conf
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/vvp-s.conf
|
2006-02-15 19:42:42 +01:00
|
|
|
#%attr(-,root,root) /usr/lib/ivl/fpga.tgt
|
|
|
|
|
#%attr(-,root,root) /usr/lib/ivl/fpga.conf
|
|
|
|
|
#%attr(-,root,root) /usr/lib/ivl/fpga-s.conf
|
|
|
|
|
#%attr(-,root,root) /usr/lib/ivl/xnf.conf
|
|
|
|
|
#%attr(-,root,root) /usr/lib/ivl/xnf-s.conf
|
2004-06-17 16:47:22 +02:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/system.sft
|
2003-10-09 01:17:39 +02:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/system.vpi
|
2003-10-10 05:34:38 +02:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/cadpli.vpl
|
2003-10-09 01:17:39 +02:00
|
|
|
%attr(-,root,root) /usr/lib/libvpi.a
|
2003-10-09 02:37:58 +02:00
|
|
|
%attr(-,root,root) /usr/lib/libveriuser.a
|
2000-08-20 06:13:56 +02:00
|
|
|
%attr(-,root,root) /usr/include/ivl_target.h
|
2000-06-16 20:59:07 +02:00
|
|
|
%attr(-,root,root) /usr/include/vpi_user.h
|
2002-05-23 05:46:42 +02:00
|
|
|
%attr(-,root,root) /usr/include/acc_user.h
|
2002-05-19 07:21:00 +02:00
|
|
|
%attr(-,root,root) /usr/include/veriuser.h
|
2003-04-12 21:19:21 +02:00
|
|
|
%attr(-,root,root) /usr/include/_pli_types.h
|
2007-03-04 21:49:49 +01:00
|
|
|
|
|
|
|
|
%changelog -n verilog
|
|
|
|
|
* Sun Feb 28 2007 - steve@icarus.com
|
|
|
|
|
- Added formatting suitable for openSUSE packaging.
|
2008-01-26 02:33:32 +01:00
|
|
|
|
|
|
|
|
* Fri Jan 25 2008 - steve@icarus.com
|
|
|
|
|
- Removed vvp32 support for x86_64 build.
|