~ruther/vhdl-i2c

ref: 5a7785ce711b4cc5ae47a59e38c3fa186d6945f2 vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
5a7785ce — Rutherther tests: rename startstop_condition_detector testbench to contain tb 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
library ieee;
use ieee.std_logic_1164.all;

package tb_pkg is

  signal clk : std_logic := '0';

end package tb_pkg;