-
Notifications
You must be signed in to change notification settings - Fork 122
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
--top-module 'sim' was not found in the design #325
Comments
What I was trying to do is simulating the entire memory subsystem and it seems like what I generated contains all the modules(not 100% sure). So the rest requirement might be a testbench? Do we need to manually build it ?What does the build_xxxx.sh file did actually? |
Hi @CarrolXC,
If you want to re-integrate the standalone core with Verilator/LiteX, I would recommend looking at: |
@enjoy-digital Thanks for your explanation and suggestions! That's helpful. |
@CarrolXC |
@dinaabdelbaky |
I used the gen.py file to generate a litedram core, and meanwhile a build_xxxx.sh was generated as well.
When I tried to run build_xxx.sh file , it point to a make file in "litex" folder which call a top module as "sim". So it turned out an error since I don't have this file.
Do you have any any ideas on how this sim looks like , do I need to use the name "sim" when I try to generate the litedram core?
Appreciate it!
The text was updated successfully, but these errors were encountered: