How to map a string to a hierarhical circuit net?

In reply to Broxigar:

I think you need to enhance your framework to use VPI.

  1. "vpi_handle_by_name ()"obtains a handle for any Verilog object using the name of the object. (See Sec 38.21 of the IEEE LRM)
  2. Use vpi_get_value() to obtain the value of the net and query the vpi datastructures to check if it is a ‘1’ or ‘0’ (See 38.15 of the IEEE LRM)

Hope this helps

Logie Ramachandran
Accelver Systems Inc