Jump to content

trossin

Newcomers
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    trossin got a reaction from artvvb in Adding MMCM/PLL to a project   
    Thanks Arthur,
    This worked:
        clk_wiz_0 MmcmPllThing(           .clk_out1(Clk)         ,.locked(Locked)         ,.clk_in1(RefClk)     ); Your screen shot made me think I had to connect 20 signal so I freaked out at first.  Now I see that clk_wiz_0 is above clk_wiz_0_clk_wiz in the hierarchy so I should have inserted that into my design instead.  Thanks for the help.

     
×
×
  • Create New...