Class: OrigenTesters::Timing::TopLevelWatcher

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

Overview

Each time the toplevel is instantiated, we’ll reset the timing, preserving the behavior when the timesets were stored on the tester object directly.

Instance Method Summary collapse

Instance Method Details

#before_load_targetObject



14
15
16
# File 'lib/origen_testers/timing.rb', line 14

def before_load_target
  OrigenTesters::Timing.reset!
end