Array Index Out of Bounds Latch
A dynamic lookup table routes hardcoded configuration values based on a 2-bit index.
Expected behavior:
| Index | DataOut | |---------|-----------| | 0 | 170 | | 1 | 187 | | 2 | 204 | | 3 | 0 |
Simulation shows DataOut = 204 when Index = 3 is applied immediately after Index = 2. The output incorrectly holds the previous state instead of defaulting to zero. Inspect the circuit and correct the fault.
Constraints
- The design must be purely combinational.
- Synthesis must not infer any latches.
Topics
Solve this problem
Place the gates, wire them up and watch the signals settle. Every submission runs on the same simulation engine that grades it.
This problem is part of Codiode Pro. The statement above is free to read.
The circuit builder and code editor need a desktop screen. On a phone, read the problem here and open it on a laptop to solve.