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...
Created by Eduardo• 5 months ago
General