DIYstompboxes.com

DIY Stompboxes => Digital & DSP => Topic started by: Vivek on June 18, 2022, 10:11:18 AM

Title: Simulation of sequential logic switching
Post by: Vivek on June 18, 2022, 10:11:18 AM
I wish to design some sequential logic switches for an Analog pedal

Please recommend me a good simulation software for

Simulation using block dia of ideal gates etc

Simulation using chips and wiring to correct pins etc

Thank you !
Title: Re: Simulation of sequential logic switching
Post by: Cybercow on June 24, 2022, 11:44:20 PM
Here's a site with a list of them . . . .

https://www.thewindowsclub.com/logic-gate-simulator-software-for-windows-10 (https://www.thewindowsclub.com/logic-gate-simulator-software-for-windows-10)

And Logicly looks like a center too . . . . . . https://logic.ly (https://logic.ly)
Title: Re: Simulation of sequential logic switching
Post by: Vivek on June 26, 2022, 01:02:27 PM
Thank you !

Do you have experience in design of sequential logic circuits ?
Title: Re: Simulation of sequential logic switching
Post by: Digital Larry on June 26, 2022, 01:21:04 PM
If by "sequential logic" you mean:

- a circuit with a set amount of inputs and outputs
- the "next" state of the outputs (following a clock active edge) is dependent entirely on the current output state and the inputs

I suggest that you study state machine design.

https://www.allaboutcircuits.com/textbook/digital/chpt-11/finite-state-machines/