samp/counter/counter_rspec_runner.rake in ruby-vpi-9.0.0 vs samp/counter/counter_rspec_runner.rake in ruby-vpi-10.0.0

- old
+ new

@@ -1,8 +1,9 @@ -## This file builds and runs the test. +# 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.