Class: OrigenStdLib::PersistentCallbackHandlers

Inherits:
Object
  • Object
show all
Includes:
Origen::PersistentCallbacks
Defined in:
lib/origen_std_lib.rb

Overview

Injects the library into the test program interface at the start of the flow

Instance Method Summary collapse

Instance Method Details

#on_flow_start(options) ⇒ Object Also known as: on_resource_start



19
20
21
22
23
# File 'lib/origen_std_lib.rb', line 19

def on_flow_start(options)
  if Origen.interface.respond_to?(:includes_origen_std_lib?) && tester.v93k?
    OrigenStdLib.add_v93k_std_lib(Origen.interface)
  end
end