Sha256: c6bf1dbe181668d9b60a1954375ce5acb01d92852f061c9cc4e6584d0e923296
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 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
Version data entries
3 entries across 3 versions & 1 rubygems