What you're doing is correct. Is it possible there's an old version of the YAML file that is being picked up? You can increase the log level of the image builder, it will tell you which files it's sourcing.
--M On Wed, Apr 2, 2025 at 10:31 AM Kevin Williams <kevin.willi...@vastech.co.za> wrote: > Hi, > > I am trying to make use of the CE clock in a custom RFNoC block on an N300. > > The way I understand it is to add it to the clock definitions in the block > yaml file: > > clocks: > - name: rfnoc_chdr > freq: "[]" > - name: rfnoc_ctrl > freq: "[]" > - name: ce > freq: "[]" > > and then just connect it in the image yaml file: > > clk_domains: > - { srcblk: _device_, srcport: radio, dstblk: radio0, dstport: > radio } > - { srcblk: _device_, srcport: ce, dstblk: polconv0, dstport: ce > } > > Running make I get the error: "Invalid clock domain connection: _device_:ce > → polconv0:ce (ce is not a clock input)" > > I can't find another place to define that clock input for my block? > > Kind regards, Kevin > > _______________________________________________ > USRP-users mailing list -- usrp-users@lists.ettus.com > To unsubscribe send an email to usrp-users-le...@lists.ettus.com >
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com