From 6c175d5dc428f630e3bd4caf707db4b77b0b87e7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Feb 2024 16:20:12 -0600 Subject: rtl, tb: add core.mk files --- rtl/core/mod.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rtl/core/mod.mk (limited to 'rtl/core/mod.mk') diff --git a/rtl/core/mod.mk b/rtl/core/mod.mk new file mode 100644 index 0000000..960d1f1 --- /dev/null +++ b/rtl/core/mod.mk @@ -0,0 +1,9 @@ +define core + $(this)/deps := config + $(this)/rtl_dirs := . + $(this)/rtl_top := core + + ifeq (sim,$(flow/type)) + $(this)/deps += ip_mul + endif +endef -- cgit v1.2.3