Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > ffa1e6f5ad04360808fe8840fe3ba036 > files > 290

vrq-devel-1.0.88-1.fc14.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>vrq: Frequently Asked Questions</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
  <table border="0" cellspacing="0" cellpadding="0" width="100%">
   <tr>
    <td width="180"><a href="index.html"><img src="vrq.png" width="150" height="100" border="0" alt="vrq"></a></td>
    <td background="top_bg.png" align="right" width="100%">
      <img src="glyth.png" width="500" height="100" border="0" alt="">
    </td>
   </tr>
   <tr>
    <td background="#FFFFFF" align="right" width="50" height="4"></td>
   </tr>
  </table>
</head><body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>Frequently Asked Questions </h1>  </div>
</div>
<div class="contents">
<html>
  <head>
    <title>vrq &raquo; vrqfaq</title>
    <link rel="stylesheet" href="static/style.css" type="text/css" />
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  </head>
  <body>
    <div class="wiki" id="content_view" style="display: block;">
<div id="toc"><h1 class="nopad">Table of Contents</h1><div style="margin-left: 1em;"><a href="#toc0">Frequently Asked Questions</a></div>
<div style="margin-left: 2em;"><a href="#toc1">What license is VRQ released under?</a></div>
<div style="margin-left: 2em;"><a href="#toc2">Does that prohibit me from using verilog code processed by VRQ in commercial products?</a></div>
<div style="margin-left: 2em;"><a href="#toc3">Can the VRQ lex, parser, etc be included in a commercial SW product?</a></div>
<div style="margin-left: 2em;"><a href="#toc4">Can I write a plugin tool? Is there documentation available regarding the tool API and VRQ internals?</a></div>
<div style="margin-left: 2em;"><a href="#toc5">Does VRQ support the entire Verilog 2005 standard?</a></div>
<div style="margin-left: 2em;"><a href="#toc6">Does VRQ support System Verilog? If not will it in the future?</a></div>
<div style="margin-left: 2em;"><a href="#toc7">Can the output of one tool be used as the input to another?</a></div>
</div>
<h1 id="toc0">Frequently Asked Questions</h1>
<h2 id="toc1">What license is VRQ released under?</h2>
VRQ is released under the GPLv2 license. Currently all the include plugins are GPLv2 as well, however this many not remain the case as any compatible license would be allowed.<br />
<hr />
<h2 id="toc2">Does that prohibit me from using verilog code processed by VRQ in commercial products?</h2>
Absolutely not! The intent is provide a useful tool an framework the all may to create HW for commercial, educational or personal benefit.<br />
<hr />
<h2 id="toc3">Can the VRQ lex, parser, etc be included in a commercial SW product?</h2>
No VRQ is released under the GPLv2 license and its terms of use must be met. However it is possible to supply VRQ under a different license, please contact the author for details.<br />
<hr />
<h2 id="toc4">Can I write a plugin tool? Is there documentation available regarding the tool API and VRQ internals?</h2>
You can certainly write a tool, there have been others who have. However at this time there is no documentation other than the source code to help with this. If you wish to do so the file node.h contains the parse tree node descriptions. Also using one of the existing plugin tools as a template can be most helpful.<br />
<hr />
<h2 id="toc5">Does VRQ support the entire Verilog 2005 standard?</h2>
Not completely. There are a few small things like the library constructs that are not currently supported. Note however some of the tools are less complete. For instance the <a class="wiki_link_new" href="sim.html">sim</a> tool is based upon the VeriWell source code which only supports a subset of Verilog 1995.<br />
<hr />
<h2 id="toc6">Does VRQ support System Verilog? If not will it in the future?</h2>
Currently VRQ does not support System Verilog constructs. Over time support will be added.<br />
<hr />
<h2 id="toc7">Can the output of one tool be used as the input to another?</h2>
Yes. You can use multiple -tool switches on the command line. The output of one tool will be pipelined into the input of the next.<br />
<hr />

    </div>
  </body>
</html>
 </div>
<hr class="footer"/><address class="footer"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>