Sha256: 4045c30f0f1dfd74a6f0d1ec6e48a1405a2621422efd4eb201839032e4c9010c

Contents?: true

Size: 642 Bytes

Versions: 10

Compression:

Stored size: 642 Bytes

Contents

# An instance of the interface is
# passed in here, iterators and other
# argument passing will be supported
# similar to Pattern.create.
Flow.create interface: 'OrigenTesters::Test::Interface', flow_description: 'Probe1 Main' do

  unless Origen.app.environment.name == 'v93k_global'
    self.resources_filename = 'prb1'
  end

  import 'components/prb1_main'

  import 'test' # import top-level test.rb directly, note that Flow.create options of sub-flow will be ignored!

  # Test that a reference to a deeply nested test works (mainly for SMT8)
  test :on_deep_1, if_failed: :deep_test

  pass 1, description: "Good die!", softbin: 1
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
origen_testers-0.46.1 program/prb1.rb
origen_testers-0.46.0 program/prb1.rb
origen_testers-0.45.4 program/prb1.rb
origen_testers-0.45.3 program/prb1.rb
origen_testers-0.45.2 program/prb1.rb
origen_testers-0.45.1 program/prb1.rb
origen_testers-0.45.0 program/prb1.rb
origen_testers-0.44.1 program/prb1.rb
origen_testers-0.44.0 program/prb1.rb
origen_testers-0.43.0 program/prb1.rb