473b5bdcab16641833ab883bb79a0c55e6f94926
Change-Id: I9c9c1d612f254fd7c36a6d3425c6824fcbfc7c3c
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%