DFLIPFLOP Bascule D
The DFLIPFLOP block outputs the input state when the enable is
set and on the rising edge of the clock. The input is D the
enable is en and the clock is clk. Q and !Q are the outputs of
this block. This block is almostly used with digital number,
the input data type is int8.
The truth table of this block is
en |
D |
Q |
!Q |
0 |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
0 |
0 |
1 |
1 |
1 |
1 |
0 |
- toujours actif: non
- direct-feedthrough: oui
- détection de passage à zéro: non
- mode: non
- entrée régulières:
- port 1 : taille [1,1] / type 5
- port 2 : taille [1,1] / type 1
- port 3 : taille [1,1] / type 1
- sorties régulières:
- port 1 : taille [1,1] / type 5
- port 2 : taille [1,1] / type 5
- nombre des entrées évènementielles: 0
- nombre des sorties évènementielles: 0
- possède un état continu: non
- possède un état discret: non
- possède un état objet: non
- nom de la fonction de calcul: csuper
- SCI/macros/scicos_blocks/IntegerOp/DFLIPFLOP.sci [voir code]
Fady NASSIF INRIA