X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f
X-Recipient: geda-help AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=penguindevelopment.org; h=
message-id:date:from:mime-version:to:subject:references
:in-reply-to:content-type:content-transfer-encoding; q=dns; s=
penguindevelopment.org; b=ciQ9z6utPE/3RoVeIgCaY1GTh5eSagUAyN9huh
fKPu03X4VDh6zH0JxC9uA19MIhDzFN7mTQ6hGy6K3Bm9ZFzEDyaJ3rXzfxv1vxEj
4ygrYP07EBAm0n95drDL3dxXUNNKKzynD4Q4s6OxNMUJezDjUEgM9DEElWw+0SD/
Gq/Io=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=penguindevelopment.org; h=
message-id:date:from:mime-version:to:subject:references
:in-reply-to:content-type:content-transfer-encoding; s=
penguindevelopment.org; bh=DzSze2/mZ66GKM3aW6moexJEGmo=; b=iuA4O
W7lnx3K7AjSAs5J/WqDhfaKitu5PKWO4YHtGvYeMk83Efp3Rg5G2t0Avhz1rni4A
7daMX51ilUKg3Dn+bhUnpfXUs4heLFTsVhz8DOZbmsx6Z01KhWKSJtB0ehnX8k3L
TBfaqf5dlf0/urSFV0dftIE3uEYk2vo+ncmH54=
Message-ID: <4F61DF38.2010001@penguindevelopment.org>
Date: Thu, 15 Mar 2012 13:23:20 +0100
From: Link
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120301 Thunderbird/10.0.1
MIME-Version: 1.0
To: geda-help AT delorie DOT com
Subject: Re: [geda-help] Query : Tracks On Both Side
References:
In-Reply-To:
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Reply-To: geda-help AT delorie DOT com
On 15/03/12 10:24, chetan patil wrote:
> Hi,
>
> I'm designing a PCB which will have ICs with SO package and other
> electronic components
> will be through hole. Till now whatever design I did they had DIP ICs
> and through hole components
> so it requires just one side design of PCB.
>
> However now, how should I proceed for designing SO package with through
> hole such that
> SO package ICs tracks are on top and rest are at bottom.
>
> May someone give me starting tips for designing two sided PCB as I'm
> considering my task will come
> in same.
>
> --
> Thank You and Warm Regards,
>
> Chetan Arvind Patil,
> www.chetanpatil.info
>
>
>
You can just put most signal traces on the top layer. If you have
through-plated vias, putting the solder on the bottom layer creates an
electrical connection to the top as well. If you don't have
through-plated vias (e.g. because you're make the boards yourself), you
can either manually solder the pins to the top layer, or for components
where you can't reach the pin on the top layer, use a short trace on the
bottom and bridge it to the top by soldering a small length of wire into
a hole. If you have a simple layout, you may even be able to get away
with only having copper on the top side of the board (it's kludgy, but
not impossible).
If you do use two layers, it's probably best to use the bottom layer
mostly as a ground plane and for anchoring the through-hole pins,
keeping the signals on the top layer.
Peter