-
Notifications
You must be signed in to change notification settings - Fork 104
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
simulation of kc705_tb #46
Comments
Hi,
|
I have tried this solution but the simulation window is not even opening . It crashes from the beginning. Are there any certain configurations for the simulation in the make file? In addition, I have nullified the DRAM as I will not use it. Hence, I removed everything related to it in the testbench. |
Not enough information. Not enough memory /CPU resources or something wrong with the port. |
I am running the testbench without modifying anything. |
Looks good for me at this point. I've never tried to use ISim, do you see any messages in the vivado console or triggered breakpoint? |
Unfortunately, No |
I think trying the make file is a good solution . However, To remove srun from the make file , Can I just comment all lines containing SRUN command. I am not familiar with srun actually , so it is really appreciated if you can help. |
Moreover, I have nullified DDR component . Therefore , I think I do not need to link SIP with my simulation , right? |
|
I have just used it but it is the same output |
Could you try to update module axi2apb_bus1.sv file and try again? There was bug detected with the array index. |
Actually, I have tried it and it is not working also , Serge |
Can you please try to simulate it on xsim , So that I know that the problem is not in my environmnent? |
…_id. No functional changes but somehow it should help with issue #46
I'm glad that you found solution but I do not see there any functional changes. Last commit removes double assignments into process variable path_id, if this helps with ISim let it be here. |
Yes in Xsim it was not working because of this bug |
Can you please tell me which cache replacement policy you are using in the processor? |
LRU. See generic parameters of the Workgroup/RiverTop modules. |
Hello Serge,
You have done great work in this project. I really appreciate it. However, I am now stuck in the simulation step of kc705 testbench. I followed these steps to simulate it. I have gone to kc705_sim directory and then run make build command and then make gui but it is not responding. It is displaying this message "make: srun: No such file or directory". Do you have any idea how to get it working?
Thanks in advance.
The text was updated successfully, but these errors were encountered: