-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin implementaton of non-unrolled repeats
- Using TDCC-like method: will compile StaticRepeat bodies to FSMs using finish_repeat - Will call construct_schedule on a static schedule: need to StaticFSMEnable node - Will need to compile par blocks in finish_par: allocate an enable or an fsm_enable for each block
- Loading branch information
1 parent
e35de23
commit 0bd7178
Showing
5 changed files
with
256 additions
and
41 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
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
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
Oops, something went wrong.