Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-maj committed Apr 24, 2024
1 parent ca4d648 commit aa106ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Below is a sample of the execution traces, showing on each cycle the execution o
Notes on design decisions made for simplicity that could be optimized away;

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

## Next Steps

Expand All @@ -331,3 +331,5 @@ Updates I want to make in the future to improve the design, anyone else is welco
- [ ] Add basic memory coalescing
- [ ] Add basic pipelining
- [ ] Write a basic graphics kernel or add simple graphics hardware to demonstrate graphics functionality

**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 comments on commit aa106ff

Please sign in to comment.