Module RubyVPI
In: lib/ruby-vpi.rb

Provides configuration information of the Ruby-VPI project.

Methods

Constants

LIBRARY_PATH = File.dirname(__FILE__)
PATH = File.dirname(LIBRARY_PATH)
TEMPLATE_PATH = File.join(PATH, 'tpl')
OBJECT_PATH = File.join(PATH, 'obj')

Public Class methods

Initializes the current bench using the given parameters.

Loads the test runner template.

[Validate]