SystemC::Parser man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Parser(3)	      User Contributed Perl Documentation	     Parser(3)

NAME
       SystemC::Parser - Parse SystemC Files

SYNOPSIS
	   package Trialparser;
	   @ISA = qw(SystemC::Parser);

	   sub module {
	       my $self = shift;
	       my $module = shift;
	       print $self->filename.":".$self->lineno().": ";
	       print "Contains the module declaration for $module\n";
	   }

	   package main;
	   my $sp = Trialparser->new();
	   $sp->read ("test.sp");

DESCRIPTION
       SystemC::Parser reads SystemC files, and parses out the netlist
       interconnectivity and other information.	 As the tokens are recognized,
       callbacks are invoked.  Note that the parser is designed to work on
       UNPREPROCESSED files.

MEMBER FUNCTIONS
       $self->new()
	   Creates a new parser element.

       $self->read(filename)
	   Reads the filename and invokes necessary callbacks.

       $self->read_include(filename)
	   When called from inside a read() callback function, switches to the
	   specified include file.  The EOF of the include file will
	   automatically switch back to the original file.

ACCESSOR FUNCTIONS
       $self->filename()
	   Returns the filename of the most recently returned object.  May not
	   match the filename passed on the command line, as #line directives
	   are honored.

       $self->lineno()
	   Returns the line number at the beginning of the most recently
	   returned object.

       $self->symbols()
	   Returns hash reference to list of all symbols with line number the
	   symbol first was encountered on.  (The hash is created instead of
	   invoking a callback on each symbol for speed reasons.)  Keywords
	   may also be placed into the symbol table, this behavior may change.

CALLBACKS
       $self->auto  (text)
	   Auto is called with the text matching /*AUTOINST*/, etc.

       $self->cell  (instance, type)
	   Cell is called when SP_CELL is recognized.  Parameters are the
	   instance and type of the cell.

       $self->cell_decl	 (type, instances)
	   Cell_decl is called when SP_CELL_DECL is recognized.	 Parameters
	   are the type and instances of the cell.  (Note the parameter order
	   is opposite that of cell().)

       $self->ctor  (modulename)
	   Ctor is called when CP_CTOR is recognized.  Parameter is the
	   modulename.

       $self->enum_value  (enum_type, enum_name, enum_value)
	   Enum value is called with the enum type and name for a enumeration
	   value.  If in the file, the enumeration value (=n) is given.

       $self->error (error_text, token)
	   Error is called when the parser hits a error.  Token is the last
	   unparsed token, which often gives a good indication of the error
	   position.

       $self->module  (modulename)
	   Module is called when SC_MODULE is recognized.

       $self->pin  (cell, pin, pin_bus, signal, signal_bus)
	   Pin is called when SP_PIN is recognized.

       $self->preproc_sp  (text)
	   Preproc is called when a #sp line is recognized.

       $self->signal  (type, type_bus,name,name_bus)
	   Signal is called on port declarations or sc_signal declarations.
	   The busses are any [] subscripts after the type names.

       $self->text  (text)
	   Text is called for all text not otherwise recognized.  Dumping all
	   text to a file will produce the original file, minus any #sp and
	   stripped // Auto inserted comments.

       $self->var_decl	(type)
	   Var_decl is called on a variable declaration of sp_ui and any
	   future SystemPerl types outside of other callbacks.

DISTRIBUTION
       SystemPerl is part of the <http://www.veripool.org/> free SystemC
       software tool suite.  The latest version is available from CPAN and
       from <http://www.veripool.org/systemperl>.

       Copyright 2001-2010 by Wilson Snyder.  This package is free software;
       you can redistribute it and/or modify it under the terms of either the
       GNU Lesser General Public License Version 3 or the Perl Artistic
       License Version 2.0.

AUTHORS
       Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO
       SystemC::Manual

perl v5.14.1			  2010-11-03			     Parser(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net