2000-06-10 19:51:40 +02:00
|
|
|
Summary: Icarus Verilog
|
|
|
|
|
Name: verilog
|
2000-08-20 06:13:56 +02:00
|
|
|
Version: 0.4
|
2001-02-04 01:03:57 +01:00
|
|
|
Release: 1
|
2000-06-10 19:51:40 +02:00
|
|
|
Copyright: GPL
|
|
|
|
|
Group: Applications/Engineering
|
2000-08-20 06:13:56 +02:00
|
|
|
Source: ftp://icarus.com/pub/eda/verilog/v0.4/verilog-0.4.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>
|
|
|
|
|
|
2001-02-04 02:00:51 +01:00
|
|
|
BuildRoot: /tmp/ivl
|
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
|
2000-08-20 06:13:56 +02:00
|
|
|
%setup -n verilog-0.4
|
2000-06-10 19:51:40 +02:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make CXXFLAGS=-O
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make prefix=$RPM_BUILD_ROOT/usr install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
|
2000-10-05 00:13:51 +02:00
|
|
|
%attr(-,root,root) %doc COPYING README.txt BUGS.txt ieee1364-notes.txt netlist.txt t-dll.txt vpi.txt vvm.txt xnf.txt xilinx-hint.txt
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) %doc examples/*
|
|
|
|
|
|
2001-02-04 02:00:51 +01:00
|
|
|
%attr(-,root,root) /usr/man/man1/iverilog.1.gz
|
|
|
|
|
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/bin/iverilog
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/ivl
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/ivlpp
|
|
|
|
|
%attr(-,root,root) /usr/lib/ivl/system.vpi
|
2000-12-02 06:07:14 +01:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/null.tgt
|
2000-10-09 00:36:55 +02:00
|
|
|
%attr(-,root,root) /usr/lib/ivl/iverilog.conf
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/lib/libvvm.a
|
2000-12-02 06:07:14 +01:00
|
|
|
%attr(-,root,root) /usr/lib/libvpip.a
|
2000-08-20 06:13:56 +02:00
|
|
|
%attr(-,root,root) /usr/include/ivl_target.h
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/include/vpi_priv.h
|
2000-06-16 20:59:07 +02:00
|
|
|
%attr(-,root,root) /usr/include/vpi_user.h
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/include/vvm.h
|
2000-06-16 20:59:07 +02:00
|
|
|
%attr(-,root,root) /usr/include/vvm_calltf.h
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/include/vvm_func.h
|
|
|
|
|
%attr(-,root,root) /usr/include/vvm_gates.h
|
2000-06-16 20:59:07 +02:00
|
|
|
%attr(-,root,root) /usr/include/vvm_nexus.h
|
|
|
|
|
%attr(-,root,root) /usr/include/vvm_signal.h
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) /usr/include/vvm_thread.h
|