7418b64cd98302f46abfd21c7f7d3b5e195e6c57
Change-Id: If732b295d84011212269974b48d3f7a8da6804dc
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%