Commit bda80c0
Medium fsm pass (#2528)
Implementing the mechanism pass based off of annotations of acyclic, inlining, unrolling, and offloading.
Currently only works for single static enables, and static repeats with the @unroll operator! More testing in progress!
---------
Co-authored-by: Parth Sarkar <ps679@cornell.edu>
Co-authored-by: Adrian Sampson <adrian@radbox.org>1 parent bbeaa14 commit bda80c0
File tree
18 files changed
+892
-2
lines changed- calyx/opt/src
- passes_experimental
- traversal
- tests/passes/med-fsm
18 files changed
+892
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
150 | 181 | | |
151 | 182 | | |
152 | 183 | | |
| |||
160 | 191 | | |
161 | 192 | | |
162 | 193 | | |
| 194 | + | |
163 | 195 | | |
164 | 196 | | |
165 | 197 | | |
| |||
0 commit comments