You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
3.2 KiB
68 lines
3.2 KiB
<?xml version="1.0" encoding='iso-8859-1'?> |
|
|
|
<!-- *********************************************************************** --> |
|
<!-- ******* MD32 tm.xml --> |
|
<!-- *********************************************************************** --> |
|
<!-- * --> |
|
<!-- * Copyright (c) 2011 MediaTek Inc. All Rights Reserved. --> |
|
<!-- * --> |
|
<!-- * This software is protected by copyright and the information contained --> |
|
<!-- * herein is confidential. The software may not be copied and the --> |
|
<!-- * information contained herein may not be used or disclosed except with --> |
|
<!-- * the written permission of MediaTek Inc. --> |
|
<!-- * --> |
|
<!-- *********************************************************************** --> |
|
|
|
<dsptk-part schema="1" name="MD32" family="Md32"> |
|
<sipnor-list> |
|
<sipnor revision="1.3" name="MD32-R13" default="y"/> |
|
<sipnor revision="0.9" name="MD32-R09"/> |
|
<sipnor revision="0.5" name="MD32-R05"/> |
|
<sipnor revision="none" name="MD32_none"/> |
|
</sipnor-list> |
|
<description>Md32 Part</description> |
|
<target-extensions> |
|
<target-extension name=".dlb">Library file</target-extension> |
|
<target-extension name=".doj">Object file</target-extension> |
|
<target-extension name=".dxe">Executable file</target-extension> |
|
<target-extension name=".ldr">Loader file</target-extension> |
|
</target-extensions> |
|
<tool-list> |
|
<tool name="Archiver"> |
|
<property-dll>argui.dll</property-dll> |
|
<input-extensions>.doj</input-extensions> |
|
<output-extensions>.dlb</output-extensions> |
|
</tool> |
|
<tool name="Assembler"> |
|
<description>Md32 Family Assembler</description> |
|
<property-dll>asmgui.dll</property-dll> |
|
<input-extensions>.asm, .s, .dsp</input-extensions> |
|
<output-extensions>.doj, .doj, .doj</output-extensions> |
|
<highlight>Md32asm.ini</highlight> |
|
<single-line-assembler>elfasmMd32.dll</single-line-assembler> |
|
<single-line-disassembler>sldMd32.dll</single-line-disassembler> |
|
</tool> |
|
<tool name="Compiler"> |
|
<description>C/C++ Compiler for Md32</description> |
|
<property-dll>ccgui.dll</property-dll> |
|
<input-extensions>.c, .cpp, .cxx</input-extensions> |
|
<output-extensions>.doj, .doj, .doj</output-extensions> |
|
<highlight>Md32cc.ini</highlight> |
|
</tool> |
|
<tool name="Linker"> |
|
<description>Md32 Family Linker</description> |
|
<property-dll>linkgui.dll</property-dll> |
|
<input-extensions>.dlb, .doj, .ldf</input-extensions> |
|
<output-extensions>.dxe, .dxe, .dxe</output-extensions> |
|
<default-ldf>Md32\ldf\MD32.ldf</default-ldf> |
|
</tool> |
|
<tool name="Loader"> |
|
<description>Md32 Family Loader</description> |
|
<property-dll>ldrgui.dll</property-dll> |
|
<input-extensions>.dxe</input-extensions> |
|
<output-extensions>.ldr</output-extensions> |
|
</tool> |
|
</tool-list> |
|
<help-file>DSP_Toolkit_Help.chm</help-file> |
|
<jtag-ir-width>5</jtag-ir-width> |
|
</dsptk-part>
|
|
|