WorkspaceManager_Err-SignalsWithNoLoadSignals with no Load_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent category: Violations Associated with Nets
Default report mode:
Summary Copy Link Copied
This violation occurs when a pin (with I/O Type Output
or IO
), or a sheet entry (with I/O Type Input
or Bidirectional
), is not connected to another part of the circuit (e.g. pin, port, sheet entry, power port, offsheet connector).
Notification Copy Link Copied
If compiler errors and warnings are enabled for display on the schematic (enabled on the Schematic - Compiler page of the Preferences dialog) an offending object will display a colored squiggle beneath it. A notification is also displayed in the Messages panel in the following format:
Signal
<SignalName> has no load
where:
- SignalName is the name of the affected signal.
Recommendation for Resolution Copy Link Copied
If the offending pin or sheet entry is intended to be used within the design, ensure that it is connected to the relevant point in the circuit.
If the offending object is a component pin and you do not intend to use it within the design, simply place a No ERC directive on the pin.
If the offending object is a sheet entry that you do not intend to use, simply remove it from its parent sheet symbol.
Tips Copy Link Copied
- This violation type will only be displayed when compiling an FPGA project (
*.PrjFpg
), a single source schematic that is part of an FPGA project, or a free schematic document.