From c669dac4a1a3b498f6835094e0ad56b95ff712ef Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 17 Jul 2024 10:47:39 +0200
Subject: [PATCH] Correct o_rst in comment.

---
 libraries/base/common/src/vhdl/common_areset.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/common/src/vhdl/common_areset.vhd b/libraries/base/common/src/vhdl/common_areset.vhd
index f6620174e9..57cc27cb30 100644
--- a/libraries/base/common/src/vhdl/common_areset.vhd
+++ b/libraries/base/common/src/vhdl/common_areset.vhd
@@ -80,7 +80,7 @@ begin
   -- Pass on synchronized reset with sufficient g_tree_len to ease timing
   -- closure by FF duplication in out_rst tree. Keep rst = '0' to break
   -- combinatorial path with in_rst to ease timing closure in the reset tree
-  -- network. Use g_tree_len = 0 for wire out_rst <= 0_rst, so no reset tree
+  -- network. Use g_tree_len = 0 for wire out_rst <= o_rst, so no reset tree
   -- as in 2009.
   u_pipe : entity work.common_pipeline_sl
   generic map (
-- 
GitLab