Sha256: 022cc4c155619573de5e2cb35446c907245e6d3974e338e636728d70a17e46c4

Contents?: true

Size: 668 Bytes

Versions: 4

Compression:

Stored size: 668 Bytes

Contents

# This file runs the test.

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

# These are paths to directories which contain the
# sources listed above, their dependencies, or both.
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

4 entries across 4 versions & 1 rubygems

Version Path
ruby-vpi-10.0.0 samp/pipelined_alu/hw5_unit_test_runner.rake
ruby-vpi-11.0.0 samp/pipelined_alu/hw5_unit_test_runner.rake
ruby-vpi-11.1.1 samp/pipelined_alu/hw5_unit_test_runner.rake
ruby-vpi-11.1.0 samp/pipelined_alu/hw5_unit_test_runner.rake