aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1032/ent.vhdl
blob: 753dc2c0d1b5f1fc7084e033798cbe9ef756ddd6 (plain)
1
2
3
4
5
6
7
entity ent is
end ent;

architecture a of ent is
	constant time_div : time := 20 ns / 2;
begin
end a;