Class: Origen::OrigenTestersPersistentFlowCallbackHandler

Inherits:
Object
  • Object
show all
Includes:
PersistentCallbacks
Defined in:
lib/origen_testers/origen_ext/generator/flow.rb

Overview

Provides a hook to enable an internal startup callback to

Instance Method Summary collapse

Instance Method Details

#on_flow_start(options) ⇒ Object



211
212
213
214
215
# File 'lib/origen_testers/origen_ext/generator/flow.rb', line 211

def on_flow_start(options)
  if Origen.interface.respond_to?(:_internal_startup)
    Origen.interface._internal_startup(options)
  end
end