Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is for CLKIN_IBUFG_OUT?

Status
Not open for further replies.

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 ?
 

Usually there is a "datasheet" or some such button in coregen that opens up helpful documentation for precisely this occasion.

Or search for "Libraries Guide for HDL Designs" for your specific FPGA. Then read the part on DCM. That will definitely describe those signals.
 

Sorry i dont understand this conversation's point.


- - - Updated - - -

Sorry i can't find CLKIN_IBUFG_OUT

Usually there is a "datasheet" or some such button in coregen that opens up helpful documentation for precisely this occasion.

Or search for "Libraries Guide for HDL Designs" for your specific FPGA. Then read the part on DCM. That will definitely describe those signals.
 

CLKIN_IBUFG_OUT is simply a buffered form of CLKIN_IN.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top