Sha256: 1dfd0c4b898bb266b8a046deb3c6a6c7e4e9664c96f2e629189a58a1c42ce27b
Contents?: true
Size: 667 Bytes
Versions: 4
Compression:
Stored size: 667 Bytes
Contents
# This file runs the test. # These are source files that are to be compiled. SIMULATOR_SOURCES = [ 'counter.v', 'counter_rspec_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 = 'counter_rspec_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