Osama Hammad

Results 72 comments of Osama Hammad

We usually add a stack of vias from the Pin down to the TOP_ROUTING_LAYER. The problem in this case is the position of that pin. ![Screenshot from 2024-10-09 14-01-00](https://github.com/user-attachments/assets/5cb85db9-2aa1-4ddf-954f-12a6368663ee) There...

The pin itself is not offtrack, but the via on the top routing layer added by the detailed router to access the pin is.

Update: I removed the drt tag since this doesn't seem to be drt issue.

getUpdatedXform returns the correct transform that should be applied to the master shapes. However, getTransform returns a wrong one, because its origin point is not the actual origin point but...

> are you using https://github.com/terryyin/lizard ? yes

![Image](https://github.com/user-attachments/assets/f0afcd65-d0eb-4789-9c12-b49e194bf44a)

Feedthrough mode means that we are using the pins as nodes to connect the net guides. Forexample, if we have a pin that has shapes on layers M1 M2 and...

I wouldn't say it's an optimization. Before going through detailed routing we have to verify the ocrrectness of the global routes first. This is what we are doing here. We...

Ok I see the problem now, the global router is using metal1 as the bottom routing layer. As far as a user's concern, you should set the min routing layer...