Searched Projects

Tags: bug

project.name
0 Stars     351 Views

project.name
0 Stars     62 Views
User:

XOR gate tests

XOR gate tests
bug

What is going on with these XOR gates?


project.name
0 Stars     76 Views

BUG: Contention error with VeriAND

BUG: Contention error with VeriAND

Steps to reproduce the bug

Flip the B switch 2 times to see contention in VeriAND 

Incase you filp b, no such error is there



project.name
1 Stars     36 Views

bug

bug
bug

is a bug


project.name
0 Stars     44 Views
User:

Tristate bug

Tristate bug

Tristate components are commonly used to implement bus connections, where the signals are effectively OR'ed onto the bus. This doesn't happen in the simulator at present (5th July 2023). There are also no diodes available, which imposes a similar limit upon bus outputs.

I have included a possible workaround. Note the feedback loop, which is necessary to preserve the ability of bus lines to be tapped at any point. --This introduced a bug of its own though: Any high state latched the ORs high constantly!

I added an interrupt which could be triggered upon an detection of a state change, but this is really inelegant!
Instead, I suggest breaking the loop entirely, and just taking any bus output from the final output of the chain of ORs. This results in twice the number of bus lines, but everything is a compromise while tristate use is unsupported. As long as the compromise works, that should be okay.

For additional clarity, I've added a second version of the OR-chain circuit, with the loop broken, and a token bus output connection.


project.name
0 Stars     10 Views
User:

Faulty carry - test case #2

Faulty carry - test case #2
bug

project.name
0 Stars     9 Views
User:

Faulty carry - test case #1

Faulty carry - test case #1
bug

project.name
0 Stars     30 Views
User:

Bug

Bug
bug

Small project demonstrate a bug in the JK FlipFlop. I made it as simple as I could figure out while still demonstrating the bug. It cam from a much more complicated circuit.