Forum Discussion
Qsys
- 4 years ago
I believe the community have answered your inquiries, do you need further help in regards to this case?
You don't need locked, areset and phasedone conduit signals. You don't need on chip memory and avalon master either. You just need basic pll with your configuration. Connect clock in signal to pll and export the pll output signal and connect it in pin planner. Don't forget entering the input clock's frequency and set the pll frequencies correctly.
The things you have done seem to be ok but you didn't upload the port mappings in code. If you don't connect the pll's output to the entity's output signal it doesn't work.
- Elyouss4 years ago
New Contributor
thanks for your reply ! So I need to add a .vhd file where I have to inform the port map ? Or I have to use the HDL file that have been generated by quartus II ?
- sstrell4 years ago
Super Contributor
OP is using a schematic instead of HDL code, so what you mention about the output connection is handled there.
This should work fine.
- Elyouss4 years ago
New Contributor
ok thank you very much for your reply !