bin/generate_test_tpl/bench.rb in ruby-vpi-11.0.0 vs bin/generate_test_tpl/bench.rb in ruby-vpi-11.1.0
- old
+ new
@@ -1,6 +1,7 @@
# This file is the Ruby side of the bench.
+require 'ruby-vpi'
RubyVpi.init_bench :<%= aOutputInfo.designClassName %>, :<%= aOutputInfo.specFormat %>
<% if aOutputInfo.specFormat == :generic %>
<%= aOutputInfo.specClassName + '.new' %>
<% end %>