The ao68000_tool is used to:
- generate a microcode operations Java file, which contains all available microcode operations (Microcode operations):
./sw/ao68000_tool/src/ao68000_tool/Parser.java
. It is generated from ./rtl/ao68000.v
,
- generate microcode for ao680000 (Microcode compilation) with microcode locations. The microcode is generated and stored into an Altera MIF format file located at:
./rtl/ao68000_microcode.mif
. The microcode locations are inserted into:./rtl/ao68000.v
- run and compare the results of ao68000 RTL simulation of
./tests/compare_with_winuae/verilog/tb_ao68000
with the software MC68000 emulation of ./tests/compare_with_winuae/winuae/ao
(Processor verification),
- extract the specification contents from Doxygen HTML output, to generate the specification ODT file.
The tool is located at: ./sw/ao68000_tool.jar
.