changed tcl -> sh

This commit is contained in:
Russell Horvath 2022-09-22 21:53:40 +00:00
parent 0c3b8d0565
commit 9d8edec331
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ fpga_driver_dir:= $(fpga_work_dir)/driver
# Enumerates the subset of generated files that must be copied over for FPGA compilation
fpga_delivery_files = $(addprefix $(fpga_work_dir)/design/$(BASE_FILE_NAME), \
.sv .defines.vh .env.tcl \
.sv .defines.vh .env.sh \
.synthesis.xdc .implementation.xdc)
# Files used to run FPGA-level metasimulation