Neil Turley

Results 39 comments of Neil Turley

+1. The default value shouldn't be at the limit of of the range of valid priorities. If I want to decrement the priority of an edge, I shouldn't have to...

I can work on this. I'm a little busy at the moment so my progress would be steady but slow. Do we have a corpus of BLIF files to test...

any objections to a parser generator like antlr4? The grammar would then be reusable for other languages.

Hi @TheProgrammerIncarnate ! I'm not too afraid of a rewrite of netlistsvg especially if you abandon the idea of using it for board level schematics because that made a mess...

My theory for the vertical detours are because it's attempting to align the components in rows. So when there is a large variance in node height then it can shove...

I was tracking that here: #37 You can see some of the work I did on it here: https://github.com/nturley/netlistsvg/commit/fc1d6e847ff98350e94d651219d5f2203d8c69af It's not too bad complexity-wise, but it's going to require a...

This is a little more specific than #37, so I think I'll close #37 as a dupe and leave this one open.

This might be an issue I've seen before. If you look at the first screenshot on the readme you'll see there's a redundant line to count_out. It's due to the...

I need to write up a document of all of the types of bad layouts. I think ELK is tracking this issue here: https://github.com/eclipse/elk/issues/374 I just added postCompaction the other...

It looks like youd benefit from wide nodes on multiple layers. We should try turning that on the analog skin as well. https://www.eclipse.org/elk/reference/options/org-eclipse-elk-layered-layering-widenodesonmultiplelayers.html