Forum Discussion
JRaj
New Contributor
7 years agoError (171011): Can't assign node "" to location -- node is type Combinational cell
Hello, i get the following message "Error (171011): Can't assign node "FPGA_CLK1_50" to location PIN_AF14 -- node is type Combinational cell " when i try to assign pins using the pin assignment. A...
IKomi
New Contributor
7 years agoHi Raj,
The possible reason for the issue you faced is using Quartus design generated by HLS compiler and re-assigning virtual pins to physical ones with the Assignment Editor.
Based on my experience, the Assignment Editor might not remove virtual pin assignments from *.qsf file but hide them in its GUI window. Having both virtual and physical pins assigned to the port results in error message "Error (171011): Can't assign node "PIN_..." to location -- node is type Combinational cell." Please search .qsf file of your project in the text editor and comment out/remove undesirable virtual pin assignments.
Regards,
Igor.
- Miyaxu1 year ago
New Contributor
helpful