summaryrefslogtreecommitdiff
path: root/rtl/picorv32/mod.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/picorv32/mod.mk')
-rw-r--r--rtl/picorv32/mod.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtl/picorv32/mod.mk b/rtl/picorv32/mod.mk
new file mode 100644
index 0000000..a1201e0
--- /dev/null
+++ b/rtl/picorv32/mod.mk
@@ -0,0 +1,4 @@
+define core
+ $(this)/rtl_top := picorv32
+ $(this)/rtl_files := picorv32.v
+endef