• 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. Forcing a VHDL signal from a Verilog Test/Env

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 66
  • Views 7134
  • 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

Forcing a VHDL signal from a Verilog Test/Env

ashfaqh
ashfaqh over 14 years ago

 I have a Testbench with a DUT which has VHDL and Verilog RTL modules.  The tb_top is verilog.  The test file is a verilog.  

 From the verilog test, I need to force a signal inside the DUT several hierarchies down.

 The signal I need to force is inside a VHDL module.   This signal is not available at the top level.

 How do I do it?

 I am using ncverilog/ncvhdl/irun version of 9.2.

 Any suggestions with some simple code example is going to be very helpful. 

 Thanks, 

 -Ashfaq Hossain 

  • Cancel
Parents
  • ravisguptaji
    ravisguptaji over 13 years ago

    Hi,

    I was able to source to the signal of interest, but i have a requirement to keep giving different values to that signal of interest.

    I tried something like this, which din't work out.

    repeat(4) begin

    $nc_force("source", "reg") ;

    reg = reg+1'b1;

    end

    The reg value in my simulation keeps incrementing but the source signal of interest does not increment.

    Is there any other way to perform the same kind of operation??

    Regards,

    Ravi

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • ravisguptaji
    ravisguptaji over 13 years ago

    Hi,

    I was able to source to the signal of interest, but i have a requirement to keep giving different values to that signal of interest.

    I tried something like this, which din't work out.

    repeat(4) begin

    $nc_force("source", "reg") ;

    reg = reg+1'b1;

    end

    The reg value in my simulation keeps incrementing but the source signal of interest does not increment.

    Is there any other way to perform the same kind of operation??

    Regards,

    Ravi

    • 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