~ruther/vhdl-i2c

ref: 162bd41ba3de8b24ce8746c8cff37d68445aca88 vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
162bd41b — Rutherther tests(mcu): count correctly, excluding the address 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;