ORCAD16.6中原理圖DRC檢查(下)
上次說了電氣規則,下面接著說物理規則。
參考了http://blog.sina.com.cn/s/blog_e0ae98f10101fhg1.html;
5、物理規則
check power pin visible——檢查電源引腳可視性;
check missing pin number——檢查是否有丟失的Pin numbers;
check missing/illegal PCB footprint property——檢查缺失或者不符合規則的PCB封裝庫定義。沒有此項規則導入原理圖導入PCB時可能會出項許多問題。
Check Normal Convert view sync ——檢查不同視圖下的Pin numbers的一致性。
Check power ground short——檢查電源、地短接。
Check incorrect Pin_Group assignment——檢查Pin_Group屬性的正確性;
Check Name Prop consisrency——檢查名稱屬性的一致性;(猜的,Prop=Property)
Check high speed props syntax——檢查高速props語法有無錯誤;
Custom DRC——自定義的DRC;
Reports:
Report visible unconnected power pin——導出可見的未連接電源引腳;
Report invalid Refdes——導出無效的參考編號;
Report unused part package——導出未使用的部分封裝;
Report indentical part reference——導出相同元件的編號;
6、ERC Matrix
ERC:Electrical Rule Checker,電氣規則檢查矩陣。
不同屬性的管腳相連是不報錯,報警告還是報錯誤的矩陣設置。
Input:輸入引腳;
Bidirectional:雙向引腳;
Ouput:輸出引腳;
Open Collector:集電極開路引腳;
Passive:無源引腳;
3 State:三態引腳;
Open Emitter:射極開路引腳;
Input Port:輸入端口;
Bidirectional Port:雙向端口;
Ouput Port:輸出端口;
Open Collector Port:集電極開路端口;
Passive Port:無源端口;
3 State Port:三態端口;
Open Emitter Port:射極開路端口;
Power:電源引腳;
Unconnected:未連接;
ORCAD16.6中原理圖DRC檢查(下)