Wire settings - right angles only

If you have something to say about LogicCircuit program or you know how to improve it please share it here.
Post Reply
User avatar
Pineapple
Posts: 2
Joined: Thu Nov 19, 2015 6:24 pm

Wire settings - right angles only

Post by Pineapple »

So in all of my designs I only use horizontal and vertical wires for the sake of readability. It takes quite a while to clean up circuits and adjust the wires because its so easy to make them slightly angled. How would you feel about adding an option that would lock wires to only 90 degree angles?

Also a quick question regarding wires: does performance decrease at all by using redundant wires? (aka several wires in a straight line connected to each other, that could be replaced by a single wire). I am attempting a large scale 16 bit cpu project, so I want to make sure that I don't lose any performance over the small things.
User avatar
admin
Site Admin
Posts: 406
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: Wire settings - right angles only

Post by admin »

There is no performance penalties for length or number of wires. More over there is no decrease of performance on using sub-circuits.
When you turn power on it all get flatten and compiled to the network of directly linked functions and so wires and sub-circuits are not involved anymore.
If you struggling with cleaning up your circuits I suggest you make them smaller by creating sub circuits. This will lead to better design and less errors no only to ease of modifications.
Post Reply