Skip to content

Files

Latest commit

b3d248a · Aug 23, 2017

History

History
This branch is 540 commits behind ZipCPU/zipcpu:master.

rtl

The ZipCPU RTL directory contains the two primary wrappers for the ZipCPU: zipbones and zipsystem. These wrappers connect an external wishbone slave interface to the debugging port of the CPU, so that the CPU can be reset, started, stopped, and in general debugged.

The ZipBones would be the appropriate wrapper if you want the CPU to fit in the tightest space possible (Ex: Digilent's CMod S6).

Use the ZipSystem if you want to give the CPU some basic peripherals, such as:

If you are just looking for the CPU's code itself, check out zipcpu.v within the cores subdirectory. That's of the main core of the ZipCPU itself.