runner_boot_loader.rb

Path: lib/ruby-vpi/runner_boot_loader.rb
Last Update: Sun Oct 07 09:21:34 -0700 2007

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

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

Required files

rubygems   ruby-vpi   ruby-vpi/core   ruby-vpi/rcov   ruby-debug   ruby-prof  

Methods

debugger  

Public Instance methods

Starts an interactive debugging session.

[Validate]