diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:30:47 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:30:47 -0600 |
| commit | a4b94d40e61e634aa8e970af3911a7671e7d8d50 (patch) | |
| tree | e7fc9b2b9d84a32aa9f01aa744008d3308feac92 /mk/tools.mk | |
| parent | d5dd7bf1879c2a99779b70b8f063f3f16d8b2df8 (diff) | |
mk: implement peakrdl support
Diffstat (limited to 'mk/tools.mk')
| -rw-r--r-- | mk/tools.mk | 1 |
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) |
