Skip to content

Commit

Permalink
fix the file path issue
Browse files Browse the repository at this point in the history
Signed-off-by: lixianfei <lixianfei@bosc.ac.cn>
  • Loading branch information
xianfeili committed Jul 24, 2023
1 parent d1b87fc commit 038064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs_nanhu_fpga/src/tcl/global_includes.tcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set file "$ip_dir/soc/syscfg/syscfg_define.v"
set file "${rtl_dir}/syscfg_define.v"
set file [file normalize $file]
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
set_property -name "is_global_include" -value "1" -objects $file_obj
Expand Down

0 comments on commit 038064f

Please sign in to comment.