e6f361d7644f6b994165c3839910022bc3d0fa9a
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.
Also check out my new 65C02 project
Have fun.
Description
Languages
Verilog
100%