~ruther/vhdl-i2c

ref: f69689aa2b3270d54c1ee6f63dbe7370a9f6c500 vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
f69689aa — Rutherther chore: split mcu_slave tb to separate library 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;