~ruther/vhdl-i2c

ref: af2d3f6d0d13b2499f8c61da5e2bd460b9f3aefd vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
af2d3f6d — Rutherther fix: address generator minor issues 1 year, 5 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;
Do not follow this link