GRETH/EDCL debug link report error under NOELV design

Hello,

I ported leon3mp and noelv-generic template designs to my FPGA board.

  • LEON3 design: Both AHBUART and GRETH/EDCL debug link work fine

  • NOELV design: The AHBUART works, but GRETH/EDCL will report an error

    PS E:\> grmon -uart com4
    
      GRMON debug monitor v3.2.17 64-bit eval version
    
      Copyright (C) 2022 Cobham Gaisler - All rights reserved.
      For latest updates, go to https://www.gaisler.com/
      Comments or bug-reports to support@gaisler.com
    
      This eval version will expire on 06/01/2023
    
      Device ID:           0x0291
      GRLIB build version: 4274
      Detected frequency:  100.0 MHz
    
      Component                            Vendor
      NOEL-V RISC-V Processor              Cobham Gaisler
      AHB Debug UART                       Cobham Gaisler
      GR Ethernet MAC                      Cobham Gaisler
      AHB/APB Bridge                       Cobham Gaisler
      RISC-V Debug Module                  Cobham Gaisler
      Xilinx MIG Controller                Cobham Gaisler
      RISC-V CLINT                         Cobham Gaisler
      RISC-V PLIC                          Cobham Gaisler
      Generic UART                         Cobham Gaisler
      Modular Timer Unit                   Cobham Gaisler
      General Purpose I/O port             Cobham Gaisler
    
      Use command 'info sys' to print a detailed report of attached cores
    
    grmon3>
    
    PS E:\> grmon -eth
    
      GRMON debug monitor v3.2.17 64-bit eval version
    
      Copyright (C) 2022 Cobham Gaisler - All rights reserved.
      For latest updates, go to https://www.gaisler.com/
      Comments or bug-reports to support@gaisler.com
    
      This eval version will expire on 06/01/2023
    
     Ethernet startup...
    ERROR! Bad AMBA Plug n' Play values found!
    ERROR! GRMON Evaluation version does not support this hardware design. If a design contains GRLIB IP cores that are not distributed under GPL license, then an upgrade to GRMON professional version is required. Please consult the GRLIB IP Core User's Manual for details on IP core distribution.
    

The same NOELV design, since AHBUART works, it seems that the problem is not ‘GRLIB IP cores that are not distributed under GPL license’.

Would somebody have any suggestions, Thanks.

In the NOELV base design, GRMON scans PnP information in the big endian by default, while EDCL works in the little endian mode.

I wonder if this is the problem ?