~ruther/vhdl-i2c

ref: 5c521b431117d51e3fe87ffee66efc0fd1ff289e vhdl-i2c/tb/i2c/tb_pkg.vhd -rw-r--r-- 117 bytes
5c521b43 — Rutherther chore: add vunit_lib linking mechanism and vhdl_ls.toml for lsp 11 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