Комментарии •

  • @oricardoaragao
    @oricardoaragao Год назад

    thanks!

  • @amgadelgamal4445
    @amgadelgamal4445 Год назад +1

    Hi, i think there is a mistake in the S0 KMAP 11:44 . 0110 is a minterm, but you accidentally put it as 0.

  • @bradleykingston551
    @bradleykingston551 5 месяцев назад

    Hi! What if i have 3 states in my diagram? can i still use the two bits representation? 00 01 10 11? I won't have to use one of them tho. help please

    • @botsnlinux
      @botsnlinux 5 месяцев назад +1

      Sure, there's no requirement that you use all the states! Although you should probably make sure that there's a path out of the unused state, so that if it ends up there by accident (power up, glitch, etc) it has a way to get back to a known good state automatically. For example, you could use 00, 01, and 10 for your three states, and then add logic so that the 11 state always goes to the 00 state on the next cycle.

    • @bradleykingston551
      @bradleykingston551 5 месяцев назад

      Thanks for your reply. i just watched the next video and realized you mentionned this and immidiately i saw your comment reply. thanks very much@@botsnlinux