Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The tool is not able to find the design named cpu. The project window does show a file named cpu which is compiled. Check your instantiation of cpu is correct and whether the module name is correct.
It means that those signals are not driven. You are not driving those signals from the testbench.
If these ports are bidirectionnals, it means that they are in input mode and there are no drivers in your testbench to drive these ports.
You don't assign any value to the input of the module cpu. Only the clock is assigned. You have declared your wires and connected them to the cpu module but you didn't give any value to these wires.