aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/sr3028/top.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/sr3028/top.vhdl')
-rw-r--r--testsuite/gna/sr3028/top.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/sr3028/top.vhdl b/testsuite/gna/sr3028/top.vhdl
new file mode 100644
index 000000000..e194a63cd
--- /dev/null
+++ b/testsuite/gna/sr3028/top.vhdl
@@ -0,0 +1,7 @@
+entity top is
+end top;
+
+use work.vc_fakeram_pkg;
+architecture behav of top is
+begin
+end behav;