Forum Discussion

alexislms's avatar
alexislms
Icon for Contributor rankContributor
3 years ago
Solved

22.1 pro: set_instance_assignment not accepting wildcard?

Instead of doing: set_instance_assignment -name IO_STANDARD "HSSI DIFFERENTIAL I/O" -to sfp0 set_instance_assignment -name IO_STANDARD "HSSI DIFFERENTIAL I/O" -to sfp1 set_instance_assignment -na...
  • sstrell's avatar
    3 years ago

    Actually, you don't have to do a full compilation, just Analysis & Elaboration.

    But as mentioned, when you edit the .qsf manually and the design has not been compiled yet, when you use the wildcard, Quartus does not know about that object yet.

    If you were to use the GUI instead, you always have to perform at least Analysis & Elaboration first so signals and objects appear in the Pin Planner or the Assignment Editor. It's the same situation here.