- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,everyone.
I used a PLL to generate the special clock,after coplilation,an error occured:Error: Clock input port inclk[0] of PLL "d5m_pll" must be driven by a non-inverted input pin or another PLL, optionally through a Clock Control block. The code listed: sys_pll d5m_pll( .areset(1'b0), .inclk0(OSC_50_BANK2_in), .c0(), .c2(D5M_XCLKIN),//24M .locked() ); OSC_50_BANK2_in is a clock source. Please tell me how the problem occured and how to solve it,thank you very much。Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm guessing OSC_50_BANK2_in is assigned to a pin that isn't a dedicated clock input location. Look in the Pin Planner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you,I will check again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are right.I didn't assign to the clock.Thank you very much.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page