# File lib/ruby-vpi/core/edge.rb, line 68
    def change?
      old = @__edge__prev_val
      new = get_value(VpiScalarVal)

      old != new
    end