SystemC::Parser

Parse SystemC Files
Download

SystemC::Parser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Wilson Snyder
  • Publisher web site:
  • http://search.cpan.org/~wsnyder/Verilog-Perl-3.035/Parser/Parser.pm

SystemC::Parser Tags


SystemC::Parser Description

Parse SystemC Files SystemC::Parser is a Perl module to 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 "; } package main; my $sp = Trialparser->new(); $sp->read ("test.sp");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. Requirements: · Perl


SystemC::Parser Related Software