Is there a way to copy layout from existing design to new design. ( specially Processor and DDR3 interface ). I am working on new design and like to copy Processor-DDR3 layout from a working design ( rather than starting from ground zero).
Announcement
Collapse
No announcement yet.
Layout copy from board to board
Collapse
X
-
These could help you:
- Altium – How to COPY Component Placement
- Altium Designer – Copy and Paste PCB Layout
-
Hi Robert, Thanks for these. I was able to copy critical traces from exiting design to new design with these. I copied the traces layer by layer ... but is there a way to copy all the traces on different layers at once and then paste them on new layout.
Comment
-
You can use the PCB panel to select the particular nets (net classes if possible for convenience). That will select everything in those nets, including the vias. More specific selection you can do with the PCB filter. For example:
(IsTrack Or IsVia) And InNetClass('DDR3_BANK0')
That will select all tracks and vias in BANK0 on all layers.
- Likes 1
Comment
Comment