$simprobe Verilog - ams

Status
Not open for further replies.

Fabien

Full Member level 1
Joined
May 22, 2011
Messages
96
Helped
10
Reputation
20
Reaction score
10
Trophy points
1,288
Location
Grenoble
Activity points
2,025
Dear all!

I've a some difficulties to modelized analog blocks: for the design of an ADC, there are two blocks who interact with each other.

I'm trying to use the $simprobe command to pick-up a varname from the other blocks like this:


model_1
real probe;
probe= $simprobe("model_2","varname");

model_2
real varname = 1.12;

Question: why the real probe won't pick-up the value of varname?
Any idea how to do this?

Thank you very much for your help!!!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…