mitx045: minor changes in common and ADV7511 projects
parent
f695a45394
commit
45325b7c0d
|
@ -6,7 +6,6 @@ adi_project_create adv7511_mitx045
|
|||
adi_project_files adv7511_mitx045 [list \
|
||||
"system_top.v" \
|
||||
"$ad_hdl_dir/library/common/ad_iobuf.v" \
|
||||
"$ad_hdl_dir/projects/common/mitx045/mitx045.xml" \
|
||||
"$ad_hdl_dir/projects/common/mitx045/mitx045_system_constr.xdc" ]
|
||||
|
||||
adi_project_run adv7511_mitx045
|
||||
|
|
|
@ -24,7 +24,7 @@ set spdif [create_bd_port -dir O spdif]
|
|||
# instance: sys_ps7
|
||||
|
||||
set sys_ps7 [create_bd_cell -type ip -vlnv xilinx.com:ip:processing_system7:5.3 sys_ps7]
|
||||
set_property -dict [list CONFIG.PCW_IMPORT_BOARD_PRESET {../../common/mitx045/mitx045.xml} ] [get_bd_cells sys_ps7]
|
||||
set_property -dict [list CONFIG.PCW_IMPORT_BOARD_PRESET $ad_hdl_dir/projects/common/mitx045/mitx045.xml ] [get_bd_cells sys_ps7]
|
||||
set_property -dict [list CONFIG.PCW_GPIO_MIO_GPIO_ENABLE {1} ] $sys_ps7
|
||||
set_property -dict [list CONFIG.PCW_EN_CLK1_PORT {1}] $sys_ps7
|
||||
set_property -dict [list CONFIG.PCW_EN_RST1_PORT {1}] $sys_ps7
|
||||
|
|
Loading…
Reference in New Issue