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

Private GIT Repository
changed ref/impls xsd and xml
[blast.git] / lib / references / apf27-wb-master.xml
index 777424e857baaabd2629ee20e47e190f7054e2c2..83a8a046de6eeaf91fa0dbfb2c81163a8a2a5039 100644 (file)
@@ -4,18 +4,14 @@
     <name>
       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
-      </brief>
-      <detailed>
-       This block is the wishbone master of the design, connected to the i.MX of APF27
-      </detailed>     
     </description>    
   </informations>
 
   <parameters>
+    <parameter name="imx_clk" type="positive" value="133" context="user"/>
   </parameters>
 
   <interfaces>
       <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" />