Visible to Intel only — GUID: nkk1484177980299
Ixiasoft
Visible to Intel only — GUID: nkk1484177980299
Ixiasoft
6.13.1. Native PHY Debug Master Endpoint (NPDME)
When you enable NPDME in your design, you must:
- connect an Avalon® memory-mapped interface master to the reconfiguration interface.
-
OR connect the reconfig_clk, reconfig_reset signals and ground the reconfig_write, reconfig_read, reconfig_address and reconfig_write data signals of the reconfiguration interface. If the reconfiguration interface signals are not connected appropriately, there is no clock or reset for the NPDME, and the NPDME does not function as expected.
Refer to the example connection below:
.reconfig_clk (mgmt_clk),
.reconfig_reset (mgmt_reset),
.reconfig_write (1'b0),
.reconfig_address (11'b0),
.reconfig_read (1'b0),
.reconfig_writedata (32'b0),