Matt Liberty
Matt Liberty
I tried 1.0.4 on windows 10 with NWL18 and I get an warning on J5 UMPS forming a phony. I'm wondering if you need to click 'Build lexicon database' in...
Its been a while since I last worked on Quackle. I think you want AlphabetParameters::userVisible.
How would you implement it outside the rtree? It depends on the internals of the rtree which I don't see a public API exposing.
As an experiment I simply got all the elements from begin() to end() into a vector and serialized that on save. On load I just bulk inserted them into a...
The elements are processed in the order returned by the query. The algorithm (vlsi routing) depends on the order in which objects are processed. Changing the order changes the result....
Hi - any hope of getting this resolved? I'm willing to help out if someone can give a bit of guidance.
@RTimothyEdwards how do we ask Skywater about it?
A side observation is that on met1 you have 5 RECT where three would suffice. It looks like you used a horizontal decomposition rather than a vertical one. Generally the...
@RTimothyEdwards thanks! Let me know when you have updates and I'll update ORFS as well.
@RTimothyEdwards my comments about fracture direction were mostly to point out that the LEF could be minimized. The router has to handle the pin shapes no matter how formed.