- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Say a user design consists of an XOR gate.
Input A,
Input B,
Output C.
Always @(*) C = A && ~B || ~A && B;
For whatever reason though the PCB does not connect input A to anything.
What is the default floating electrical state of input A? Is it guaranteed? Does leaving it floating incur ESD or device damage risk?
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Are you using the programmable pull-up resistor? If so, then yes, the state is known...
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Depends on how the device was configured. Inputs have both a BUS HOLD and PASSIVE PULLUP option. Either one or the other, or neither, is possible. A CMOS input should not be left floating, it can just propagate noise otherwise. So the answer is 'it depends'.
If passive pullup is configured, then if unconnected it would be HIGH.
If bus hold is configured, then if unconnected it would be HIGH or LOW.
If neither of the above are configured (not recommended) it could be anything, possibly high frequency noise.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
ak6dn et al,
I'm also concerned that stray low-current HV ESD impulse noise can fry an unconnected non-pulled up or non-bus-hold input, assuming it has negligible ESD withstand capability. Concern that a fairly low current ESD/surge stray can furthermore induce catastrophic latch-up .
What is even more concerning is what to do with a Cyclone IV's unconnected dedicated clock input pins! As far as I know there is no option for enabling bus hold or weak pullup in their assignments.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
For any unused input, enable the passive pullup. No reasonable designer would let a CMOS input float. Don't do it.
Enable passive pullup, or add an external pullup/pulldown, as appropriate, for any iinput that may ever possibly not be driven by an external source.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi ,
In my opinion, dont try to connect to floating
