On Fri, 24 Jun 2005, Eliyah Kilada wrote:

> Here's a question that I need its answer whenever u have time for it 
> (i.e., give it a lower priority):
> How can I load verilog files and simulate them by modelsim from the 
> perl script or from the terminal shell.
> Any help will be highly appreciated,

Try writing a program, that might work. 

Try searching CPAN for Verilog related modules, and find one that can do 
what you need. Here's a starting point:

    <http://search.cpan.org/search?query=verilog&mode=all>

Find one that looks useful, then read the description of how to use it. 
To pick one at random, here's Verilog::Parser's documentation:

    <http://search.cpan.org/~wsnyder/Verilog-Perl/Parser.pm> 

That may help, but there's lots of others if not. The author of that 
module also has a site of his own for his material at:

    <http://www.veripool.com/verilog-perl.html>

Reading over that site might be a useful place for you to start.


-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to