Class | Vpi::Handle |
In: |
lib/ruby-vpi/vpi.rb
|
Parent: | Object |
An object inside a Verilog simulation (see vpiHandle in IEEE Std. 1364-2005).
Property | = | Struct.new :type, :name, :operation, :accessor, :assignment |
Reads the value using the given format (name or integer constant) and returns it. If a format is not given, then the Verilog simulator will attempt to determine the correct format.
Reads the value using the given format (integer constant) and returns a S_vpi_value object.