diff --git a/doc/index.rst b/doc/index.rst index db44beb..e393a36 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -91,7 +91,9 @@ serv_decode .. image:: serv_decode.png -serv_decode is responsible for decoding the operation word coming from ibus into a set of control signals that are used internally in SERV. It also assembles the 32-bit immediate used by some instructions. During the life cycle of an operation all control signals (except one) are static and the immediate is streamed out during the first run stage +serv_decode is responsible for decoding the operation word coming from ibus into a set of control signals that are used internally in SERV. + +.. image:: serv_decode_int.png serv_mem_if ^^^^^^^^^^^ diff --git a/doc/serv_dataflow.png b/doc/serv_dataflow.png index df802f1..a7acae3 100644 Binary files a/doc/serv_dataflow.png and b/doc/serv_dataflow.png differ diff --git a/doc/serv_decode.png b/doc/serv_decode.png index 1449e7e..596073f 100644 Binary files a/doc/serv_decode.png and b/doc/serv_decode.png differ diff --git a/doc/serv_decode_int.png b/doc/serv_decode_int.png new file mode 100644 index 0000000..9cf1e79 Binary files /dev/null and b/doc/serv_decode_int.png differ