jamesbowman / verilog-6502

A Verilog HDL model of the MOS 6502 CPU

Home Page:http://ladybug.xs4all.nl/arlet/fpga/6502/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. 

About

A Verilog HDL model of the MOS 6502 CPU

http://ladybug.xs4all.nl/arlet/fpga/6502/


Languages

Language:Pawn 46.3%Language:Verilog 41.8%Language:Assembly 4.7%Language:Python 4.3%Language:Forth 2.9%