update generate_registerdefs.py

This commit is contained in:
2026-05-29 17:22:30 +02:00
parent ca3bbd1c3f
commit 3071fe09c1
+1 -1
View File
@@ -48,7 +48,7 @@ enum class IPCore : uint32_t {
FHDR_AXI = 0xB0011000,
AURORA_STATUS = 0xB0014000,
AURORA_STATUS2 = 0xB0015000,
PACKETIZERREG = 4,
PACKETIZERREG = 0x00000000, // TODO: fill in correct address
UNKNOWN = 0x00000000 // dont know yet
};