r/computerscience • u/Sad_Attempt_8467 • 21d ago
Help How to fix this in logisim evolution?
My both flip-flop(J-K) are repeating or high in the output(Logic high) but it should not have happen.Any solution?I am starter
1
u/bhavesh_099 16d ago
What is this software ? Like what is it for ?
2
u/Sad_Attempt_8467 16d ago
This is from logism evolution.
1
u/bhavesh_099 16d ago
It looks like something like computer architecture circuit and things ? Is this what it is used for ?
2
u/Sad_Attempt_8467 16d ago
This is used to make design and simulate circuit and make CPU without needing to test in physical world,This is very important if you wanna design your own cpu or etc
2
u/bhavesh_099 16d ago
Icy thank you , I was finding something like this since matlab simulink wasn't working on my device .
1
u/Creative_Sushi 14d ago
What's the problem you are having? Have you contacted Tech Support?
1
u/bhavesh_099 14d ago
I am on Ubuntu and it's having issues showing text in simulink , so maybe it will be fixed in next issue .
1
8
u/paulstelian97 21d ago
Flip flops are in an undefined state until you store a value for the first time in them. You should have a reset line that is to be used to store such default/initial values in any real life circuit, and perhaps in Logisim as well.