From 06681bc4790c7598fa74694ba55b78d473433c4d Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Fri, 28 Oct 2022 10:51:07 +0200
Subject: [PATCH] Add dbg_c_run_time.

---
 libraries/io/eth/tb/vhdl/tb_eth_tester.vhd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/io/eth/tb/vhdl/tb_eth_tester.vhd b/libraries/io/eth/tb/vhdl/tb_eth_tester.vhd
index be8f3a05e8..08948c5d67 100644
--- a/libraries/io/eth/tb/vhdl/tb_eth_tester.vhd
+++ b/libraries/io/eth/tb/vhdl/tb_eth_tester.vhd
@@ -210,6 +210,7 @@ ARCHITECTURE tb OF tb_eth_tester IS
   SIGNAL tse_psc_access          : STD_LOGIC;
 
   -- View in Wave window
+  SIGNAL dbg_c_run_time                : NATURAL := c_run_time;
   SIGNAL dbg_c_mon_nof_sop_first       : NATURAL := c_mon_nof_sop_first;
   SIGNAL dbg_c_mon_nof_sop_others      : NATURAL := c_mon_nof_sop_others;
   SIGNAL dbg_c_mon_nof_valid_first_tx  : NATURAL := c_mon_nof_valid_first_tx;
-- 
GitLab