From 08dac488c1a39426a8367e6a50ea6ad87c0ab017 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 4 Feb 2002 00:48:30 +0000 Subject: [PATCH] Release 0.6 updates. --- README.txt | 14 ++++++++------ verilog.spec | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index 4e7629c5f..d57dce234 100644 --- a/README.txt +++ b/README.txt @@ -13,13 +13,13 @@ home page at . Icarus Verilog is not aimed at being a simulator in the traditional sense, but a compiler that generates code employed by back-end tools. These back-end tools currently include a simulator written in -C++ called VVM, another faster simulator called VVP and an XNF (Xilinx -Netlist Format) generator. See "vvm.txt" and "xnf.txt" for further -details on these back-end processors. In the future, backends are -expected for EDIF/LPM, structural Verilog, VHDL, etc. +C++ called VVM, another faster simulator called VVP, an XNF (Xilinx +Netlist Format) generator and an EDIF fpga netlist generator. In the +future, backends are expected for EDIF/LPM, structural Verilog, VHDL, +etc. - For instructions on how to run Icarus Verilog, see the ``iverilog'' - man page. + For instructions on how to run Icarus Verilog, + see the ``iverilog'' man page. 2.0 Building/Installing Icarus Verilog From Source @@ -30,6 +30,8 @@ system and C/C++ compilation should be able to build the source distribution with little effort. Some actual programming skills are not required, but helpful in case of problems. +If you are building for Windows, see the mingw.txt file. + 2.1 Compile Time Prerequisites You need the following software to compile Icarus Verilog from source diff --git a/verilog.spec b/verilog.spec index d7872c691..9e519bacb 100644 --- a/verilog.spec +++ b/verilog.spec @@ -31,7 +31,7 @@ make prefix=$RPM_BUILD_ROOT/usr install %files -%attr(-,root,root) %doc COPYING README.txt BUGS.txt QUICK_START.txt ieee1364-notes.txt mingw.txt netlist.txt t-dll.txt vpi.txt vvm.txt xnf.txt xilinx-hint.txt +%attr(-,root,root) %doc COPYING README.txt BUGS.txt QUICK_START.txt ieee1364-notes.txt mingw.txt netlist.txt t-dll.txt vpi.txt vvm.txt xnf.txt tgt-fpga/fpga.txt xilinx-hint.txt %attr(-,root,root) %doc examples/* %attr(-,root,root) /usr/man/man1/iverilog.1.gz