Unverified Commit 71e636be authored by Aaron Chan's avatar Aaron Chan Committed by GitHub
Browse files

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.
parent bf5ae7e8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment