Skip to content

Commit 632eab1

Browse files
authored
Merge pull request #68 from aws/sundeep_cl_dram_dma
removed usage of aurora/hmc unused tieoff files and copied cl_axi_int…
2 parents 751c808 + 0ece882 commit 632eab1

File tree

43 files changed

+259733
-252278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+259733
-252278
lines changed

hdk/cl/examples/cl_dram_dma/build/scripts/encrypt.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ file copy -force $CL_DIR/design/cl_dma_pcis_slv.sv $TARGET_DIR
5050
file copy -force $CL_DIR/design/cl_ila.sv $TARGET_DIR
5151
file copy -force $CL_DIR/design/cl_ocl_slv.sv $TARGET_DIR
5252
file copy -force $CL_DIR/design/cl_sda_slv.sv $TARGET_DIR
53-
file copy -force $UNUSED_TEMPLATES_DIR/unused_aurora_template.inc $TARGET_DIR
54-
file copy -force $UNUSED_TEMPLATES_DIR/unused_hmc_template.inc $TARGET_DIR
5553
file copy -force $UNUSED_TEMPLATES_DIR/unused_sh_bar1_template.inc $TARGET_DIR
5654

5755
#---- End of section replaced by Developr ---

hdk/cl/examples/cl_dram_dma/design/cl_dram_dma.sv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ module cl_dram_dma #(parameter NUM_DDR=4)
3030
// developers to remve the specific interfaces
3131
// that the CL will use
3232

33-
`include "unused_hmc_template.inc"
34-
`include "unused_aurora_template.inc"
3533
`include "unused_sh_bar1_template.inc"
3634

3735
// Defining local parameters that will instantiate the

hdk/common/shell_v062517b4/design/ip/cl_axi_interconnect/cl_axi_interconnect.bd

Lines changed: 648 additions & 33 deletions
Large diffs are not rendered by default.

hdk/common/shell_v062517b4/design/ip/cl_axi_interconnect/cl_axi_interconnect.bxml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Root MajorVersion="0" MinorVersion="33">
33
<CompositeFile CompositeFileTopName="cl_axi_interconnect" CanBeSetAsTop="true" CanDisplayChildGraph="true">
44
<Description>Composite Fileset</Description>
5-
<Generation Name="SYNTHESIS" State="GENERATED" Timestamp="1491860212"/>
6-
<Generation Name="IMPLEMENTATION" State="GENERATED" Timestamp="1491860212"/>
7-
<Generation Name="SIMULATION" State="GENERATED" Timestamp="1491860212"/>
5+
<Generation Name="SYNTHESIS" State="GENERATED" Timestamp="1497990864"/>
6+
<Generation Name="IMPLEMENTATION" State="GENERATED" Timestamp="1497990864"/>
7+
<Generation Name="SIMULATION" State="GENERATED" Timestamp="1497990864"/>
88
<FileCollection Name="SOURCES" Type="SOURCES">
99
<File Name="ip/cl_axi_interconnect_axi_interconnect_0_0/cl_axi_interconnect_axi_interconnect_0_0.xci" Type="IP">
1010
<Instance HierarchyPath="axi_interconnect_0"/>
@@ -54,6 +54,14 @@
5454
<UsedIn Val="IMPLEMENTATION"/>
5555
<UsedIn Val="SIMULATION"/>
5656
</File>
57+
<File Name="ip/cl_axi_interconnect_s01_regslice_0/cl_axi_interconnect_s01_regslice_0.xci" Type="IP">
58+
<Instance HierarchyPath="axi_interconnect_0/s01_couplers/s01_regslice"/>
59+
<Properties IsEditable="false" IsVisible="true" Timestamp="0" IsTrackable="true" IsStatusTracked="true"/>
60+
<Library Name="xil_defaultlib"/>
61+
<UsedIn Val="SYNTHESIS"/>
62+
<UsedIn Val="IMPLEMENTATION"/>
63+
<UsedIn Val="SIMULATION"/>
64+
</File>
5765
<File Name="ip/cl_axi_interconnect_s00_regslice_0/cl_axi_interconnect_s00_regslice_0.xci" Type="IP">
5866
<Instance HierarchyPath="axi_interconnect_0/s00_couplers/s00_regslice"/>
5967
<Properties IsEditable="false" IsVisible="true" Timestamp="0" IsTrackable="true" IsStatusTracked="true"/>
1.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)