Menu

Tree [d6947b] master /
 History

HTTPS access


File Date Author Commit
 bin 2014-03-17 David C Black David C Black [3b998b] added recursion -r option
 example 2013-04-10 David C Black David C Black [4a0bec] remove junk
 templates 2013-08-12 David C Black David C Black [52726b] many fixes
 EXCLUDE 2011-09-23 David C Black David C Black [45f7c8] initial
 LICENSE-2.0 2011-09-23 David C Black David C Black [45f7c8] initial
 MANIFEST 2013-08-12 David C Black David C Black [9a66c2] version 1.8
 Makefile 2011-09-23 David C Black David C Black [45f7c8] initial
 README.txt 2011-09-23 David C Black David C Black [45f7c8] initial

Read Me

DESCRIPTION

These files extracted from the tarball containing this README.txt file provide
a minimal installation for the scripts 'new' and 'phred'. You will find the
scripts themselves in a bin/ directory, a couple of manpages extracted from
the scripts, and a set of sample templates.

To use the scripts, either add the bin/ directory to your search PATH or move
the executables to an appropriate location. You will also need to set the
TEMPLATEPATH environment variable to point to the templates/ directory. The
accompanying whitepaper describes the scripts in more detail.

MANIFEST

  +- README.txt
  +- bin/
  |   +- new
  |   +- phred
  +- man/
  |   +- man1/
  |       +- new.1
  |       +- phred.1
  +- templates/
  |   +- boiler/
  |   |   +- .newrc
  |   |   +- ABOUT_lxNAMExr.txt
  |   +- apache.txt
  |   +- bash/
  |   |   +- .newrc
  |   |   +- lxNAMExr
  |   +- cpp/
  |   |   +- .newrc
  |   |   +- lxNAMExr.cpp
  |   |   +- Makefile
  |   +- template/
  |   |   +- .newrc
  |   |   +- lxNAMExr/
  |   |       +- .newrc
  |   +- vlog_ex/
  |       +- .newrc
  |       +- lxNAMExr/
  |           +- bin/
  |           |   +- run
  |           +- src/
  |               +- lxDUTxr_rtl.v
  |               +- lxNAMExr_top.v
  |               +- lxTESTxr_test.v
  +- Whats_new.pdf

REQUIREMENTS

These scripts assume a relatively recent version of Perl 5 and have been
tested under Linux and Mac OS X. In theory, they may work under Windows, but
your mileage may vary.

BUGS

Please send bug reports to <david.black@xtreme-eda.com> with the understanding
that there are no warranties as to the fitness or condition of this code. I
will fix bugs as I see fit and subject to my time availability. You may
consider hiring our services if you wish more timely results by contacting us
at <http://www.xtreme-eda.com> or <mailto:sales@xtreme-eda.com>. 

LICENSING

Copyright 2003-2010 XtremeEDA Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

END OF REAME.txt