Anton Blanchard

Results 154 comments of Anton Blanchard

@d-m-bailey I'm running a check out of magic from today, so those changes are applied.

@RTimothyEdwards The original tarball above has the top level GDS (compressed with xz because it was too large for github to attach), as well the LEF/DEF. Here's the mag: [Microwatt_FP_DFFRFile.mag.gz](https://github.com/RTimothyEdwards/open_pdks/files/7936185/Microwatt_FP_DFFRFile.mag.gz)

I have no idea why it would make a difference, but are they near the areaid.lowTapDensity boundary?

I'm stumbling around in `extHierConnectFunc2()` and it looks like we are making a connection to the pwell pin (the overlap area matches the pin exactly), but for some reason we...

I've been adding random printf's into the code. I just realised by the time we hit `extHierConnectFunc2()` we've already generated the bad label, but I still think the issue is...

Sorry, I was right the first time. The label appears in this backtrace: ``` #0 extHardSetLabel (scx=scx@entry=0x7ffc26224990, reg=reg@entry=0x4fb3740, arg=arg@entry=0x7ffc26224a70) at ExtHard.c:367 #1 0x00007f843dc23f37 in extHardProc (scx=0x7ffc26224990, arg=0x7ffc26224a70) at ExtHard.c:230 #2...

@d-m-bailey Good point wrt orientation, made me realise all the issues are related to the pwell pin. I do notice the magic tech file does some different things just for...

In the GDS for the cell itself, I don't see a pwell.drawing layer (to go with the pwell.pin layer). Could that cause issues?

@RTimothyEdwards that fixes it! My macro made it all the way through LVS with that fix. Thank you!