The Libre-SOC TestIssuer core
utilises a Finite-State Machine (FSM) to control the fetch/dec/issue/exec
-pipelines, with only one pipeline being active at any given time. This is good
+Computational Units, with only one such CompUnit (a FSM or a pipeline) being active at any given time. This is good
for debugging the HDL, but severly restricts performance as a single
instruction will take tens of clock cycles to complete. In-development
(Andrey to research and link to the relevant bugreport) is an in-order