Module | RubyVpi |
In: |
lib/ruby-vpi.rb
lib/ruby-vpi/rcov.rb |
COVERAGE_ANALYSIS | = | Rcov::CodeCoverageAnalyzer.new |
COVERAGE_ANALYSIS_HANDLERS | = | [] |
Initializes the bench by setting up code coverage, the interactive debugger, and so on:
aDesignId: | The name of the Ruby object which gives access to the design under test. |
aSpecFormat: | The name of the format being used by the specification. |
aSimulationCycle: | A block that simulates the design under test by, for example, toggling the clock signal. |