From 109f84ee88d6b36268cfbaa5ec9318971a46d145 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Tue, 20 Dec 2022 09:58:33 +0100
Subject: [PATCH] added comment about x4

---
 libraries/io/eth/eth.peripheral.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/libraries/io/eth/eth.peripheral.yaml b/libraries/io/eth/eth.peripheral.yaml
index 880ac85ec8..082dab6cc0 100644
--- a/libraries/io/eth/eth.peripheral.yaml
+++ b/libraries/io/eth/eth.peripheral.yaml
@@ -26,7 +26,10 @@ peripherals:
       - mm_port_name: AVS_ETH_0_TSE
         mm_port_type: REG
         mm_port_span: 1024 * MM_BUS_SIZE # = c_tech_tse_byte_addr_w in tech_tse_pkg.vhd
-        mm_port_description: "Registers in the TSE IP [1], handled by the Nios microprocessor."
+        mm_port_description: |
+          "Registers in the TSE IP [1], handled by the Nios microprocessor.
+           Note that the address offsets are multiplied by 4 since the last
+           2 bits of the address signal are removed in VHDL."
         fields:
           - - field_name: rev
               field_description: |
-- 
GitLab