]> AND Private Git Repository - blast.git/blob - lib/references/apf27-wb-master.xml
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
97300cd2ab46eef1c5e38b27521872d3b1538808
[blast.git] / lib / references / apf27-wb-master.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block>
3   <informations>
4     <name>
5       wishbone master for apf27
6     </name>
7     <category ids="1,4" />  
8     <description>
9       <brief>
10         This block is the wishbone master of the design, connected to the i.MX of APF27
11       </brief>
12       <detailed>
13         This block is the wishbone master of the design, connected to the i.MX of APF27
14       </detailed>     
15     </description>    
16   </informations>
17
18   <parameters>
19   </parameters>
20
21   <interfaces>
22     <inputs>
23       <input name="clk" type="boolean" width="1" purpose="clock" />
24       <input name="rst" type="boolean" width="1" purpose="reset" />
25       
26       <input name="imx_addr" type="expression" width="$wb_addr_width" />
27       <input name="imx_cs_n" type="boolean" width="1" />
28       <input name="imx_oe_n" type="boolean" width="1" />
29       <input name="imx_eb3_n" type="boolean" width="1" />
30       
31       <input name="ack_i" type="boolean" width="1" purpose="wb" />
32       <input name="dat_i" width="$wb_data_width" purpose="wb" />
33     </inputs>
34     <outputs>
35       <output name="addr_o" type="expression" width="$wb_addr_width" purpose="wb" />
36       <output name="dat_o" type="expression" width="$wb_data_width" purpose="wb" />      
37       <output name="cyc_o" type="boolean" width="1" purpose="wb" />
38       <output name="stb_o" type="boolean" width="1" purpose="wb" />
39       <output name="we_o" type="boolean" width="1" purpose="wb" />
40     </outputs>
41     <bidirs>
42       <bidir name="imx_data" width="$wb_data_width"/>
43     </bidirs>
44   </interfaces>
45
46 </block>