• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Hardware/Software Co-Development, Verification…
  3. About UVM ML

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 50
  • Views 13548
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About UVM ML

anubhaw2004
anubhaw2004 over 12 years ago

 Hi ,

 I am trying to use the UVM ML. But i am getting the problem. I am using the following comment to Mapping transction type from "e" to "sv".

  "irun -mltypemap_input <input-file> "

So please help me how i will pass the input file to this command. Lets take the example my "e" file is xyz.e.

 

Thanks

  • Cancel
Parents
  • erezs
    erezs over 12 years ago

    Hi,

    The mltypemap utlity comes with elaborate documentation the should give you all the information you'll need to get started. Using the cdnshelp utility, please look for Universal Verification Methodology->UVM Multi-Language Reference->6. mltypemap utllity.

    Basically, you give irun all the input files you need for compilation as usual, and provide a TCL command file containing instructions specific to mltypemap on how to map the needed types. For example. assume you have an e file foo.e that contains struct 'my_pkg::bar' that you want to map to SV.  Your TCL file can look like:

      // TCL file for mapping e type to SV
      maptypes -from_type e:my_pkg::bar -base_name base -to_lang sv

    And the irun command:

      irun foo.e -nosncomp -mltypemap_input do_map.tcl

    Please lt me know if you require additional information.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • erezs
    erezs over 12 years ago

    Hi,

    The mltypemap utlity comes with elaborate documentation the should give you all the information you'll need to get started. Using the cdnshelp utility, please look for Universal Verification Methodology->UVM Multi-Language Reference->6. mltypemap utllity.

    Basically, you give irun all the input files you need for compilation as usual, and provide a TCL command file containing instructions specific to mltypemap on how to map the needed types. For example. assume you have an e file foo.e that contains struct 'my_pkg::bar' that you want to map to SV.  Your TCL file can look like:

      // TCL file for mapping e type to SV
      maptypes -from_type e:my_pkg::bar -base_name base -to_lang sv

    And the irun command:

      irun foo.e -nosncomp -mltypemap_input do_map.tcl

    Please lt me know if you require additional information.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information