Even after I've set the parameters it looks like the DFF doesn't work.The "A" devices in LTspice work on 0-1V by default. You have set the parameters for only one of the three devices. You need to set the parameters for the other two. Hint: configure the first one and clone it. The first FF "A1" is not toggling because the D input is fixed at 0 volts
Its best to use uniform timings when your starting out until you fully understand LTspice digital devices.Hello everyone,
I've tried implementing a circuit with that output, but I get a '0' logic. This may be due to my lack of knowledge of LTSPICE.
I would appreciate any help
thx
View attachment 341056

Tnx a lot!Its best to use uniform timings when your starting out until you fully understand LTspice digital devices.
I used a .param statement to set common parameters to be used in all the devices. Then I applied the parameter names to each device attributes.
Also, in real a DFF, the pre and clear pins would'nt be left disconnected, but in these "raw" digital devices, the ground connections can cause logic issues. If they are unused, its better to leave them unconnected.
View attachment 341086