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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com