+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<block>
+ <informations>
+ <name>
+ source-2O
+ </name>
+ <category ids="6" />
+ <description>
+ <brief>
+ A testing source block, with 2 outputs
+ </brief>
+ <detailed>
+ A testing source block, with 2 outputs
+ </detailed>
+ </description>
+ </informations>
+
+ <parameters>
+ <parameter name="data_width" type="string" value="8" context="user"/>
+ </parameters>
+
+ <interfaces>
+ <inputs>
+ <input name="clk" width="1" purpose="clock" />
+ <input name="rst" width="1" purpose="reset" />
+ </inputs>
+ <outputs>
+ <output name="data1_o" width="$data_width"/>
+ <output name="data2_o" width="$data_width"/>
+ </outputs>
+ </interfaces>
+
+</block>