In RDB_P2020_init_rom.tcl,I found the codes:
# Set interrupt vectors in SRAM
# IVPR
reg ${SPR_GROUP}IVPR = 0xFFFF0000
# debug - (a valid instruction should exist to be fetched)
reg ${SPR_GROUP}IVOR15 = 0x0000F000
# program
reg ${SPR_GROUP}IVOR6 = 0x0000F700
Where can I find the field descriptions about SPR_GROUP,like this

Best regards,
Min Zhao