aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2388/top_a.vhd
blob: b259be5df513fe9e9e933fd0a56e174aa17f6b02 (plain)
1
2
3
4
5
6
7
architecture rtl of unit_b is
begin

    b <= not a;

end architecture;