Project

General

Profile

IP documentation » History » Version 5

Jean-Christophe Pellion, 27/02/2014 01:14 PM

1 2 Jean-Christophe Pellion
{{child_pages}}
2
3
{{collapse(View details...)
4
This is a block of text that is collapsed by default.
5
It can be expanded by clicking a link.
6
}}
7
8
----
9
10
<pre><code class="C++">
11
  GENERIC (
12
    NB_FF_OF_SYNC : INTEGER := 2);
13
14
  PORT (
15
    clk    : IN  STD_LOGIC;
16
    rstn   : IN  STD_LOGIC;
17
    A      : IN  STD_LOGIC;
18
    A_sync : OUT STD_LOGIC);
19
</code></pre>
20
21 1 Jean-Christophe Pellion
h1. IP documentation
22 2 Jean-Christophe Pellion
23
h2. General Purpose
24
25 3 Jean-Christophe Pellion
----
26
27 2 Jean-Christophe Pellion
h3. Synchronizer
28 1 Jean-Christophe Pellion
29 3 Jean-Christophe Pellion
{{collapse(SyncFF)
30
31 5 Jean-Christophe Pellion
!{width: 20%}SYNC_FF.png!
32 3 Jean-Christophe Pellion
33
}}
34 2 Jean-Christophe Pellion
35
{{include(https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/VHD_Lib/files/bf3115c7b73fabc361d1693b36a643a1f87c8897/lib/staging/LPP/JCP/general_purpose/Synchronizer/SYNC_FF.vhd)}}