]> AND Private Git Repository - blast.git/blob - block-2I2O.xml
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
finished testbench generation
[blast.git] / block-2I2O.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block>
3   <informations>
4     <name>
5       block-2I2O
6     </name>
7     <category ids="8" />  
8     <description>
9       A testing block with 2 inputs, 2 outputs
10     </description>    
11   </informations>
12
13   <parameters>
14     <parameter name="data_width" type="string" value="8" context="user"/>
15   </parameters>
16
17   <interfaces>
18     <inputs>
19       <input name="clk" width="1" purpose="clock" />
20       <input name="rst" width="1" purpose="reset" />
21       
22       <input name="data1_i" width="$data_width"/>
23       <input name="data2_i" width="$data_width"/>      
24     </inputs>
25     <outputs>
26       <output name="data1_o" width="$data_width"/>
27       <output name="data2_o" width="$data_width"/>      
28     </outputs>
29   </interfaces>
30
31 </block>