diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-20 11:09:23 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-20 11:12:23 -0600 |
| commit | 49c6d9ed78a5ce67eaa6edb40c3dacd956ebca75 (patch) | |
| tree | 5aac580779b90144a174015024a4551cebe17265 /mk/tools.mk | |
| parent | a9ba2e1d3e0bee4f7534b29f266d122567d6dd42 (diff) | |
mk: implement support for quartus synthesis
Diffstat (limited to 'mk/tools.mk')
| -rw-r--r-- | mk/tools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index 9f3734e..9df3eff 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -2,6 +2,8 @@ define find_tools_lazy $(call find_command_lazy,cocotb-config,COCOTB_CONFIG) $(call find_command_lazy,genhtml,GENHTML) $(call find_command_lazy,pkg-config,PKG_CONFIG) + $(call find_command_lazy,qsys-generate,QSYS_GENERATE) + $(call find_command_lazy,quartus,QUARTUS) $(call find_command_lazy,verilator,VERILATOR) $(call shell_defer,cocotb_share,$$(COCOTB_CONFIG) --share) |
