05e5f633f79ff3a45fae95f03ee2ab491835604d
Change-Id: I3a452d03a4f8872f3b0232e174ec9dbcb5ec4f0f
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%