• 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. Functional Verification
  3. How do I pass a string from irun to my DPI-C codes?

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 65
  • Views 14194
  • 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

How do I pass a string from irun to my DPI-C codes?

Ncsim User 1
Ncsim User 1 over 6 years ago

I use DPI-C to compile a C code and run with irun. 

Assume I wish to pass a testcase directory to my C and Verilog codes. I managed to do it for Verilog but not my C code. 

#!/bin/ksh

#TC=$2
TC=TEST_1

irun -64bit -access +rwC -g \
-gui \
other flags \
-DMYTC="TEST_1" \
other flags


IN my C code I would use
sprintf(str_filename, "%s/my_testcase.txt", MYTC);

  • Cancel
  • StephenH
    StephenH over 6 years ago

     You can use "irun -defineall MYTC=TEST_1" to pass the same define to all language compilers. Alternatively you can pass strings from SV to C on the DPI call...  

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • Ncsim User 1
    Ncsim User 1 over 6 years ago in reply to StephenH

    Thank you for the reply StephenH. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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