forked from apollo-lhc/CM_FPGA_FW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.tcl
47 lines (42 loc) · 1.16 KB
/
files.tcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
set bd_path proj
set bd_name c2cSlave
set bd_files "\
src/c2cSlave/createC2CSlaveInterconnect.tcl
"
set vhdl_files "\
src/top.vhd \
src/misc/pass_time_domain.vhd \
src/misc/pacd.vhd \
src/misc/types.vhd \
src/misc/capture_CDC.vhd \
src/misc/counter.vhd \
src/misc/counter_clock.vhd \
src/axiReg/axiRegPkg.vhd \
src/axiReg/axiReg.vhd \
src/K_IO/K_IO_PKG.vhd \
src/K_IO/K_IO_map.vhd \
src/misc/RGB_PWM.vhd \
src/misc/LED_PWM.vhd \
src/CM_K_info/CM_K_info.vhd \
src/CM_K_info/CM_K_INFO_PKG.vhd \
src/CM_K_info/CM_K_INFO_map.vhd \
src/TCDS/TCDS.vhd \
src/TCDS/KINTEX_TCDS_map.vhd \
src/TCDS/KINTEX_TCDS_PKG.vhd \
"
set xdc_files "\
src/top_pins.xdc \
src/top_timing.xdc \
"
set xci_files "\
cores/Local_Clocking/Local_Clocking.xci \
cores/TCDS_TxRx/TCDS_TxRx.xci \
cores/TCDS_DRP/TCDS_DRP.xci \
cores/AXI_BRAM/AXI_BRAM.xci \
cores/DP_BRAM/DP_BRAM.xci \
"
#DRP ip
#set ip_repo_path ../bd/IP
set ip_repo_path ../bd/IP/packaged_ip/
set_property ip_repo_paths ${ip_repo_path} [current_project]
update_ip_catalog