Skip to content

Commit

Permalink
Delete one comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hqjenny committed Dec 19, 2020
1 parent de93477 commit 1cdc62c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hls/top/deform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ void wrapper(
) {
#pragma HLS INLINE



hls::stream<ap_int<FM_W*PE_3> > fin;
#pragma HLS STREAM variable=fin depth=2 dim=1
hls::stream<ap_int<FM_W*PE_3> > f1;
Expand Down Expand Up @@ -168,7 +166,6 @@ void wrapper(
// write output to dram
S2M<PE_0, FM_W, OUT_W>(f3, out, batch * CONV_D * CONV_D * OC / PE_0);


}

void top
Expand All @@ -190,14 +187,12 @@ void top
bool relu3 // relu flag for 3x3; 1 if use relu
) {


#pragma HLS INTERFACE m_axi port=fmap offset=slave bundle=gmem0 depth=2
#pragma HLS INTERFACE m_axi port=out offset=slave bundle=gmem1 depth=2
#pragma HLS INTERFACE m_axi port=k0_1 bundle=gmem2 depth=2
#pragma HLS INTERFACE m_axi port=k0_3 bundle=gmem3 depth=2
#pragma HLS INTERFACE m_axi port=quant bundle=gmem4 depth=2
#pragma HLS INTERFACE m_axi port=offsets bundle=gmem5 depth=2
//#endif

#pragma HLS INTERFACE s_axilite port=fmap bundle=control
#pragma HLS INTERFACE s_axilite port=out bundle=control
Expand Down

0 comments on commit 1cdc62c

Please sign in to comment.