Skip to content

Commit 352c6f2

Browse files
mbr0wnwillcode
authored andcommitted
uhd: Fix radio clocks for X440 / image builder
When designing RFNoC bitfiles for X440, the radio clock ports need to be differently named (X440 has clocks `radio0` and `radio1`, X410 only has a `radio` clock). Signed-off-by: Martin Braun <[email protected]>
1 parent 593883f commit 352c6f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gr-uhd/grc/uhd_fpga_device_bsp.block.yml

+12
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@ outputs:
113113
- domain: rfnoc.clk
114114
id: radio_clk
115115
dtype: message
116+
hide: ${ device not in ("x310", "x300", "n300", "n310", "n320", "e31x", "e320", "x410") }
117+
optional: ${ device not in ("x310", "x300", "n300", "n310", "n320", "e31x", "e320", "x410") }
118+
- domain: rfnoc.clk
119+
id: radio0_clk
120+
dtype: message
121+
hide: ${ device not in ("x440",) }
122+
optional: ${ device not in ("x440",) }
123+
- domain: rfnoc.clk
124+
id: radio1_clk
125+
dtype: message
126+
hide: ${ device not in ("x440",) }
127+
optional: ${ device not in ("x440",) }
116128
- domain: rfnoc.clk
117129
id: ce_clk
118130
dtype: message

0 commit comments

Comments
 (0)