Forum Discussion
Reset Release IP VHDL code not working
- 2 years ago
By the way, here is how your project netlist looks like in the RTL viewer. You should really check the connections and make sure if this is what you intended.
The connections are easily changed through portmapping as I had helped you earlier. You may check out the VHDL trainings as it covers this.
It seems like a very small project. What are you trying to do with this project? Are you just going to run simulations? Are you going to do hardware programming?
Regards,
Nurina
Hi Drew,
Is the sys_pll suppose to be just a PLL? Where did you get this code?
Based on line 15, you are latching the sys_rst with locked and rst but there is a syntax error due to locked being an output port of the sys_pll. I'm not sure what you wanted the sys_pll to describe.
I have resolved the errors and used an IOPLL IP in place of the sys_pll.vhd. You can make changes to the IOPLL settings as you wish. I'm attaching the .qar file here shortly.
Regards,
Nurina
- Nurina2 years ago
Regular Contributor
Hi Drew,
Here is the .qar file with resolved code as promised.
You can check the RTL viewer to see if the connections were what you were intending.
I highly recommend these training videos since you're a beginner:
https://www.youtube.com/watch?v=bwoyQ_RnaiA&
https://www.youtube.com/watch?v=lHowLUNHFFA&
The VHDL training link shared by strell is also very useful to go through.
Regards,
Nurina
- MATRIX78782 years ago
Occasional Contributor
Hello,
It looks good in the RTL viewer. Will need to run a simulation of course to make sure it works. I am currently enrolled in the Intel training versions of those YouTube links you shared.
While all the errors are gone, upon completing the Analysis and Synthesis step of compilation, I get the warnings attached in the image. I look at the file that the 2nd warning references and it complains that the Reset Release is not there. I'm confused. Is the IP not started? What do I need to do? I am attaching the report file as well. We were so close to me getting it. Is it because I am using an Agilex 7 M-Series? I would not see why.
Thank you for your continued support. It means a lot to me.
Drew
- MATRIX78782 years ago
Occasional Contributor
Hello,
I got this code from the Reset Release IP video I found on Intel's website and also on YouTube. I was following the code that I saw on that video to get the sys_rst line.
You used another IP? Ok.
Thank you,
Drew