-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VCS_HOME should be set appropriately based on the environment. What does it means? #342
Comments
I didn't understand how to change the environment variable as mentioned in in the integration module. I run ./tools/bin/tmake without changing any macro and got an error. files are generated under /home/qazi/new_folder/hw/outdir/nv_full/vmod/nvdla/topmake: Leaving directory '/home/qazi/new_folder/hw/vmod/nvdla/top' checkcompile : Compile FAILED (Warnings=0, Errors=0, ExecutableReady=0) |
If you have Synopsys VCS tool, go to tree.make file and change the the following variables to the paths of tool on your PC: vsim is the executable present in the VCS tool directory which runs the simulation. |
okays thanks, I have done that and have generated Verilog files. Actually, I am following a master thesis (https://lup.lub.lu.se/student-papers/search/publication/9007070) and trying to create IP for NVDLA core. it is was mentioned in the thesis page 45(28) table 3.1 (verilog Macros), that some macros listed in the table should be defined in the include file to get rid of some error. |
can i ask a question about how do you solve the error that $RollPLI is a system function and cannot be synthesized, there are plenty of $RollPLI in files |
@rookie0620 you have to define the macros given in the thesis file file linked above. |
The text was updated successfully, but these errors were encountered: