-
Notifications
You must be signed in to change notification settings - Fork 26
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
Missing libraries #1
Comments
Hello kamejoko80! Of course i will add missing modules. I couldn't test this module in real hardware so if you are able to test it please write me whenever you have any issues or questions. |
Hello skatanik, Thanks for your response. Let me try to simulate your mipi controller first then test it on the real HW, but it takes time to prepare some things such as development kit, HW design. Is there anyway to avoid vendor specific primitives usage in the design such as PLL, FIFO buffer... Is this source code just supports Altera FPGA only right ? |
Yes, i was writing this controller for using with Altera FPGA. But actually the only Altera IP core i used is FIFO. This design uses single and dual clock FIFOs. But as you can see component altera_generic_fifo is just a wrapper for Altera FIFO IP cores, so if it is needed you can easily replace Altera FIFO in this wrapper with any other FIFO. |
Hello skatanik, Got it, |
We had downloaded the project and intended to perform simulation with Quartus Modelsim. We first opened Quartus project "dsi_controller_test.qpf" then synthesis ("Start Analysis & Elaboration"). However, Quartus prompted "Tcl Script file top_level_system/synthesis/top_level_system.qip not find". So, would you mind providing the following information:
|
Occasionally i've moved this project to another repo: https://github.com/skatanik/hdmi2dsi_board |
Hi Skatanik,
Thank you for sharing the source code.
I've tried to sysnthesize the source code by using Quartus Prime 18.0 but not successfull because of missing libraries
Would you please to provide them ?
The text was updated successfully, but these errors were encountered: