Sha256: 6c2d25f32965525ff74af9c4041cf0bf8f94526564aaa54af6cfb12195645f9f

Contents?: true

Size: 612 Bytes

Versions: 12

Compression:

Stored size: 612 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 OrigenJTAG
  autoload :DUT, "origen_jtag/dut"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
origen_jtag-0.19.0 config/development.rb
origen_jtag-0.18.0 config/development.rb
origen_jtag-0.17.2 config/development.rb
origen_jtag-0.17.0 config/development.rb
origen_jtag-0.16.0 config/development.rb
origen_jtag-0.15.0 config/development.rb
origen_jtag-0.14.0 config/development.rb
origen_jtag-0.13.0 config/development.rb
origen_jtag-0.13.0.pre1 config/development.rb
origen_jtag-0.13.0.pre0 config/development.rb
origen_jtag-0.12.1 config/development.rb
origen_jtag-0.12.0 config/development.rb