5a7224efe0a810017522039c573ac77e9ce0c3fe
Change-Id: I5ae6506c8ad403cc8a6ca2004c09d4df84a7f5df
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%