bf3dad7af12ff58f8bb0e1e654e9d500ce5dd567
Change-Id: I96f1f9dd23f201ff017aaf6c2c69ad40ec928ea2
A Verilog HDL version of the old MOS 6502 CPU. Note: the 6502 core assumes a synchronous memory. This means that valid data (DI) is expected on the cycle *after* valid address. This allows direct connection to (Xilinx) block RAMs. When using asynchronous memory, I suggest registering the address/control lines for glitchless output signals. Have fun.
Description
Languages
Verilog
100%