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