~ruther/vhdl-i2c

ref: 01263b874ce8d9b39914f57dd58bf2329428a2e7 vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
01263b87 — Rutherther fix: move to bus busy on arbitration err or start condition 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