Matthias,
I figured out part of my problem. I was outputing the same layer several times, the first time it was overwritting the original layer, and subsequent times it was just adding to the previous output. This type of functionality is fine. But…
Hi Matthias,
Thank you very much. Following your advice, I did get it to work once I processed the generated polygons with the edge processor simple_merge_p2p function. It would be nice to have a clean sizing function for polygons that doesn't requ…
Hi Matthias,
Sorry for the delay, we made our scripts to only add size. However we are rewriting them this year and still have the same issue. This is my code:
layout.dbu = 0.001
$dbu = layout.dbu
p = RBA::Polygon::new(RBA::Box::new((0)*…