Sha256: 164d421c365513bc3330a0421c6a61bb96c9dc617eee8da0392146dab77a4698

Contents?: true

Size: 584 Bytes

Versions: 8

Compression:

Stored size: 584 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 load some dummy classes to instantiate
# your objects so that they can be tested and/or interacted with
# in the console.
require "cross_origen_dev/dut"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cross_origen-1.4.0 config/boot.rb
cross_origen-1.3.0 config/boot.rb
cross_origen-1.2.3 config/boot.rb
cross_origen-1.2.2 config/boot.rb
cross_origen-1.2.1 config/boot.rb
cross_origen-1.2.0 config/boot.rb
cross_origen-1.1.0 config/boot.rb
cross_origen-1.0.0 config/boot.rb