9 lines
130 B
VHDL
9 lines
130 B
VHDL
library ieee;
|
|
use ieee.std_logic_1164.all;
|
|
|
|
entity ssd_tb is
|
|
end entity;
|
|
|
|
architecture behav of ssd_tb is
|
|
begin
|
|
end architecture;
|