From de677b664db11a1125e85fb30d729697c8b0e83c Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Tue, 31 May 2022 18:09:35 +0200
Subject: [PATCH] Added comment.

---
 libraries/technology/jesd204b/tb_tech_jesd204b.vhd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/technology/jesd204b/tb_tech_jesd204b.vhd b/libraries/technology/jesd204b/tb_tech_jesd204b.vhd
index 2b39695384..5ead9f6446 100644
--- a/libraries/technology/jesd204b/tb_tech_jesd204b.vhd
+++ b/libraries/technology/jesd204b/tb_tech_jesd204b.vhd
@@ -216,6 +216,7 @@ BEGIN
 
   p_monitor_jesd204b : PROCESS
   BEGIN
+    -- Wait until after MM interface reset_out5 = rx_avs_rst_arr in ip_arria10_e2sg_jesd204b has been released
     WAIT UNTIL sim_done = '1';
     proc_common_wait_some_cycles(mm_clk, 1);  -- align with mm_clk domain
 
-- 
GitLab