Commit ec3bf51e authored by Federico Vaga's avatar Federico Vaga

sw:tool:dbg: COALESE register does not exist anymore

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 979767c5
......@@ -25,7 +25,6 @@ CROM_BASE = MT_BASE + 0xe000
HMQ_GCR_COUNT = HMQ_GCR_BASE + 0x00
HMQ_GCR_STATUS = HMQ_GCR_BASE + 0x04
HMQ_GCR_IRQ_MASK = HMQ_GCR_BASE + 0x08
HMQ_GCR_IRQ_COALESE = HMQ_GCR_BASE + 0x0c
CSR_APPID = CSR_BASE + 0x00
CSR_RESET = CSR_BASE + 0x04
......@@ -100,7 +99,6 @@ def cmd_hmq(csr):
print (" STATUS: 0x{:08x} IN: 0x{:02x}, OUT: 0x{:02x}".format(
status, (status >> 16) & 0xffff, status & 0xffff))
print (" IRQ MASK: 0x{:08x}".format(csr.readl(HMQ_GCR_IRQ_MASK)))
print (" IRQ COALESE: 0x{:08x}".format(csr.readl(HMQ_GCR_IRQ_COALESE)))
for i in range(nbr_slots):
csr.writel(CSR_HMQ_SEL, i)
print ("HMQ IN#{}:".format(i))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment