Cadence PCB設計使用筆記
五、建立電路板
1、建立Mechanical Symbol(FileNew...mechanical symbol)
繪制外框(outline):OptionsBoard geometry:outline
添加定位孔:Optionspadstack
傾斜拐角:(dimensionchamfer)
尺寸標注:ManfactureDimension/DraftParameters...
設定走線區域:shapepolygon...option oute keepin:all
設置擺放元件區域:Editz-copy shape...optionspackage keepin:all;size:50.00;offset:xx
設置不可擺放元件區域:setupareaspackage keepout....optionspackage keepout:top
設定不可走線區域:setupareas oute keepout....options oute keepout:top
保存(Filesave:xx.dra)
六、建立電路板(FileNew...oard)
1、建立文件
放置外框Mechanical symbols和PCB標志文件Fomat symbols:PlaceManually...placement listMechanical symbols。
放置定位孔元件:PlaceManually...placement listMechanical symbols。(同前一種效果)
放置光學定位元件
設置工作grid
設定擺放區間(AddRectangle: optionsBoard Geometry;Top Room
設定預設DRC值:SetupConstraints...
設定預設貫穿孔(via)
增加走線內層:setupsubclass...
DRC as photo Film Type:Positive正片形式,對應Layer type為Conductor;negative:負片對應Layer type為Plane
2、保存電路板文件
3、讀入Netlist:FileImportLogic...
七、設置約束規則
1、Allegro中設置約束規則(SetupConstraints..)Spacing Rules和 Physical Rules
2、設置默認規范...setconstraintsset standard value
3、設置和賦值高級間距規范 :
設定間距規范值:set value
設定間距的Type屬性:EditProperties ets....D6/8,同組間距為6;與其他信號線間距為8mil
添加規范值set valueadd...
4、設置和賦值高級物理規范 :(基本同上)
設定物理規范值:
5、建立設計規范的檢查(setup constraits... )
八、布局
1、手動擺放元件:Placemanually......
查看元件屬性:DisplayElemant;;FindComps;單擊要查看屬性的元件
2、自動擺放元件:PlaceQuick Place......
3、隨機擺放:EditMove...
4、自動布局:Place auto Place
網格:Top Grid..
設置元件進行自動布局的屬性:EditProperties Find ..more..
5、設定Room:
設定Room:add ectangle;optionsoard geometry op room
給Room定義名字;Add ext;optionsoard geometry op room
定義該Room所限制的特性和定義某些元件必須放置在該Room中:
定義Room所限制的特性:EditProperties;選中Room;Edit properties;Room_type=hard(指定room的元件必須放Room中)
定義放入Room中的元件:Editproperties;Finf...more...Room=...
6、擺放調整(Move、Mirror、Spin)
7、交換(swap)(配合原理圖使用,比較少用)
8、未擺放元件報表(ToolReport...)
9、已擺放元件報表(ToolReport...)
九、原理圖與Allegro交互參考
1、原理圖交互參考的設置方法
Capture中元件屬性PCB FootPrint輸入Allegro可識別的元件封裝;
2、Capture與Allegro的交互
Capture:ToolsCreate netlist....
AllegrplaceManually;
Capture:OptionPreferences...MiscellaueousEnable Intertool communication
Capture和Allegro的交互操作:
Allegro:DisplayHighLight;對應Capture中元件高亮
Capture:選中元件右鍵Allegro select;對應Allegro選中其封裝;
Capture修改原理圖:**.dsnCreate Netlist...Create or Update Allegro BoardInput Board;Output Board
10、建立電源與接地層
添加層:SetupSubclass...EtchLayout Cross section(...)
Top/Bottom;CopperConductorTop/BottonPositive
FR-4:Dielectric
VCC/GND:CopperPlaneVCC/GNDNegative
鋪設VCC層面:AddLine;OptionsetchVcc ;shapecompose shapevcc plane;單擊外框,系統自動添加VCC平面
也可以使用Shape add rectangle;注意指定net;以替換 dummy net
鋪設GND層面:
電源層分割的問題:使用Shape Void rectangle隔開plane 然后在這里添加另一電源層平面,注意指定net;以替換 dummy net.
評論