From 252f70c0ae7ab7d82969eb6b88222fab8aa00e72 Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Wed, 3 Apr 2024 08:25:10 +0200 Subject: [PATCH] Refined HWLoop instructions list that must be 32-bit aligned. Signed-off-by: Pascal Gouedo --- docs/source/corev_hw_loop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/corev_hw_loop.rst b/docs/source/corev_hw_loop.rst index 2156ec410..71964d2d2 100644 --- a/docs/source/corev_hw_loop.rst +++ b/docs/source/corev_hw_loop.rst @@ -51,7 +51,7 @@ Those constraint checks could be done only for each instruction in the hardware The HWLoop constraints are: -- HWLoop start, end and setup instructions addresses must be 32-bit aligned (short or long commands). +- HWLoop starti, endi, setupi and setup instructions addresses must be 32-bit aligned (PC-related instructions). - Start and End addresses of an HWLoop body must be 32-bit aligned.