Skip to content

Bosshero476/6-bit-CPU-DESIGN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

6-bit-CPU-DESIGN

A custom-built 6-bit CPU featuring a 3-bit opcode ISA, XOR & NOT ALU operations, 3-register architecture, 7-word RAM, and support for register, immediate, and branching modes (JLE). Includes full ISA design, ROM module mapping, and Logisim circuit for the CPU implementation.

This repository contains the complete implementation of a custom 6-bit CPU designed using a simplified Instruction Set Architecture (ISA), ROM module, and Logisim-based circuit. The project demonstrates the fundamentals of CPU architecture, control logic, instruction encoding, and memory organization.

🖥 Files Included • ISA-Design & ROM Module (1703100).pdf — Full ISA specification and ROM table. • 6 bit CPU-DESIGN.circ — Logisim circuit implementing the CPU. ▶️ How to Run

  1. Install Logisim Evolution.
  2. Open the file: 6 bit CPU-DESIGN.circ
  3. Load the ROM table using the values provided in the PDF.
  4. Run the CPU step-by-step or continuously to observe execution.

📚 Learning Outcomes This project demonstrates: • CPU datapath design • ALU operation handling • Register transfer logic • Instruction encoding/decoding • ROM-based microprogramming • Conditional branching (JLE)

About

A custom-built 6-bit CPU featuring a 3-bit opcode ISA, XOR & NOT ALU operations, 3-register architecture, 7-word RAM, and support for register, immediate, and branching modes (JLE). Includes full ISA design, ROM module mapping, and Logisim circuit for the CPU implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors