runner.rb

Path: lib/ruby-vpi/runner.rb
Last Update: Sun Oct 14 11:07:24 -0700 2007

A template to simplify building and running examples. This file is meant to be embedded in another Rakefile, which bears the responsibility of defining the following variables.

Required variables

SIMULATOR_SOURCES:Array of paths to (1) source files or (2) directories that contain source files which must be loaded by the simulator.
SIMULATOR_ARGUMENTS:A hash table containing keys for each simulator task (same as Rakefile task names) and values containing command-line arguments for each simulator.

Required files

ruby-vpi/util   rake/clean   ruby-vpi   ruby-vpi/rake  

Constants

OBJECT_PATH = File.join(File.dirname(__FILE__), '..', '..', 'obj')
LOADER_FUNC = 'vlog_startup_routines_bootstrap'

[Validate]