Sha256: 6018d379ea82f1bb6dd33f067de63a80854e8caf017c7035f9f2bc980d0fd5cc
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_xunit_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_xunit_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