Sha256: e584e6c5383f409ba25652a4b1ffb0ea8cf95679aab7eb9767490c5e999c9fb8
Contents?: true
Size: 813 Bytes
Versions: 3
Compression:
Stored size: 813 Bytes
Contents
require 'origen_testers' require 'origen' require_relative '../config/application.rb' module OrigenARM # THIS FILE SHOULD ONLY BE USED TO LOAD RUNTIME DEPENDENCIES # If this plugin has any development dependencies (e.g. dummy DUT or other models that are only used # for testing), then these should be loaded from config/boot.rb # Example of how to explicitly require a file # require "origen_arm/my_file" # Load all files in the lib/origen_arm directory. # Note that there is no problem from requiring a file twice (Ruby will ignore # the second require), so if you have a file that must be required first, then # explicitly require it up above and then let this take care of the rest. Dir.glob("#{File.dirname(__FILE__)}/origen_arm/**/*.rb").sort.each do |file| require file end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
origen_arm-0.1.2 | lib/origen_arm.rb |
origen_arm-0.1.1 | lib/origen_arm.rb |
origen_arm-0.1.0 | lib/origen_arm.rb |