Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by rtldesign

  1. R

    fsm for detecting if a number is divisible by 5 when lsb comes first

    It doesn't work for 30 (11110) which is a even number.
  2. R

    fsm for detecting if a number is divisible by 5 when lsb comes first

    Thanks, but this doesn't work for 25 (11001), 35 (100011), 45 (101101), and so on... How can we come up with a solution that works for infinite stream of bits?
  3. R

    fsm for detecting if a number is divisible by 5 when lsb comes first

    I guess no one knows how to arrive at the solution other than through trial and error?
  4. R

    fsm for detecting if a number is divisible by 5 when lsb comes first

    No I'm asking how you can come up with the fsm. If you are asked to create an fsm, how would you do it? for msb first, we use the states to remember what remainder we are at for each new bit we get. for lsb first, what is the strategy?
  5. R

    fsm for detecting if a number is divisible by 5 when lsb comes first

    I'm not asking if the fsm works...... I'm asking how one can come up with the fsm. If someone knows, please help me understand.
  6. R

    fsm for detecting if a number is divisible by 5 when lsb comes first

    could you please be more specific and explain? I have already tried to figure out for some time now :(
  7. R

    fsm for detecting if a number is divisible by 5 when lsb comes first

    If a stream of bits come in lsb first, how do we detect if a number is divisible by 5? I can figure out the fsm if msb comes in first by keep track of the remainder. One such solution is attached for lsb first. Can someone explain how this fsm works?

Part and Inventory Search

Back
Top