From 5a7785ce711b4cc5ae47a59e38c3fa186d6945f2 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 30 Dec 2023 22:31:06 +0100 Subject: [PATCH] tests: rename startstop_condition_detector testbench to contain tb --- tb/i2c/startstop_condition_detector_tb.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tb/i2c/startstop_condition_detector_tb.vhd b/tb/i2c/startstop_condition_detector_tb.vhd index 35f69bfa44669ed147f61baaaa4c330e1d8d96ec..89435a2ce88182b315fd3be02e2152a73470d593 100644 --- a/tb/i2c/startstop_condition_detector_tb.vhd +++ b/tb/i2c/startstop_condition_detector_tb.vhd @@ -6,14 +6,14 @@ library i2c; library vunit_lib; context vunit_lib.vunit_context; -entity startstop_condition_detector is +entity startstop_condition_detector_tb is generic ( runner_cfg : string); -end entity startstop_condition_detector; +end entity startstop_condition_detector_tb; -architecture tb of startstop_condition_detector is +architecture tb of startstop_condition_detector_tb is signal clk : std_logic := '0'; constant CLK_PERIOD : time := 10 ns;