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



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

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