| 
		 | 	
  
FUNCTION DFF (D,CLK,CLRN,PRN) RETURNS (Q);
COMPONENT DFF
   PORT (d   : IN STD_LOGIC;
      clk : IN STD_LOGIC;
      clrn: IN STD_LOGIC;
      prn : IN STD_LOGIC;
      q   : OUT STD_LOGIC );
END COMPONENT;
   
  | 
  
   
  | 
 |||||||||||||||||||||||||||||||||||
   
  | 
  
   
  | 
 |||||||||||||||||||||||||||||||||||
* Qo = level of Q before clock pulse
All flipflops are positive-edge-triggered.
| 
       - PLDWorld -  | 
    
| 
       
  | 
  
| Created by chm2web html help conversion utility. |