<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>File: runner_boot_loader.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="fileHeader"> <h1>runner_boot_loader.rb</h1> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Path:</strong></td> <td>lib/ruby-vpi/runner_boot_loader.rb </td> </tr> <tr class="top-aligned-row"> <td><strong>Last Update:</strong></td> <td>Mon Jul 30 19:57:18 -0700 2007</td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> Initializes the test bench by setting up code coverage, the interactive <a href="runner_boot_loader_rb.html#M000001">debugger</a>, and so on: </p> <ol> <li>loads the design.rb file </li> <li>loads the proto.rb file if prototyping is enabled </li> <li>loads the spec.rb file </li> </ol> </div> <div id="requires-list"> <h3 class="section-bar">Required files</h3> <div class="name-list"> rubygems ruby-vpi ruby-vpi/util ruby-vpi/vpi ruby-vpi/rcov ruby-debug </div> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000003">const_missing</a> <a href="#M000001">debugger</a> <a href="#M000002">method_missing</a> </div> </div> </div> <!-- if includes --> <div id="includes"> <h3 class="section-bar">Included Modules</h3> <div id="includes-list"> <span class="include-name"><a href="../../../classes/Vpi.html">Vpi</a></span> </div> </div> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000003" class="method-detail"> <a name="M000003"></a> <div class="method-heading"> <span class="method-name">const_missing</span><span class="method-args">(*a, &b)</span> </div> <div class="method-description"> <p> Alias for <a href="runner_boot_loader_rb.html#M000002">method_missing</a> </p> </div> </div> <div id="method-M000001" class="method-detail"> <a name="M000001"></a> <div class="method-heading"> <a href="runner_boot_loader_rb.src/M000001.html" target="Code" class="method-signature" onclick="popupCode('runner_boot_loader_rb.src/M000001.html');return false;"> <span class="method-name">debugger</span><span class="method-args">()</span> </a> </div> <div class="method-description"> <p> Starts an interactive debugging session. </p> </div> </div> <div id="method-M000002" class="method-detail"> <a name="M000002"></a> <div class="method-heading"> <a href="runner_boot_loader_rb.src/M000002.html" target="Code" class="method-signature" onclick="popupCode('runner_boot_loader_rb.src/M000002.html');return false;"> <span class="method-name">method_missing</span><span class="method-args">(*a, &b)</span> </a> </div> <div class="method-description"> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>