Forum Discussion

anm's avatar
anm
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

get_pins command not returning results

Hi, I am using Quartus Prime v19.1 Standard Edition. I can see in Quartus Timing Analyzer that I have an unconstrained clock, more specifically the following one: adbg_top:dbg_top|adbg_wb_module:i...
  • anm's avatar
    5 years ago

    After several tries I managed to "find" the Q pin of the register by using the "-compatibility_mode" option of the "get_pins" command. This is the one that helps traverse the hierarchies of modules, and the command I used was the following:

    get_pins -compatibility_mode dbg_top|i_dbg_wb|wb_biu_i|str_sync_wbff2|q

    where "str_sync_wbff2" is the name of the register and "q" is the output of the ff that acts as a clock.

    After that I was able to apply a constraint on it.