Commit 40c8af3
committed
platforms/sqrl_fk33: fix clk200_n pin and PCIe refclk polarity
Restore the original (pre-71cd0f01) assignments, validated against
Vivado 2024.1 package/site data on xcvu33p-fsvh2104:
- clk200_n: AY23 is not a valid package pin on this device (Vivado
CRITICAL WARNING Common 17-69); BC26's differential partner is BC27.
- PCIe refclk: AD9 is the IOBM (positive) site and AD8 the IOBS
(negative) site, so clk_p = AD9 / clk_n = AD8 on all pcie_x*
resources. The swapped assignment is rejected with Vivado 12-1411
(positive port of a differential pair cannot be placed on a negative
package pin), leaving the refclk unconstrained and failing bitstream
DRC UCIO-1.
Verified with a full --with-hbm --with-pcie bitstream build (timing
met, bitstream DRC clean).1 parent 3e1d57a commit 40c8af3
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments