FPGA MICRO-CONTROLLER
Project overview
This project served as the final capstone for a logic design course, undertaken with a team of engineering students. The primary goal was to apply classroom knowledge by designing, implementing, and programming a MIPS processor entirely on an FPGA platform.
Timeline
1 Month (November-December 2024)
Team
2 Electrical Engineers and 1 Computer Engineer
Role
Lead Programmer
Components

ISA Design

MIPS Architecture

UART

Awards
STATUS
Complete
Tools

Vivado

Zylix A7

Python

Design Process
For this project, the "mechanical" aspect is minimal, primarily involving the physical FPGA development board itself which houses the chip, power regulators, and I/O connectors like the UART port. The core design work was logical, not physical construction.
3D Render/CAD
Software / Electronics

The primary effort involved designing a MIPS processor architecture using a Hardware Description Language (HDL, e.g., VHDL or Verilog) and synthesizing it onto an FPGA. This logical design defined the processor's datapath, control unit, registers, and instruction set execution. Electrical interfacing involved connecting the FPGA's UART pins for communication. The software component included developing a custom compiler and assembler toolchain capable of converting code written in a higher-level language or assembly into machine code executable by the bespoke MIPS core implemented on the FPGA. A communication protocol over UART was implemented on the FPGA to receive this compiled code.

Electronics
SOFTWARE
Challenges
Designing a complete and functional MIPS processor in HDL is complex, requiring deep understanding of computer architecture and digital logic design. Debugging errors in FPGA designs can be challenging compared to software. Developing the custom compiler and assembler requires significant effort and expertise in language processing and target architecture specifics. Ensuring reliable communication and programming of the FPGA core over the UART interface was another hurdle. Managing the project within a team added coordination challenges.
MEDIA

Other Projects

Name Surname
"1111 Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Etiam porta sem malesuada magna mollis euismod."
Name Surname
"1111 Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Etiam porta sem malesuada magna mollis euismod."
© 2025 Charles Van Hook
Made With Love