OpenCores
URL https://opencores.org/ocsvn/ao68000/ao68000/trunk

Subversion Repositories ao68000

[/] [ao68000/] [trunk/] [doc/] [doxygen/] [html/] [page_microcode_compilation.html] - Blame information for rev 13

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
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: Microcode compilation</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&#160;Page</span></a></li>
15
      <li><a href="modules.html"><span>Modules</span></a></li>
16
      <li><a href="annotated.html"><span>Design&#160;Unit&#160;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>Microcode compilation </h1>  </div>
29
</div>
30
<div class="contents">
31
<p>The <a class="el" href="classao68000.html" title="ao68000 top level module.">ao68000</a> microcode is represented as an Java program. Execution of this program results in generating the binary microcode.</p>
32
<h3>Microcode operations</h3>
33
<p>All possible microcode operations are described at the beginning of <code>./rtl/ao68000.v</code>. The locations of:</p>
34
<ul>
35
<li>each operation in the microcode word,</li>
36
<li>every procedure in the microcode</li>
37
</ul>
38
<p>are auto-generated and inserted to the same file. All the available operation are also represented as Java functions and saved in an auto-generated file, located at <code>./sw/ao68000_tool/Parser.java</code> (<a class="el" href="page_microcode_operations.html">Microcode operations</a>). This auto-generated data is generated by the tool <code>./sw/ao68000_tool/</code> (<a class="el" href="page_tool.html">ao68000_tool documentation</a>).</p>
39
<h3>Microcode compilation</h3>
40
<p>The source for the microcode is located at <code>./sw/ao68000_tool/Microcode.java</code> (<a class="el" href="page_microcode.html">Microcode</a>).</p>
41
<p>The compiled microcode, in Altera MIF format, is located at <code>./rtl/ao68000_microcode.mif</code>.</p>
42
<p>The tool <code>./sw/ao68000_tool/</code> (<a class="el" href="page_tool.html">ao68000_tool documentation</a>) is used to compile the microcode source and transform it into a MIF file. The makefile containing instructions for performing the compilation is located at <code>./Makefile</code>. </p>
43
</div>
44 13 alfik
<hr class="footer"/><address class="footer"><small>Generated on Sat Jan 15 2011 16:45:29 for ao68000 by&#160;
45 12 alfik
<a href="http://www.doxygen.org/index.html">
46
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address>
47
</body>
48
</html>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.