-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Profiling] Use TDCC group's
go
to infer first state's start time (#…
…2121) This PR contains small revisions to profiling: 1. We now show a summary for each group before showing the complete information. 2. We now use the corresponding TDCC group's `go` signal in order to infer when the FSM is technically "starting". To describe a bit more about (2) - I previously had a bug where `read` from `language-tutorial-iterate.futil` was "active" for ~60 cycles (when it should only be active for 16). This was because `read` corresponds to the 0th state of the FSM of the par arm containing `read`, `write`, and `upd`, and the 0th state corresponds to both the first group and a reset state. To fix this, I used the `go` signal for the TDCC group that manages the FSM to figure out when the first group is active.
- Loading branch information
1 parent
c41fdae
commit f4e80ec
Showing
1 changed file
with
83 additions
and
40 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