Sha256: a156596fcac8850e155f0f539b1cde3cca68616e4a2ed05b02e8155635a7b525
Contents?: true
Size: 510 Bytes
Versions: 7
Compression:
Stored size: 510 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::UltraFLEX.new
Version data entries
7 entries across 7 versions & 1 rubygems