aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug12/demo.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug12/demo.vhd')
-rw-r--r--testsuite/gna/bug12/demo.vhd14
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/gna/bug12/demo.vhd b/testsuite/gna/bug12/demo.vhd
deleted file mode 100644
index 2b97782f6..000000000
--- a/testsuite/gna/bug12/demo.vhd
+++ /dev/null
@@ -1,14 +0,0 @@
-entity bar is
-end entity bar;
-entity \foo\ is
- port (test : in bit);
-end entity \foo\;
-architecture structural of \foo\ is
-begin -- architecture structural
-end architecture structural;
-architecture structural of bar is
- signal test : bit;
-begin -- architecture structural
- foo_1: entity work.\foo\
- port map (test => test);
-end architecture structural;