Assignment Inconsistent with Chip planner
Hello Everyone,
I came across an issue with register assignment using TCL scripts in .qsf file of the project. The software I used was Quartus 18.1 standard edition.
One strange issue occurs with the assignment which is mismatch of assigned logic in TCL with the implemented logic in chip planner.
For one example, I want to assign a clocked flip flop called detector to the place "FF_X10_Y19_N17" and so my tcl is:
set_location_assignment FF_X10_Y19_N17 -to "delay_detection:UUT|detector".
However when I check this place in resource editor in chip planner, I found a combinational circuit assigned to it named "delay_out". This circuit's output is connected to the FF detector I want to assign.
To show this issue graphically, I have attached a file for your reference.
Could anyone please kindly explain what has happened? Is it because the display in resource editor is wrong or something goes wrong with my assignment, or the software has issues.
Thank you very much!
Mingqiang