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 MightyFunkster

  1. M

    What does it mean to have a sequential encoding scheme to enumerate states?

    So I implemented a Mealy machine for a pattern recognizer of '1010'. I defined my states as TYPE state_type IS (STATE_INIT, STATE_1, STATE_10, STATE_101); I then went on to do the normal combinational logic to decide where to go from each state based on the input e.g. WHEN STATE_1 =>...

Part and Inventory Search

Back
Top