u24c02
Advanced Member level 1
- Joined
- May 8, 2012
- Messages
- 404
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 4,101
Hi
I have make DCM component from xilinx coregen like following
dcm dcm_inst
(
.CLKIN_IN( spclk ),
.RST_IN( 1'b0 ),
.CLKFX_OUT( clk_out_0 ),
.CLKIN_IBUFG_OUT( ),
.LOCKED_OUT( lock )
);
But i'm not sure What is this "CLKIN_IBUFG_OUT"
What is for ?
I have make DCM component from xilinx coregen like following
dcm dcm_inst
(
.CLKIN_IN( spclk ),
.RST_IN( 1'b0 ),
.CLKFX_OUT( clk_out_0 ),
.CLKIN_IBUFG_OUT( ),
.LOCKED_OUT( lock )
);
But i'm not sure What is this "CLKIN_IBUFG_OUT"
What is for ?