require 'origen' require_relative '../config/application.rb' require 'origen_testers' module TestIds # 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 require 'test_ids/allocator' require 'test_ids/bin_array' require 'test_ids/configuration' require 'test_ids/git' require 'test_ids/shutdown_handler' require 'test_ids/origen/origen' require 'test_ids/origen_testers/flow' class <