Sha256: 4f7f91d619563b0b61a6129506cfc376ecfa1bb852dce2be8fe3b595e18cc0cc
Contents?: true
Size: 713 Bytes
Versions: 4
Compression:
Stored size: 713 Bytes
Contents
# This file runs the test. # These are source files that are to be compiled. SIMULATOR_SOURCES = [ '<%= aModuleInfo.name %>.v', '<%= aOutputInfo.verilogBenchPath %>', ] # 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 = '<%= aOutputInfo.verilogBenchName %>' # 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