X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/756baf5c8eaf003e8271dab9c395de2b0e704857..e40a5399ec7887c2606f18575c809b0d05b09278:/lib/references/apf27-wb-master.xml?ds=inline diff --git a/lib/references/apf27-wb-master.xml b/lib/references/apf27-wb-master.xml index 8c770f8..293b847 100644 --- a/lib/references/apf27-wb-master.xml +++ b/lib/references/apf27-wb-master.xml @@ -2,9 +2,9 @@ <block> <informations> <name> - clkrstgen + apf27_wb_master </name> - <category ids="100" /> + <category ids="8" /> <description> <brief> This block is the wishbone master of the design, connected to the i.MX of APF27 @@ -16,6 +16,7 @@ </informations> <parameters> + <parameter name="imx_clk" type="positive" value="133" context="user"/> </parameters> <interfaces> @@ -23,10 +24,11 @@ <input name="clk" type="boolean" width="1" purpose="clock" /> <input name="rst" type="boolean" width="1" purpose="reset" /> - <input name="imx_addr" type="expression" width="$wb_addr_width" /> - <input name="imx_cs_n" type="boolean" width="1" /> - <input name="imx_oe_n" type="boolean" width="1" /> - <input name="imx_eb3_n" type="boolean" width="1" /> + <input name="imx_addr" type="expression" width="$wb_addr_width" clock="$imx_clk" /> + <input name="imx_data" type="expression" width="$wb_data_width" clock="$imx_clk" /> + <input name="imx_cs_n" type="boolean" width="1" clock="$imx_clk" /> + <input name="imx_oe_n" type="boolean" width="1" clock="$imx_clk"/> + <input name="imx_eb3_n" type="boolean" width="1" clock="$imx_clk"/> <input name="ack_i" type="boolean" width="1" purpose="wb" /> <input name="dat_i" width="$wb_data_width" purpose="wb" />