~ruther/vhdl-i2c

ref: 97979bc76df6402f9351e051be34b38da8b01930 vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
97979bc7 — Rutherther refactor: get rid of sda, scl overrides, drive sda, scl directly 1 year, 3 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