nus-cs2113-AY2021S1 / pe-dev-response

0 stars 0 forks source link

Mildly confusing boolean diagram #2893

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

image.png Below the "OUT" in the diagram, there is a vertical line signalling the channeling of bit. However, if you add another logic gate below, there are no such vertical lines. Perhaps this could be standardized, as the current implementaation can add confusion and hinder users from locating the position of logic gates in the diagram.


[original: nus-cs2113-AY2021S1/pe-interim#2871]

sevenseasofbri commented 3 years ago

Team's Response

We find that the minimal diagram is rather intuitive and less cluttered. Therefore easy for the user to spot the gates and channels in the diagram. Moreover the channels appear only when they can be used as inputs / valid gates therefore eliminating the need for "|" at every level. Furthermore, the "|" is used at the top level to indicate that the total output of the configuration is at the top.

Duplicate status (if any):

--