From 4a557731c351ad46e90bba2adb54e2216659b811 Mon Sep 17 00:00:00 2001 From: Erick Sun Date: Wed, 13 Jun 2018 01:16:54 -0700 Subject: [PATCH] Update README and script to match DLA HW version --- README.md | 2 +- cl_nvdla/build/scripts/filelist.sh | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ab2e2b..1276c9d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can find the latest NVDLA Virtual Platform documentation for AWS FPGA [here] ## NVIDIA Sample AFI -agfi-0ebfbde27cfbc88d2 +agfi-0373fee35268723ca ## EC2 FPGA Hardware and Software Development Kits version diff --git a/cl_nvdla/build/scripts/filelist.sh b/cl_nvdla/build/scripts/filelist.sh index c3f72a7..7aba860 100755 --- a/cl_nvdla/build/scripts/filelist.sh +++ b/cl_nvdla/build/scripts/filelist.sh @@ -54,6 +54,16 @@ ip_path=outdir/nv_small/spec/defs file_type=vh SelecSource ${ip_path} $file_type +export PATH=.:$PATH +echo "dla_ramgen -m nv_ram_rwsp_8x65" >> ${NV_HW_ROOT}/vmod/rams/fpga/run_small_ram +echo "dla_ramgen -m nv_ram_rws_256x64" >> ${NV_HW_ROOT}/vmod/rams/fpga/run_small_ram +cur_path=`pwd` +cd ${NV_HW_ROOT}/vmod/rams/fpga +./run_small_ram +mkdir -p ${NV_HW_ROOT}/outdir/nv_small/vmod/rams/fpga/small_rams +mv ${NV_HW_ROOT}/vmod/rams/fpga/*.v ${NV_HW_ROOT}/outdir/nv_small/vmod/rams/fpga/small_rams +cd ${cur_path} + ip_path=outdir/nv_small/vmod/rams/fpga/small_rams file_type=v SelecSource ${ip_path} $file_type