byucc.jhdl.util.xmac
Class BoolGen

java.lang.Object
  extended bybyucc.jhdl.util.xmac.BoolGen

public class BoolGen
extends java.lang.Object

BoolGen is the java replacement to the perl script boolgen. It generates all the and, nand, or, nor, xor, and xnor gates.

This class takes the input file, parses information such as the destination directory, and the packages, then it passes control to the BoolGenParser class for the rest.

Author:
Isaac E. Wagner

Field Summary
static java.lang.String programName
          indicats the name of the program invoked on the command line
 
Constructor Summary
BoolGen(java.lang.String fname)
          Build a new BoolGen parser.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

programName

public static java.lang.String programName
indicats the name of the program invoked on the command line

Constructor Detail

BoolGen

public BoolGen(java.lang.String fname)
        throws java.lang.Exception
Build a new BoolGen parser.

Parameters:
fname - The name of the boolcfg.xml file that holds the config info.
Method Detail

main

public static void main(java.lang.String[] args)


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.