vu13p icon indicating copy to clipboard operation
vu13p copied to clipboard

下面那个 qsfp28 的 i2c 管脚好像反了

Open xiongyw opened this issue 2 years ago • 5 comments

下面那个 qsfp 接口中, 好像 SDA 应该是 BD9, SCL 应该是 BF12. vu13p_qsfp.xdc 中好像搞反了。

xiongyw avatar Sep 17 '23 11:09 xiongyw

确认吗?我一直用的内部iic,外部都没测过

maswx avatar Sep 17 '23 12:09 maswx

我基于 pin-uart 测试的结果,供参考:

    | signal     |  pkg pin  |  direction | default level (V) |
    |:-----------|:----------|-----------:|------------------:|
    |SCL         | BF12      | inout      | 3.3 (pull-up)     |
    |SDA         | BD9       | inout      | 3.3 (pull-up)     |
    |ResetL      | BB10      | output     |            0      |
    |LPMode      | BB7       | output     |            0      |
    |IntL        | BC11      | input      | 3.3 (pull-up)     |
    |ModPrsL     | BB11      | input      | 3.3 (pull-up)     |

对 Alex Forencich 的pin-uart稍作改造,然后用 TTL 串口线检测 FPGA 输出。油管上Alex示范使用pin-uart逆向管脚的视频中使用的是带串口逻辑分析功能的示波器. 对alivu13p而言,由于 100Mhz 输入频率是确定的,直接使用串口 115200n8 模式就可以。

xiongyw avatar Oct 31 '23 00:10 xiongyw

我基于 pin-uart 测试的结果,供参考:

    | signal     |  pkg pin  |  direction | default level (V) |
    |:-----------|:----------|-----------:|------------------:|
    |SCL         | BF12      | inout      | 3.3 (pull-up)     |
    |SDA         | BD9       | inout      | 3.3 (pull-up)     |
    |ResetL      | BB10      | output     |            0      |
    |LPMode      | BB7       | output     |            0      |
    |IntL        | BC11      | input      | 3.3 (pull-up)     |
    |ModPrsL     | BB11      | input      | 3.3 (pull-up)     |

对 Alex Forencich 的pin-uart稍作改造,然后用 TTL 串口线检测 FPGA 输出。油管上Alex示范使用pin-uart逆向管脚的视频中使用的是带串口逻辑分析功能的示波器. 对alivu13p而言,由于 100Mhz 输入频率是确定的,直接使用串口 115200n8 模式就可以。

太牛了!Alex 是真大佬啊!!!

maswx avatar Oct 31 '23 02:10 maswx

我基于 pin-uart 测试的结果,供参考:

    | signal     |  pkg pin  |  direction | default level (V) |
    |:-----------|:----------|-----------:|------------------:|
    |SCL         | BF12      | inout      | 3.3 (pull-up)     |
    |SDA         | BD9       | inout      | 3.3 (pull-up)     |
    |ResetL      | BB10      | output     |            0      |
    |LPMode      | BB7       | output     |            0      |
    |IntL        | BC11      | input      | 3.3 (pull-up)     |
    |ModPrsL     | BB11      | input      | 3.3 (pull-up)     |

对 Alex Forencich 的pin-uart稍作改造,然后用 TTL 串口线检测 FPGA 输出。油管上Alex示范使用pin-uart逆向管脚的视频中使用的是带串口逻辑分析功能的示波器. 对alivu13p而言,由于 100Mhz 输入频率是确定的,直接使用串口 115200n8 模式就可以。

另外一个通道也测了吗?我准备更新一下XDC

maswx avatar Oct 31 '23 02:10 maswx

另一个通道(就是靠上的那个)是对的。

xiongyw avatar Nov 03 '23 03:11 xiongyw