Update maze_solver_design_report.md

This commit is contained in:
Owen Dorweiler 2025-12-09 15:14:25 -05:00
commit cb629ef3cf

View file

@ -11,7 +11,7 @@
[4. Code Implementation](#4-code-implementation)
## 1. High-Level Chip Purpose and Design
## 1. High-Level Chip Purpose & Design
The chip is able to solve a maze, outputting the correct sequence of moves (up, down, left, right) needed to traverse the maze without any dead ends. It accomplishes this by requesting cell locations from off-chip memory and intaking their wall configurations as a 4-bit input.
- As the chip moves around the maze, it requests new memory locations until it reaches the end of the maze.