Update maze_solver_design_report.md
This commit is contained in:
parent
0fe9966f7b
commit
cb629ef3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue