Before you automate, you need to be able to understand what you need at the most basic levels (manually). Interfacing with the external program and libraries can be done a variety of ways. I have seen Perl almost literally do anything, e.g., running a test harness on real flying drones during YAPC talks having the tests result in physical maneuvers. I am sure there is a video some where.

There are some results on CPAN, but I suspect not what you're wanting.

You must also provide some context about what Modelsim and and how it's normally used. There are very smart people here and they can figure it out, but you don't want them wasting time researching information you can provide.

Perl can handle it all, but unless you share how you expect to interface with Modelsim, then the amount of help you'll receive will be limited. Is Modelsim a black box that can be interacted with as an external program (via API, as an external process, output files)? Is it a collection of compiled libraries that can be interfaced using a Foreign Function Interface?


In reply to Re: PERL for tool and testing automation by perlfan
in thread PERL for tool and testing automation by tahirsengine

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.