Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Arlet/verilog-6502

A Verilog HDL model of the MOS 6502 CPU
https://github.com/Arlet/verilog-6502

Last synced: 2 months ago
JSON representation

A Verilog HDL model of the MOS 6502 CPU

Awesome Lists containing this project

README

        

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.