iHaveAQuestion wrote
One thing i don't understand: in my CPU implementation, should i override the "instruction" input with the PC output? Otherwise, how does the PC output influence the program?
Thanks
The Computer.hdl part takes care of that. The PC output from the CPU is connected to the ROM's address and the ROM's output is connected to the CPU's instruction input.
--Mark