~ruther/vhdl-i2c

ref: a49d1444e780cccbd0b1daa29243404effbecefd vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
a49d1444 — Rutherther fix: count to 9, make i2c frequency 10 MHz 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;