2000-06-10 19:51:40 +02:00
|
|
|
Summary: Icarus Verilog
|
|
|
|
|
Name: verilog
|
2000-08-20 06:13:56 +02:00
|
|
|
Version: 0.4
|
|
|
|
|
Release: x
|
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>
|
|
|
|
|
|
|
|
|
|
BuildRoot: /tmp
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
engineering formats, including a C++ simulation. It strives to be
|
|
|
|
|
true to the IEEE-1364 standard.
|
|
|
|
|
|
|
|
|
|
%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-07-23 20:06:31 +02:00
|
|
|
%attr(-,root,root) %doc COPYING README.txt BUGS.txt ieee1364-notes.txt netlist.txt vpi.txt vvm.txt xnf.txt xilinx-hint.txt
|
2000-06-10 19:51:40 +02:00
|
|
|
%attr(-,root,root) %doc examples/*
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
%attr(-,root,root) /usr/lib/libvvm.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
|
|
|
|
|
%attr(-,root,root) /usr/man/man1/iverilog.1
|