Closed terencebetter closed 6 years ago
The outdir
is a result of "code generation" system invented by NVDLA team (a mixture of Perl and C++ preprocessing magic). After changing spec file you have to run ./tools/bin/tmake -build again. This is because C++ preprocessor brutally removes parts of unused code, and Perl generates a lot of boilerplate code. If you already applied some modifications to outdir, you would need to integrate them to vmod
first.
Hi, the 'outdir' comes up after I type "./tools/bin/tmake -build vmod" . So do you meaning I need to type it again?
And I just found, when I disable the BDMA parts, the system will not pass the first test "sanity0" does it mean, I had already turn off the BDMA part?
Thanks for your help!
I guess you are working on nvdlav1 branch? I am not sure how much this branch is configurable. The sanity tests might not work with other specs than nv_full as it is, but someone from devel team could confirm this. Anyway in general after changing anything in .spec file, you have to run that command again.
Yeah, thanks for your help!
Hi, I'm just wondering why there is no nv_small model? Since, I want porting a small NVDLA model into my FPGA, and nv_full seems too large, I'm looking for the small model RTL code, but after I change the spec file and generate the RTL code, nothing seems changed, although 'define' file is changed as I did in spec file.
Thanks!
Maybe you can refer to the AWS FPGA demo(http://nvdla.org/vp_fpga.html), which is using the nv_small
Hi, I can't find where to download nv_small model, do you have any idea? Thanks!
git checkout master
I got it! Thanks!
Hi, I know that if I change the spec file parameters I can get different NVDLA module. But, I found, it will not change the code in 'outdir' after I build vmod. Is there any way can modify the NVDLA modue?
Thanks!