Project

General

Profile

IP documentation » History » Version 7

Jean-Christophe Pellion, 27/02/2014 01:40 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 7 Jean-Christophe Pellion
!{width: 20%}SYNC_FF.png! 
31
|_.Signal      |_.Type         |_.Size  |_.Function            |_. Active   |
32
|clk           |input          |1       |clock                 |rising edge |
33
|rstn          |input          |1       |reset                 |low         |
34
|A             |input          |1       |data in               |            |
35
|A_sync        |ouput          |1       |data out synchronized |            |
36 6 Jean-Christophe Pellion
37 3 Jean-Christophe Pellion
}}
38 2 Jean-Christophe Pellion
39
{{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)}}