Tips on refactoring a circuits design
Posted: Sun Dec 18, 2022 3:07 pm
I have a row of combinators (15), with a spaghetti of wires going between them. I would like to keep the circuitry the same but move the components around. Is there a way to move a combinator while preserving its connections? I didn't find a way to do so within the game. If it is not supported (OOB or using a mod), what are the tricks to make this easier?
At this time I copy the combinator and manually copy its connections from the old one. This is tedious and error-prone.
Bonus question: is there a tool that allows compiling an expression into a blueprint (VerilogHDL / VHDL style?)
At this time I copy the combinator and manually copy its connections from the old one. This is tedious and error-prone.
Bonus question: is there a tool that allows compiling an expression into a blueprint (VerilogHDL / VHDL style?)