Name: ovm Version: 2.0 Release: 1%{?dist} Summary: Open Verification Methodology : IEEE 1800 SystemVerilog standard Group: Applications/Engineering License: ASL 2.0 URL: http://www.ovmworld.org # needs free membership to download # http://www.ovmworld.org/downloads.php Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description The OVM is based on the IEEE 1800 SystemVerilog standard and supports design and verification engineers developing advanced verification environments that offer higher levels of integration and portability of Verification IP. The methodology is non-vendor specific and is interoperable with multiple languages and simulators. The OVM is fully open, and includes a robust class library and source code that is available for download. %prep %setup -q %build find . -name '*.v' -o -name '*.do' | xargs chmod 644 find . -name '*.svh' -o -name '*.sv' | xargs chmod 644 find . -name 'run_questa' | xargs chmod 644 chmod 644 examples/xbus/examples/ncsim.tcl %install %{__rm} -rf %{buildroot} install -d %{buildroot}%{_datadir}/%{name} %{__cp} -pr src/* %{buildroot}%{_datadir}/%{name} %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE.txt README_IUS.txt README.txt README-Questa.txt %doc examples/ OVM_Reference.pdf OVM_UserGuide.pdf %doc deprecated.txt release-notes.txt %{_datadir}/%{name} %changelog * Sat Dec 06 2008 Chitlesh Goorah 2.0-1 - Upstream version: 2.0 under the Apache 2 License * Thu Jun 26 2008 Chitlesh Goorah 1.1-1 - Initial Package