IP Updates for ADM-XRC-KU1 MPTL Cores ------------------------------------- Version 1.4 of mptl_tgt_ku_slv_v1_4.zip and mptl_tgt_ku_axi_v1_4.zip Changes from version 1.1 to 1.2 : removal of encryption allowing all source files to be readable, and IP to be editable Changes from version 1.2 to 1.3 : modification of the internal clock connection from GT to RX async FIFO and associated logic to correct timing issues reported by the Vivado tools, with clocks previously synchronized externally to the device. Changes from version 1.3 to 1.4 : modification of code to resolve CDC critical warnings due to externally synchronous clocks being treated as ASYNC, and also to pipeline single bit CDCs with insignificant latency requirements - which changes the CDC Report State from Unknown to Safe Instructions for use in KU1 SDK 1.0.0 ------------------------------------- These cores can be inserted into projects within the KU1 SDK 1.0.0 For projects already generated, the add IP option within the Vivado GUI can be used to add the IP to the user repository, and then Report IP Status can be used to perform the IP update within the design. The cores can also be manually unzipped into the user repository folder within the KU1 SDK. Once cores have been installed in the KU1 SDK, it may be necessary to modify the version.tcl script for the project: If it contains the line: set hsaxi_ver 1.1 This should be changed to set hsaxi_ver 1.4 or set hsaxi_ver 1.*