Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A When and where to use vias in an IC design layout

Vias are used to move up in metal layers. The contacts of the transistors can be directly connected with metal 1, but if you want to use higher metal levels, you move up to them with vias. For exa...

posted 7mo ago by ErnestoG‭  ·  edited 7mo ago by ErnestoG‭

Answer
#2: Post edited by user avatar ErnestoG‭ · 2023-10-30T07:00:36Z (7 months ago)
better worded
  • Vias are used to move up in metal layers. The contacts of the transistors can be directly connected with metal 1, but if you want to use higher metal levels, you move up to them with vias.
  • For example, if you use M1 (metal 1) and you need to cross another M1 trace that does not belong to your node, then you need to avoid it. You could use a via to M2 to avoid this trace.
  • Another very good reason to move up in metal layers is that, at least in deep submicron technologies, the higher metal layers have less resistivity than the lower ones.
  • For instance, I have experience with a particular technology where a few tens of micrometers can easily amount to a few hundreds of ohms, while higher metals can be only few ohms. This means metal layers also have their uses. In this situation, lower metal layers can be used to wire up (in an analog IC design, at least) static logic circuits (such as enables pins). In those cases, a few 100 ohms of wire typically doesn't matter. On the other hand, higher metal layers can be used to wire up the amplifier itself, as you certainly don't want to be inserting parasitic series resistors on your nodes. Otherwise, you might degrade your amplifier's performance in a post-layout simulation.
  • Vias are used to move up in metal layers. The contacts of the transistors can be directly connected with metal 1, but if you want to use higher metal levels, you move up to them with vias.
  • For example, if you use M1 (metal 1) and you need to cross another M1 trace that does not belong to your node, then you need to avoid it. You could use a via to M2 to avoid this trace.
  • Another very good reason to move up in metal layers is that, at least in deep submicron technologies, the higher metal layers have less resistivity than the lower ones.
  • For instance, I have experience with a particular technology where a few tens of micrometers can easily amount to a few hundreds of ohms, while higher metals can be only few ohms.
  • This means that metal layers also have their applications within a design. For an analog design, lower metal layers can be used to wire up static logic circuits (such as enable bits). In those cases, a few 100 ohms of wire typically doesn't matter, speed or a few 10s of mV are not important. On the other hand, higher metal layers can be used to wire up the amplifier itself, as you certainly don't want to be inserting parasitic series resistors on your nodes. Otherwise, you might degrade your amplifier's performance in a post-layout simulation.
#1: Initial revision by user avatar ErnestoG‭ · 2023-10-25T07:46:50Z (7 months ago)
Vias are used to move up in metal layers. The contacts of the transistors can be directly connected with metal 1, but if you want to use higher metal levels, you move up to them with vias.

For example, if you use M1 (metal 1) and you need to cross another M1 trace that does not belong to your node, then you need to avoid it. You could use a via to M2 to avoid this trace.

Another very good reason to move up in metal layers is that, at least in deep submicron technologies, the higher metal layers have less resistivity than the lower ones. 

For instance, I have experience with a particular technology where a few tens of micrometers can easily amount to a few hundreds of ohms, while higher metals can be only few ohms. This means metal layers also have their uses. In this situation, lower metal layers can be used to wire up (in an analog IC design, at least) static logic circuits (such as enables pins). In those cases, a few 100 ohms of wire typically doesn't matter. On the other hand, higher metal layers can be used to wire up the amplifier itself, as you certainly don't want to be inserting parasitic series resistors on your nodes. Otherwise, you might degrade your amplifier's performance in a post-layout simulation.