Added startup function to project (setup HDL tool on it)

This commit is contained in:
canisio
2026-03-25 16:15:16 -03:00
parent c86497656b
commit 7c1292ae5c
6 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
%% Startup Tasks
%
% Configure HDL Coder to use Xilinx Vivado for HDL workflows.
%
hdlsetuptoolpath('ToolName','Xilinx Vivado', ...
'ToolPath','/tools/Xilinx/Vivado/2024.1/bin/vivado');