~ruther/vhdl-i2c

5a7785ce711b4cc5ae47a59e38c3fa186d6945f2 — Rutherther 1 year, 3 months ago bb5425f
tests: rename startstop_condition_detector testbench to contain tb
1 files changed, 3 insertions(+), 3 deletions(-)

M tb/i2c/startstop_condition_detector_tb.vhd
M tb/i2c/startstop_condition_detector_tb.vhd => tb/i2c/startstop_condition_detector_tb.vhd +3 -3
@@ 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;


Do not follow this link