Guest
I have the following heirarchy in verilog
top.v-----
|------A.v
|------B.v
|------C.v
|------D.v
Let us suppose I have vpi system function in D.v and the system
function needs the signal from A.v. Is it possible for me to use
vpi_handle_by_name() from module D.v go up the heirarchy into module
A.v to get the signal. I should be calling this vpi from D.v only.
Thanks
S
top.v-----
|------A.v
|------B.v
|------C.v
|------D.v
Let us suppose I have vpi system function in D.v and the system
function needs the signal from A.v. Is it possible for me to use
vpi_handle_by_name() from module D.v go up the heirarchy into module
A.v to get the signal. I should be calling this vpi from D.v only.
Thanks
S