Forum Discussion
Altera_Forum
Honored Contributor
8 years agoDE10 pins not found
Hello, I'm trying to build my first DE10 Nano design, and getting some critical fitter warnings that make no sense to me. Specifically, I get the "warning" that, "Some pins have incomplete I/O...
Altera_Forum
Honored Contributor
8 years agoIn your .qsf file you have lines like:
...
set_location_assignment PIN_J15 DEFAULT -to HPS_ENET_GTX_CLK
set_location_assignment PIN_A16 DEFAULT -to HPS_ENET_TXDATA
set_location_assignment PIN_J14 DEFAULT -to HPS_ENET_TXDATA
...
What gives with the word default in the command? I have never seen that usage before. Can you remove the default keyword from all those lines?