Skip to content

Commit

Permalink
Merge pull request #694 from vloncar/alveo_tcl_fix
Browse files Browse the repository at this point in the history
Fix function call in Alveo tcl script
  • Loading branch information
jmitrevs authored Jan 18, 2023
2 parents 29f131b + 0f7de84 commit 1c2acbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set_property ip_repo_paths ${project_name}_prj [current_project]
update_ip_catalog


add_files -scan_for_includes {src/krnl_rtl_int.sv src/krnl_rtl_axi_read_master.sv src/krnl_rtl_counter.sv src/${project_name}_kernel.v src/krnl_rtl_axi_write_master.sv src/krnl_rtl_control_s_axi.v}
import_files {src/krnl_rtl_int.sv src/krnl_rtl_axi_read_master.sv src/krnl_rtl_counter.sv src/${project_name}_kernel.v src/krnl_rtl_axi_write_master.sv src/krnl_rtl_control_s_axi.v}
add_files -scan_for_includes [list src/krnl_rtl_int.sv src/krnl_rtl_axi_read_master.sv src/krnl_rtl_counter.sv src/${project_name}_kernel.v src/krnl_rtl_axi_write_master.sv src/krnl_rtl_control_s_axi.v]
import_files [list src/krnl_rtl_int.sv src/krnl_rtl_axi_read_master.sv src/krnl_rtl_counter.sv src/${project_name}_kernel.v src/krnl_rtl_axi_write_master.sv src/krnl_rtl_control_s_axi.v]



Expand Down

0 comments on commit 1c2acbb

Please sign in to comment.