summaryrefslogtreecommitdiff
path: root/arch/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'arch/rtl')
-rw-r--r--arch/rtl/gpu_top.sv5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/rtl/gpu_top.sv b/arch/rtl/gpu_top.sv
new file mode 100644
index 0000000..2758c35
--- /dev/null
+++ b/arch/rtl/gpu_top.sv
@@ -0,0 +1,5 @@
+/* GPU Top Module */
+
+module gpu_top ();
+
+endmodule