You’re not receiving notifications from this thread.
Eduardo
On Aug 06, 2022
I am trying to build an 8-bit CPU with a 5-bit opcode, but sometimes when it tries to execute an instruction, usually the ones that have to write to memory, instead of bringing the R/W line high, it gets stuck in an infinite loop between the intended result and null until the next clock cycle. I have no idea why this happens. Here's the link. https://circuitverse.org/users/98716/projects/test-8-bit-cpu To recreate it, go to the CPU subcircuit, put 9 into the DI input, and pulse the clock input a few times.
Ruturaj Mohite
On Aug 20, 2022
I tried to recreate this issue, but was unable to. Can you take a look at https://imgur.com/a/RkqmsMn and let me know if I am doing it right?