Leo Moser

Results 88 comments of Leo Moser

Based on your feedback I've now also added `sg13g2_tech_mod.json` as the primary tech rule file.

@FaragElsayed2 > This functionality is implemented in run_drc.py, which serves as our supported interface. We didn’t originally support running the KLayout rule deck directly — as you may recall, we...

@eder-matheus Thanks so much for your reply! Somehow I overlooked this peculiarity of the pin placer tool. After I changed the minimum spacing to a single track, the pins are...

So I've been playing around with different fabric sizes, and this time I may have actually found an issue. All pins are placed as expected, except for 6 pins in...

Thanks for taking a look at this and the detailed explanation for the behavior!

Thank you @mguthaus, I have forwarded the issue internally.

@atorkmabrains Do you perhaps know what is the reason for the failing CI?

Hi @FaragElsayed2, Thank you for your reply, however, I have some points to clarify. > For the DRC tables, however, we don’t include them directly. The main reason for splitting...

Hi @FaragElsayed2 and @atorkmabrains, Thank you for your replies. For maintainability of LibreLane, we prefer to keep all switch handling inside the DRC script 🙂 > Our parallel execution strategy...

Hi @FaragElsayed2, sure! The preprocessor runs before any actual code is executed and performs a simple replace operation on the text. Therefore the following... `test.drc`: ``` ## test.drc if $switch_for_drc_deck...