Skip to content

Commit aa106ff

Browse files
committed
Update README.md
1 parent ca4d648 commit aa106ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Below is a sample of the execution traces, showing on each cycle the execution o
319319
Notes on design decisions made for simplicity that could be optimized away;
320320

321321
- Many things that could be wires are registers to make things explicitly synchronous and for code simplicity and clarity.
322-
- State management does some things in many cycles that could be done in 1 to make control flow explicit.
322+
- State management does some things in many cycles that could be done in 1 cycle to make control flow explicit.
323323

324324
## Next Steps
325325

@@ -331,3 +331,5 @@ Updates I want to make in the future to improve the design, anyone else is welco
331331
- [ ] Add basic memory coalescing
332332
- [ ] Add basic pipelining
333333
- [ ] Write a basic graphics kernel or add simple graphics hardware to demonstrate graphics functionality
334+
335+
**For anyone curious to play around or make a contribution, feel free to put up a PR with any improvements you'd like to add 😄**

0 commit comments

Comments
 (0)