Commit 71e636b
authored
Sparta Assert for Target Pipe without Execution Unit (#151)
Forgot to add an assert to check that there is a dispatcher (thus a
subsequent issue queue/execution unit) that can handle a target pipe of
an instruction. If one forgets to define one, i.e you forget to define
an execution unit to handle `DIV` target pipe, the simulator will end
early, but no error will be thrown.1 parent bf5ae7e commit 71e636b
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
242 | 247 | | |
243 | 248 | | |
244 | 249 | | |
| |||
0 commit comments