Sha256: a2a5b8b8f855e4e4bdb3b25600d03f8a5511761853fd79a07bdbe89538cf4edf

Contents?: true

Size: 659 Bytes

Versions: 1

Compression:

Stored size: 659 Bytes

Contents

## This file builds and runs the test.

# These are source files that are to be simulated.
SIMULATOR_SOURCES = [
  'counter_rspecTest_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 = 'counter_rspecTest_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/counter/counter_rspecTest_runner.rake