Fixed spelling errors
This commit is contained in:
parent
14d13dce3e
commit
136ede3e64
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@
|
|||
|
||||
## 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.
|
||||
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 accepting 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.
|
||||
- The chip may take dead-end paths, but its solution does not include any dead ends due to the implementation of a hardware stack.
|
||||
- Once it eaches the end, the chip outputs the solution as a series of 2-bit numbers corresponding to the series of moves (up, right, down, left) needed to successfully traverse the maze.
|
||||
- Once it reaches the end, the chip outputs the solution as a series of 2-bit numbers corresponding to the series of moves (up, right, down, left) needed to successfully traverse the maze.
|
||||
|
||||
### Inputs & Outputs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue