Uses of Class
byucc.jhdl.util.xmac.TagParser

Packages that use TagParser
byucc.jhdl.util.xmac   
 

Uses of TagParser in byucc.jhdl.util.xmac
 

Subclasses of TagParser in byucc.jhdl.util.xmac
 class ClassParser
          This class processes the class tag of the xmac document.

The tag form is as follows:

  <class>
    .
 class ClockParser
          Parse the clock tag.
 class CodeParser
          Parse the user defined code segments.
 class ConstructorParser
          Parse the constructor tag.

The tag form is as follows:

  <constructor>
    .
 class InterfaceParser
          Parse the interface tag.
 class JavadocParser
          Parse the javadoc tag.
 class LicenseParser
          Parse the license tag.
 class MethodParser
          This class processes the guts of the method tags, such as: clock, propagate, etc.
 class PackageParser
          Parse the package tag.
 class PropagateParser
          Parse the Propagate tag.
 class ResetParser
          Parse the reset tag.
 class SchematicParser
          Parse the schematic tag.
 class SharecellParser
          Parse the sharecell tag.
 class StructureParser
          Parse the structure tag.
 class TestParser
          Process the <test> tag.

An example of using this tag for a simple buffer might be:
 <test>
   0, 0
   0, 0
   1, 1
   1, 1
 </test>


Each input and output gets one entry in the order they are declared in the port interface.
 class TextParser
          Parse all the text and cdata nodes in the document.
 class WireMethodsParser
          This class processes the get, put, and not tag.
 class WireParser
          Parse the wire tag.
 class XMACParser
          This class is the main processing engine for the xmac system.
 



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