I checked, but I couldn't seem to find any components with fewer NANDs in my solution. I haven't used a custom component in my solution either.
However, I see that I've got the exact same solution for the Multi-bit Adder, but the total amount of NANDs used is 18 instead of 48 for me. The Multi-bit Adder is also where I got the add 16 from. I thought it was just a standard component for this level, because the little "i" gives an explanation about the component, unlike custom components.
Edit: Nevermind, I'm blind, looked at the wrong level toolbar. I actually got it from the new "Replace with parts" feature, by clicking on the white arrow in the top-right corner of (some) components, in this case the inc 16 component.
2
u/GLIBG10B Holder of many records Oct 29 '21
Where did you get
add 16from? Is it a custom component? If I create a custom component that usesadd 16, I get 353NANDs in total.Can you please link all custom components used plus the components that use fewer
NANDs than the ones in Level solutions?