Class: OrigenStdLib::PersistentCallbackHandlers
- Inherits:
-
Object
- Object
- OrigenStdLib::PersistentCallbackHandlers
- 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
19 20 21 22 23 |
# File 'lib/origen_std_lib.rb', line 19 def on_flow_start() if Origen.interface.respond_to?(:includes_origen_std_lib?) && tester.v93k? OrigenStdLib.add_v93k_std_lib(Origen.interface) end end |