- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used verilog HDL code to write my program in Quartus II for FPGA Cyclone II. I realized input pins are set High by default when they are unconnected. This makes a big problem when for example a wire is disconnected in our system. How can I set the default value to 0 or GND?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Amin,
You may change the state of the unused pin in FPGA. To do so, go to Quartus -> Device -> Unused Pin -> input as tri-state. If the pin is used but it need to be disconnected, i think the best way to change the state of the pin is to write a logic for this.
Regards,
YL
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