Skip to content

Commit

Permalink
Update README and script to match DLA HW version
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiqingSun committed Jun 14, 2018
1 parent 9d26a64 commit 4a55773
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions cl_nvdla/build/scripts/filelist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a55773

Please sign in to comment.