1 |
12 |
alfik |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
3 |
|
|
<head>
|
4 |
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
5 |
|
|
<title>ao68000: ao68000_tool documentation</title>
|
6 |
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
7 |
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
8 |
|
|
</head>
|
9 |
|
|
<body>
|
10 |
|
|
<!-- Generated by Doxygen 1.7.2 -->
|
11 |
|
|
<div class="navigation" id="top">
|
12 |
|
|
<div class="tabs">
|
13 |
|
|
<ul class="tablist">
|
14 |
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
15 |
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
16 |
|
|
<li><a href="annotated.html"><span>Design Unit List</span></a></li>
|
17 |
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
18 |
|
|
</ul>
|
19 |
|
|
</div>
|
20 |
|
|
<div class="navpath">
|
21 |
|
|
<ul>
|
22 |
|
|
<li><a class="el" href="index.html">index</a> </li>
|
23 |
|
|
</ul>
|
24 |
|
|
</div>
|
25 |
|
|
</div>
|
26 |
|
|
<div class="header">
|
27 |
|
|
<div class="headertitle">
|
28 |
|
|
<h1>ao68000_tool documentation </h1> </div>
|
29 |
|
|
</div>
|
30 |
|
|
<div class="contents">
|
31 |
|
|
<p>The ao68000_tool is used to:</p>
|
32 |
|
|
<ul>
|
33 |
|
|
<li>generate a microcode operations Java file, which contains all available microcode operations (<a class="el" href="page_microcode_operations.html">Microcode operations</a>): <code>./sw/ao68000_tool/src/ao68000_tool/Parser.java</code>. It is generated from <code>./rtl/ao68000.v</code>,</li>
|
34 |
|
|
<li>generate microcode for ao680000 (<a class="el" href="page_microcode_compilation.html">Microcode compilation</a>) with microcode locations. The microcode is generated and stored into an Altera MIF format file located at: <code>./rtl/ao68000_microcode.mif</code>. The microcode locations are inserted into:<code>./rtl/ao68000.v</code></li>
|
35 |
|
|
<li>run and compare the results of <a class="el" href="classao68000.html" title="ao68000 top level module.">ao68000</a> RTL simulation of <code>./tests/compare_with_winuae/verilog/tb_ao68000</code> with the software MC68000 emulation of <code>./tests/compare_with_winuae/winuae/ao</code> (<a class="el" href="page_verification.html">Processor verification</a>),</li>
|
36 |
|
|
<li>extract the specification contents from Doxygen HTML output, to generate the specification ODT file.</li>
|
37 |
|
|
</ul>
|
38 |
|
|
<p>The tool is located at: <code>./sw/ao68000_tool.jar</code>. </p>
|
39 |
|
|
</div>
|
40 |
15 |
alfik |
<hr class="footer"/><address class="footer"><small>Generated on Sat Jan 15 2011 17:55:18 for ao68000 by 
|
41 |
12 |
alfik |
<a href="http://www.doxygen.org/index.html">
|
42 |
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address>
|
43 |
|
|
</body>
|
44 |
|
|
</html>
|