Sha256: 892bce1c799c80b03bb441984f1b50c78510e6c61b95b60865ce57c396f08d0e

Contents?: true

Size: 642 Bytes

Versions: 10

Compression:

Stored size: 642 Bytes

Contents

# An example of creating an entire test program from
# a single source file
Flow.create interface: 'OrigenTesters::Test::Interface' do

  # Test that this can be overridden from the target at flow-level
  self.add_flow_enable = :enabled

  self.resources_filename = 'prb2'

  func :erase_all, :duration => :dynamic

  func :margin_read1_all1

  func :erase_all, :duration => :dynamic
  func :margin_read1_all1

  import 'components/prb2_main'

  func :erase_all, :duration => :dynamic
  func :margin_read1_all1, :id => 'erased_successfully'

  if_enable 'extra_tests' do
    import 'components/prb2_main'
  end

  func :margin_read1_all1
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
origen_testers-0.16.1 program/prb2.rb
origen_testers-0.16.0 program/prb2.rb
origen_testers-0.15.0 program/prb2.rb
origen_testers-0.14.0 program/prb2.rb
origen_testers-0.13.1 program/prb2.rb
origen_testers-0.13.0 program/prb2.rb
origen_testers-0.12.0 program/prb2.rb
origen_testers-0.11.1 program/prb2.rb
origen_testers-0.11.0 program/prb2.rb
origen_testers-0.9.9 program/prb2.rb