Sha256: 7bb6e9ef34b5c0a4478c8f9742a5e280543b8bb53bed8d70bf7ed9bc37bec462

Contents?: true

Size: 651 Bytes

Versions: 1

Compression:

Stored size: 651 Bytes

Contents

## This file builds and runs the test.

# These are source files that are to be simulated.
SIMULATOR_SOURCES = [
  'hw5_unit_test_bench.v',
]

# These are paths to directories which contain dependencies for the sources listed above.
SIMULATOR_INCLUDES = []

# This specifies the "top module" that is to be simulated.
SIMULATOR_TARGET = 'hw5_unit_test_bench'

# These are command-line arguments for the simulator.
# They can be specified as a string or an array of strings.
SIMULATOR_ARGS = {
  # GPL Cver
  :cver => '',

  # Icarus Verilog
  :ivl => '',

  # Synopsys VCS
  :vcs => '',

  # Mentor Modelsim
  :vsim => '',
}

require 'ruby-vpi/runner'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-vpi-8.2.0 samp/pipelined_alu/hw5_unit_test_runner.rake