runner_boot_loader.rb

Path: lib/ruby-vpi/runner_boot_loader.rb
Last Update: Wed Aug 01 22:57:46 -0700 2007

Initializes the test bench by setting up code coverage, the interactive debugger, and so on:

  1. loads the design.rb file
  2. loads the proto.rb file if prototyping is enabled
  3. loads the spec.rb file

Required files

rubygems   ruby-vpi   ruby-vpi/util   ruby-vpi/vpi   ruby-vpi/rcov   ruby-debug  

Methods

Included Modules

Vpi

Public Instance methods

const_missing(*a, &b)

Alias for method_missing

Starts an interactive debugging session.

[Validate]