forked from black-parrot/black-parrot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Description: This tag is the latest attempt at converting the BlackParrot Back End into a bitserial | ||
processor. Dan Petrisko thinks that this is a good idea based on no architectural analysis, but | ||
instead because it is fun. | ||
|
||
Latest update: This was attempted over a weekend during EE477 at UW. It successfully achieved | ||
bitserial execution, but had problems with control flow. | ||
|
||
Problems preventing integration: Bitserial control flow is complicated enough that this is a | ||
non-trivial task to debug. For instance, it is very difficult to detect what happens when an | ||
instruction commits because the update comes over 64 cycles. | ||
|
||
Next tasks: Complete the implementation, do some analysis to see if this is worth it at all. One | ||
benefit would be that it will demonstrate how modular BlackParrot is (look at this crazily different | ||
component switch-out!) | ||
|
||
Additional info: | ||
https://docs.google.com/presentation/d/15P8n1oprgaNuFO3OiGN_Z9prKWLTlf5Y5ZaWbcdUOtQ/edit | ||
|