Sha256: da53c4339f425e5a8370ebceff1e484d2068a1a68b42d4d4d6e6f3f633dff0b2
Contents?: true
Size: 610 Bytes
Versions: 11
Compression:
Stored size: 610 Bytes
Contents
# This file is similar to environment.rb and will be loaded # automatically at the start of each invocation of Origen. # # However the major difference is that it will not be loaded # if the application is imported by a 3rd party app - in that # case only environment.rb is loaded. # # Therefore this file should be used to load anything you need # to setup a development environment for this app, normally # this would be used to define some dummy classes to instantiate # your objects so that they can be tested and/or interacted with # in the console. module OrigenSWD autoload :DUT, "origen_swd/dut" end
Version data entries
11 entries across 11 versions & 1 rubygems