| GenLib User's Manual | ||
|---|---|---|
| <<< Previous | Next >>> | |
Generate a N bits static flip-flop named modelname. The two latches of this flip-flop are static, i.e. each one is made of two interters looped togethers.
How it works :
wen when set to '1' enables the writing of the flip-flop.
| GENLIB_MACRO(DPGEN_SFF, "model_sff_32"
                      , F_BEHAV|F_PLACE
                      , 32
                      );
GENLIB_LOINS( "model_sff_32"
            , "instance1_sff_32"
            , "wen"
            , "ck"
            , "i0[31:0]"
            ,  "q[31:0]"
            , "vdd", "vss", NULL
            );
     | 
| <<< Previous | Home | Next >>> | 
| DPGEN_DFFT | Up | DPGEN_SFFT |