lib/ruby-vpi.rb in ruby-vpi-7.0.0 vs lib/ruby-vpi.rb in ruby-vpi-7.1.0

- old
+ new

@@ -18,19 +18,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. =end # Provides configuration information of the Ruby-VPI project. module RubyVPI - LIBRARY_PATH = File.dirname(__FILE__) - PATH = File.dirname(LIBRARY_PATH) - TEMPLATE_PATH = File.join(PATH, 'tpl') - OBJECT_PATH = File.join(PATH, 'obj') - - # Loads the test runner template. - def self.load_runner_template - load File.join(TEMPLATE_PATH, 'runner.rake') - end - # Initializes the current bench using the given parameters. def self.init_bench aTestPrefix, aProtoClassId Vpi::relay_verilog # service the $ruby_init() callback require 'ruby-vpi/vpi_util'