Forum Discussion
Altera_Forum
Honored Contributor
9 years agoQuartus Error 35030
I have a Cyclone V HPS design on the SoCKit board which includes some custom logic connecting to LOANIO. My custom logic basically replaces the SPIM0 module in the HPS, so I took the SPIM0[CLK, MI...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Did you connect everything correctly in the Pin Planner as well? --- Quote End --- After changing all my four signals to "inout" at ghrd_top.v, I was able to get everything to build, and the Pin Planner showed these correctly as either input or output, depending on the pin. Those were read-only fields. When I switch back and declare my signals an "input" or "output", the Pin Planner shows these as "Bidir". In all cases the Pin Planner assign the correct BGA pin. The other SPI port, ie SPIM1, which I didn't mess with, shows the correct direction in Pin Planner and the top file.