1 voneline
**********

This is the voneline package.

1.1 Copyright
=============

This package is Copyright 1998-2008 by Wilson Snyder
<wsnyder@wsnyder.org>.

   This program is free software; you can redistribute it and/or modify
it under the terms of either the GNU General Public License or the Perl
Artistic License.

   This code is provided with no warranty of any kind, and is used
entirely at your own risk.

1.2 Description
===============

Voneline takes structural Verilog netlists and edits the whitespace so
that one instantiation occurs on a single line.  This makes it
convienient to grep and sort structural netlists.

   See `man voneline' after installation.

1.3 Obtaining Distribution
==========================

The latest version is available at `http://www.veripool.org'

   Download the latest package from that site, and decompress.  `gunzip
voneline_version.tar.gz ; tar xvf voneline_version.tar'

1.4 Supported Systems
=====================

This version of voneline has been built and tested on:

   * sparc-sun-solaris2.6

   * i386-linux

   It should be trivial to port to other platforms, provided FLEX (GNU
lex) is installed.

1.5 Installation
================

  1. `cd' to the directory containing this INSTALL notice.

  2. Type `configure' to configure voneline for your system.

  3. Type `make' to compile voneline.

  4. Type `make install' to install the programs and any data files and
     documentation.


