Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Perl for tool and testing automation

by toolic (Bishop)
on Jul 30, 2020 at 23:35 UTC ( [id://11120096]=note: print w/replies, xml ) Need Help??


in reply to PERL for tool and testing automation

No, generally speaking, there is no Perl tutorial related to running ModelSim simulations (or running any other simulators for that matter).

I have been using Perl for over 20 years in the VLSI industry, using Verilog for ASIC design and verification. I don't have much experience with ModelSim, but with the other big boys (Cadence and Synopsys). Here is my experience, FWIW.

When employers list Perl in a job description, it usually means they have a Perl code base which you may need to become familiar with and they expect you to have general experience with the following:

  • creating directory structures
  • moving files around
  • parsing files
  • launching applications (such as a simulation tool)
  • creating reports summarizing the simulation results

They typically don't expect you to be an expert in Perl, but they are looking for experience with some language which allows you to automate these tasks: shell script, Perl, C++, Python, etc. Unless it is purely a software position, they are more focused on your digital logic design and verification abilities than on your Perl skillz. Be honest with an interviewer regarding your Perl experience level.

Commonly in VLSI, Perl is used to parse and/or generate files with standard formats such as XML, HTML, CSV, Excel and Verilog. You would leverage CPAN for all of those. Additionally, you would parse simulation log files searching for such things as error messages, simulation times and random seed values using Perl regular expressions.

  • Comment on Re: Perl for tool and testing automation

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11120096]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-24 18:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found