Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 436 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 436 Bytes

Intel 8080 CPU implemented in Clash

This repository contains an Intel 8080-compatible CPU core implemented in Clash. The implementation comes with a software emulator for high-level testing / debugging, and a hardware-synthesizable version for use in FPGA projects.

The design is described in detail in my book Retrocomputing in Clash: Haskell for FPGA Hardware Design, avaliable at https://unsafePerform.IO/retroclash/.