- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear community members,
We have a little doubt releated to DE4 dev kit by Terasic. We are developing a simple fan controller. Initially, we have used DE4 System Builder projects as reference. As we could note, when we check CLOCK option there, the software assign about 12 pins releated to clock. But, as you can see on Altera's tutorial (How to Begin a Simple FPGA Design Tutorial) just one clock pin is assigned. Our little project use one clock input. We are worried about clock pins not assigned. There are external PLLs connected to the FPGA through those not assigned pins. Can those pins be damaged by external PLLs outputs, if we don't assign clock pins to them? Thanks in advance, RonaldoLink Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not assigned pins in altera devices will be in Z state.
so they will not damage anything. more advanced engineers can correct me.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Bark for your answer! I couldn't find this info in Alteras Satatrix IV Handbook. :(
But I believe that you're right.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- But I believe that you're right. --- Quote End --- Don't just guess, use the tools to know! The Quartus II tool generates a file; Fitter->Pin Out Look at that file. Also look at the setting for unused pins; Assignments->Device, Device and Pin Options, Unused Pins. The default for Stratix IV is "As input tri-stated with weak pull-up". However, for older devices this used to be "As output driving ground". So if you inherit an older project and blindly assume that unused pins are tri-stated by default, you could damage that board. So, now you know :) Cheers, Dave

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