Ep 063: Introduction to State Machines: Designing a Simple Traffic Signal

Поделиться
HTML-код
  • Опубликовано: 19 июл 2024
  • We are surrounded by state machines. In fact, the software we write is really a complex state machine. This video presents the concept of a state machine through the design of a simple traffic signal system.

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

  • @shaowlnkngfu3803
    @shaowlnkngfu3803 3 года назад +23

    This is one of the best digital logic classes I've taken! Using it as a review but wish it had existed the first time I went though this material! Thank you!

  • @axelcedric7794
    @axelcedric7794 2 года назад +3

    You are the best !!!Never understood anything about FSM until I watched your video!! Be blessed and I hope good energy comes your way!!!

  • @eswarreddy6280
    @eswarreddy6280 2 года назад +1

    one of the best class in the internet

  • @nutterts
    @nutterts 2 года назад +8

    I really love the glass plate method as a chalkboard. I suspect it's flipped horizontally, although I wish to keep imagining someone being able to write in mirror-script with such skill. :) I also learned what the mistake was in my design by the way. Used a counter and forgot that at reset there is no (clocked) state 0 at reset. And... I need to watch earlier episodes, lost you at the rectangles to get to the expression.

  • @jonramsey6348
    @jonramsey6348 2 года назад +3

    DUDE!!!!! So happy I stumbled on to your channel… Thank you so much for sharing your knowledge in a way that is easily understandable!!!!

  • @doushantmohabeer6411
    @doushantmohabeer6411 3 года назад +10

    Thank you, very lucid explanations!!!

  • @kuldipchaudhari514
    @kuldipchaudhari514 3 года назад +3

    Thank you sir, your teaching style is easy and informative that any one can understand concept

  • @shwethal5268
    @shwethal5268 2 года назад +1

    A very good session. His example made it more interesting and easy to understand, Thank you sir!

  • @science.20246
    @science.20246 3 года назад +3

    excellent sir , i missed my exam , we get this in .........so next time i will ready for complicated issues

  • @HereComestheMoney3
    @HereComestheMoney3 3 года назад +2

    thank you so much, you help me a lot with my homework :'D

  • @hamedakbari-m7361
    @hamedakbari-m7361 3 года назад +1

    such a great explanation. thanks lot

  • @laikhazakaria4408
    @laikhazakaria4408 3 года назад +1

    hi, can you teach how to produce the verilog code using this? thankyou

  • @bunman2353
    @bunman2353 3 года назад

    I like your last look at this video. it means do you get it right !

  • @mouseminer2978
    @mouseminer2978 2 года назад

    You seems very Canadian

  • @martinmartinmartin2996
    @martinmartinmartin2996 2 года назад

    COMMENT: Using S1, S2 to denote the memory output to the gates confuses the
    schematic diagram
    Eliminate confusion by using M1, M2 to denote the memory output.