Sha256: 664ec76d6048825fe82c819b0375210b2fc24fc7d0a6d53ceb5c93c3816b7d27
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::J750.new
Version data entries
7 entries across 7 versions & 1 rubygems