byucc.edif.libraries.xilinx
Class Vhdl

java.lang.Object
  extended bybyucc.edif.libraries.xilinx.Vhdl

public class Vhdl
extends java.lang.Object

Opens a vhdl library, parses it, and creates a .java file that will create an EdifLibrary with all the cells located in the vhdl file converted to EdifCells.

Version:
$Id: Vhdl.java,v 1.2 2004/05/06 00:47:34 tsa6 Exp $

Constructor Summary
Vhdl()
           
 
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
 

Constructor Detail

Vhdl

public Vhdl()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception