1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
9 This block is the wishbone master of the design, connected to the i.MX of APF27
14 <parameter name="imx_clk" type="real" value="133" context="user"/>
19 <input name="clk" type="boolean" width="1" purpose="clock" />
20 <input name="rst" type="boolean" width="1" purpose="reset" />
22 <input name="imx_addr" type="expression" width="$wb_addr_width" clock="$imx_clk" />
23 <input name="imx_data" type="expression" width="$wb_data_width" clock="$imx_clk" />
24 <input name="imx_cs_n" type="boolean" width="1" clock="$imx_clk" />
25 <input name="imx_oe_n" type="boolean" width="1" clock="$imx_clk"/>
26 <input name="imx_eb3_n" type="boolean" width="1" clock="$imx_clk"/>
28 <input name="ack_i" type="boolean" width="1" purpose="wb" />
29 <input name="dat_i" width="$wb_data_width" purpose="wb" />
32 <output name="addr_o" type="expression" width="$wb_addr_width" purpose="wb" />
33 <output name="dat_o" type="expression" width="$wb_data_width" purpose="wb" />
34 <output name="cyc_o" type="boolean" width="1" purpose="wb" />
35 <output name="stb_o" type="boolean" width="1" purpose="wb" />
36 <output name="we_o" type="boolean" width="1" purpose="wb" />
39 <bidir name="imx_data" width="$wb_data_width"/>