library ieee;
use ieee.std_logic_1164.all;

entity testcode is
end testcode;

architecture testcode of testcode is
begin
end testcode;

