toyoshim / mc6502

Cycle accurate MC6502 compatible processor in Verilog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mc6502

Cycle accurate MC6502 compatible processor in Verilog.

This is an experimental project, and wasn't verified well. There will be many bugs and it will not meet practical use requirements.

Directories

rtl/

  • MC6502 implementation

tb/

  • Testbenches that can run with iverilog

third_party/

  • git submodules, tvcl for simulation models

Run tests

$ git submodule update --init
$ cd tb
$ make

About

Cycle accurate MC6502 compatible processor in Verilog.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Verilog 78.3%Language:Limbo 13.0%Language:SystemVerilog 3.0%Language:Makefile 2.5%Language:ASL 0.8%Language:C++ 0.8%Language:Pascal 0.8%Language:Smalltalk 0.6%Language:Raku 0.3%