summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-04-27 11:30:47 -0600
committerAlejandro Soto <alejandro@34project.org>2024-04-27 11:30:47 -0600
commita4b94d40e61e634aa8e970af3911a7671e7d8d50 (patch)
treee7fc9b2b9d84a32aa9f01aa744008d3308feac92 /mk/tools.mk
parentd5dd7bf1879c2a99779b70b8f063f3f16d8b2df8 (diff)
mk: implement peakrdl support
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index 9df3eff..d5ea853 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,6 +1,7 @@
define find_tools_lazy
$(call find_command_lazy,cocotb-config,COCOTB_CONFIG)
$(call find_command_lazy,genhtml,GENHTML)
+ $(call find_command_lazy,peakrdl,PEAKRDL)
$(call find_command_lazy,pkg-config,PKG_CONFIG)
$(call find_command_lazy,qsys-generate,QSYS_GENERATE)
$(call find_command_lazy,quartus,QUARTUS)