1 2 3 4 5 6 7 8 9 10 11 12
entity tb is end entity tb; architecture functional of tb is begin -- architecture functional dut : entity work.a port map (i => true); end architecture functional;