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

Private GIT Repository
moved clocks list to graph
[blast.git] / lib / references / clkrstgen.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block>
3   <informations>
4     <name>
5       clkrstgen
6     </name>
7     <category ids="100" />  
8     <description>
9       This block generates a reset signal synchronous to an external clock
10       and relays the external clock.
11     </description>    
12   </informations>
13
14   <parameters>
15     <parameter value="0" type="boolean" context="generic" name="invert_reset"/>
16   </parameters>
17
18   <interfaces>
19     <inputs>
20       <input name="ext_clk" type="boolean" width="1" purpose="clock" />
21       <input name="ext_reset" type="boolean" width="1" purpose="reset" />
22     </inputs>
23     <outputs>
24       <output name="clk" type="boolean" width="1" purpose="clock" />
25       <output name="reset" type="boolean" width="1" purpose="reset" />
26     </outputs>
27   </interfaces>
28   
29 </block>