Entity: BUFR

Diagram

BUFR_DIVIDE SIM_DEVICE I CE CLR O

Description

#

Generics

Generic name Type Value Description
BUFR_DIVIDE 4
SIM_DEVICE 0

Ports

Port name Direction Type Description
I input clock input
CE input async output clock enable
CLR input async clear for divider logic
O output clock output

Instantiations

Description
assign O=I & CE & ~CLR;
TODO: need to paraemtrize this!!!