samp/counter/counter_xunit_bench.v in ruby-vpi-10.0.0 vs samp/counter/counter_xunit_bench.v in ruby-vpi-11.0.0
- old
+ new
@@ -10,10 +10,10 @@
counter #(.Size(Size)) counter_xunit_bench_design(.clock(clock), .reset(reset), .count(count));
// connect to the Ruby side of this bench
initial begin
clock = 0;
- $ruby_init("ruby", "-w", "-rubygems", "counter_xunit_bench.rb");
+ $ruby_init("ruby", "-w", "-rubygems", "-rruby-vpi", "counter_xunit_bench.rb");
end
always begin
#5 clock = ~clock;
end