From baeaef814b6d935906d1687c287cc66c74bf0a5c Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Sun, 1 Sep 2019 10:15:34 +0200 Subject: Fix UPF (#905) * add test for UPF * fix: add UPF when openieee=false too --- testsuite/sanity/006upf/test.vhdl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/sanity/006upf/test.vhdl (limited to 'testsuite/sanity/006upf/test.vhdl') diff --git a/testsuite/sanity/006upf/test.vhdl b/testsuite/sanity/006upf/test.vhdl new file mode 100644 index 000000000..4d287b782 --- /dev/null +++ b/testsuite/sanity/006upf/test.vhdl @@ -0,0 +1,5 @@ +library ieee; +use ieee.UPF.all; + +entity test is +end entity; -- cgit v1.2.3