Osama Hammad
Osama Hammad
@maliberty PR is ready. could you please approve and merge?
> > This produces real failures in tsmc designs like ariane (increased drvs) > > Was this resolved? Yes
> @osamahammad21 if we have drc between a pin shape and a fixed shape we should fail early. Does that mean we need to check_drc before routing and check for...
That's a bit challenging as we normally skip possible violations among fixed shapes. And when we do route, we merge the pin shape with the net segment connecting to it...
@refaay In general, you need to account that there are 2 types of frNets; signal and special. The signal nets are the nets that are supposed to be routed and...
@maliberty I am converting it to draft till I find time to work on it.
@techstuds Is it ok to share the test case?
@techstuds recently we added support for extensive via search for access points that can't be accessed with the conventional openroad pin access technique. It solved the issue for peter. Could...
> @osamahammad21 does this have any effect on distributed routing? I don't see the frInst being serialized anywhere. No. I don't serialize frInst. Also I ran gcd_nangate45_distributed.tcl test and it...
@maliberty Although I see that dbInst::getLocation is not the same as dbInst::getTransform().getOffset(). I didn't spend much time trying to understand why but just wanted to point it out.