Stefan Holst
Stefan Holst
Right now, tilting the view is not supported.
Hi! that looks indeed very interesting. The reason it breaks is probably that the pre-processing is optimized for rectilinear polygons. I did not anticipate more complex structures like these. It...
Thanks. I got debug symbols now and can confirm a infinite recursion here: https://github.com/chipsalliance/synlig/blob/dab70c6eb9726428daf4e85042834378bf25d614/src/mods/yosys_ast/synlig_simplify.cc#L1647 I can try to look into that, but I'm new to this code and don't know...
Some observations from the debugger: First `crash` gets resolved, then the `u` as dependency. This operation involves `convert_packed_unpacked_range` (some sort of multi range workaround) that in turn calls `resolve_wiretype` that...