~ruther/vhdl-i2c

ref: 78b6d93e9e27a866c063cf27d0121e855707d36b vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
78b6d93e — Rutherther feat: add start, stop condition generator 2 years 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;