aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1736/fifo.vhdl
blob: 5d4cece7b4f4bf806ee203ad072d3ea12f99af97 (plain)
1
2
3
4
5
6
7
8
9
library ieee;
context ieee.ieee_std_context;

entity fifo is
  generic ( gen : integer := 8 );
end fifo;

architecture arch of fifo is begin end;