Sha256: 1b04f045563344f9848ac9d7c78074c2fbeca37af058cf42e162a543e360e07d

Contents?: true

Size: 505 Bytes

Versions: 7

Compression:

Stored size: 505 Bytes

Contents

# The target file is run before *every* Origen operation and is used to instantiate
# the runtime environment - usually this means instantiating a top-level SoC or
# IP model.
#
# Naming is arbitrary but instances names should be prefixed with $ which indicates a 
# global variable in Ruby, and this is required in order for the objects instantiated
# here to be visible throughout your application code.

$dut = <%= @namespace %>::TopLevel.new   # Instantiate a DUT instance
$tester = Testers::V93K.new

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
origen_app_generators-0.2.3 templates/app_generators/test_engineering/test_block/target/v93k.rb
origen_app_generators-0.2.2 templates/app_generators/test_engineering/test_block/target/v93k.rb
origen_app_generators-0.2.1 templates/app_generators/test_engineering/test_block/target/v93k.rb
origen_app_generators-0.2.0 templates/app_generators/test_engineering/test_block/target/v93k.rb
origen_app_generators-0.1.0 templates/app_generators/test_engineering/test_block/target/v93k.rb
origen_app_generators-0.0.3 templates/app_generators/test_engineering/generic_test_block/target/v93k.rb
origen_app_generators-0.0.2 templates/app_generators/test_engineering/generic_test_block/target/v93k.rb