I provided a flat-map showing pin mappings, but it keeps failing and saying that I need to provide a flat-map showing pin mappings. I tried it in both text and json formats, several times, and always got the same response. I wrote this: [ { "task": "Ignore existing pin names on U_SoC and assign the following Net Labels to physical pins", "assignments": { "U_SoC_Pin_1": "MIPI_CSI_D0_P", "U_SoC_Pin_2": "MIPI_CSI_D0_N", "U_SoC_Pin_3": "MIPI_CSI_D1_P", "U_SoC_Pin_4": "MIPI_CSI_D1_N", "U_SoC_Pin_5": "MIPI_CSI_CLK_P", "U_SoC_Pin_6": "MIPI_CSI_CLK_N", "U_SoC_Pin_7": "I2C0_SCL", "U_SoC_Pin_8": "I2C0_SDA", "U_SoC_Pin_33": "UART2_TX_DEBUG", "U_SoC_Pin_34": "UART2_RX_DEBUG", "U_SoC_Pin_35": "UART3_TX_CAMERA", "U_SoC_Pin_36": "UART3_RX_CAMERA", "U_SoC_Pin_65": "WIFI_SDIO_D0", "U_SoC_Pin_66": "WIFI_SDIO_D1", "U_SoC_Pin_67": "WIFI_SDIO_D2", "U_SoC_Pin_68": "WIFI_SDIO_D3", "U_SoC_Pin_69": "WIFI_SDIO_CLK", "U_SoC_Pin_70": "WIFI_SDIO_CMD" } } ...] ---- It responded with: flux.... Next steps Provide (or upload) the flat-map that lists the exact mapping from U_SoC pin numbers to named nets/interfaces. With that, I can wire the forced netlist connections precisely.