Design 16-bit CPU by Verilog — Overview
2 min readJul 7, 2019
This is Overview of the project that design 16-bit pipeline CPU by verilog.
- Road Map
- Design Single-Cycle CPU
- Design Multi-Cycle CPU
- Design Pipeline
To design single-cycle CPU, must design smaller modules like register file, arithmetic logic unit, etc. So I will design small modules first and integrate it and finally make the single-cycle CPU.
Next, change somthing to upgrade from single-cycle to multi-cycle and pipeline.
- Single Cycle CPU
- Multi Cycle CPU
- Pipeline CPU
To be continued…