~ruther/vhdl-i2c

ref: b7600b1d64f28e6c5a661cb853a0cdfbb0b0ee6c vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
b7600b1d — Rutherther fix: set initial gen clk in clock divider 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;