Skip to content

Commit

Permalink
update run script for version nv_small_256_full
Browse files Browse the repository at this point in the history
  • Loading branch information
nvqirui committed Oct 16, 2018
1 parent 5d93d25 commit ea0bfe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cl_nvdla/build/scripts/filelist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ file_remove_list="NV_NVDLA_CDP_DP_bufferin_tp1.v"
elif [ $version == "nv_medium_512" ]
then
file_remove_list="NV_NVDLA_SDP_CORE_Y_lut.v NV_NVDLA_SDP_HLS_Y_cvt_top.v NV_NVDLA_SDP_HLS_Y_idx_top.v NV_NVDLA_SDP_HLS_Y_inp_top.v NV_NVDLA_SDP_HLS_Y_int_core.v"
elif [ $version == "nv_small_256_full" ]
then
#file_remove_list="NV_NVDLA_SDP_CORE_Y_lut.v NV_NVDLA_SDP_HLS_Y_idx_top.v NV_NVDLA_SDP_HLS_Y_inp_top.v"
file_remove_list=""
else
file_remove_list="NV_NVDLA_SDP_CORE_Y_lut.v NV_NVDLA_SDP_HLS_Y_cvt_top.v NV_NVDLA_SDP_HLS_Y_idx_top.v NV_NVDLA_SDP_HLS_Y_inp_top.v NV_NVDLA_SDP_HLS_Y_int_core.v"
fi
Expand Down

0 comments on commit ea0bfe2

Please sign in to comment.