hneemann / Digital

A digital logic designer and circuit simulator.
GNU General Public License v3.0
4.31k stars 436 forks source link

Multibit test gives unexpected result #1245

Closed me-nkr closed 8 months ago

me-nkr commented 8 months ago

image

image

All are Not gates connected in parallel. And as you can see in the first SS, it does work as intended when run manually.

hneemann commented 8 months ago

It looks like the 0b is missing at the beginning of the binary numbers used in the test case.

me-nkr commented 8 months ago

That was the issue. Thanks for the reply.

On a side note, it would be better if there were better documentation for the test cases.