From 3217152c1bd9384a15242c0f8cb4f9781d6d9afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Sun, 3 Apr 2016 15:03:45 +0200 Subject: [PATCH] README.md: Document the meaning of mem_instr --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb1d706..23c123f 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,8 @@ that can run one memory transfer at a time: The core initiates a memory transfer by asserting `mem_valid`. The valid signal stays high until the peer asserts `mem_ready`. All core outputs -are stable over the `mem_valid` period. +are stable over the `mem_valid` period. If the memory transfer is an +instruction fetch, the core asserts `mem_instr`. #### Read Transfer