<!--

XML module description created from .mod file by automated conversion.
Since some information covered by the new format is not provided by
the old .mod-format, it needs to be added manually.

For this file this would be:
- module description
- dma memory size (attribute dmawords in element interface)
- direction of ports (attribute direction of element ports)
  (use ports-element to group port elements by direction)
- width of ports (attribute width of element port, defaults to 1)

-->

<module xmlns="http://www.mr.inf.tu-dresden.de/spartanmc/module" name="example_dma" text="Example-DMA" type="peripheral" category="Interface">
	<description>
		%insert module description here%
	</description>
	<interface toplevel="example_dma" registers="0">
		<memory size="1024" instance="example_dma/DMARAM00"/>
	</interface>
	<ports direction="input">
		<port name="dma_clk" net="example_dma_clk" />
		<port name="reset" net="example_dma_reset" />
                <port name="i_sig4" net="input4" />
	</ports>
	<ports direction="output">
		<port name="exception_ir" net="exeption_ir" />
		<port name="rx_success_ir" />
		<port name="tx_success_ir" />
               	<port name="o_sig1" net="output1"/>
		<port name="o_sig2" net="output2"/>
		<port name="o_sig3" net="output3"/>
	</ports>
</module>
