2023-07-06 12:08:22 +00:00
|
|
|
###############################################################################
|
|
|
|
## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved.
|
|
|
|
### SPDX short identifier: ADIBSD
|
|
|
|
###############################################################################
|
2019-05-08 14:02:33 +00:00
|
|
|
|
2023-07-06 12:08:22 +00:00
|
|
|
# ip
|
2022-07-12 11:06:15 +00:00
|
|
|
source ../../scripts/adi_env.tcl
|
2019-05-08 14:02:33 +00:00
|
|
|
source $ad_hdl_dir/library/scripts/adi_ip_xilinx.tcl
|
|
|
|
|
|
|
|
adi_ip_create axi_sysid
|
|
|
|
adi_ip_files axi_sysid [list \
|
|
|
|
"$ad_hdl_dir/library/common/up_axi.v" \
|
|
|
|
"axi_sysid.v"]
|
|
|
|
|
|
|
|
adi_ip_properties axi_sysid
|
2021-10-20 15:08:35 +00:00
|
|
|
|
|
|
|
set_property company_url {https://wiki.analog.com/resources/fpga/docs/axi_sysid} [ipx::current_core]
|
|
|
|
|
2019-05-08 14:02:33 +00:00
|
|
|
set cc [ipx::current_core]
|
|
|
|
|
|
|
|
ipx::save_core $cc
|