diff --git a/sources/templates/registermap.tex b/sources/templates/registermap.tex index 68816b3f2cb161d5ef68a8da7b8a309027a1a2bb..ae6f982c3a0535f5019609e19a5c291404055762 100644 --- a/sources/templates/registermap.tex +++ b/sources/templates/registermap.tex @@ -91,9 +91,6 @@ Starting from the offset address of BAR0, BAR1 and BAR2, the register map for BA 0x0400 & 0,1 & \multicolumn{2}{l|}{DMA\_DESC\_ENABLE} & 7:0 & W & Enable descriptors 7:0. One bit per descriptor. Cleared when Descriptor is handled. \\ \hline -0x0410 & 0,1 & \multicolumn{2}{l|}{DMA\_FIFO\_FLUSH} & -any & T & Flush (reset). Any write clears the DMA Main output FIFO \\ -\hline 0x0420 & 0,1 & \multicolumn{2}{l|}{DMA\_RESET} & any & T & Reset Wupper Core (DMA Controller FSMs) \\ \hline diff --git a/sources/templates/registers-4.9.yaml b/sources/templates/registers-4.9.yaml index 18b277e9446fc39af1615a83562df9a3614907bf..138413df1738eb627bfc9bef9fccb2955fb7d8e2 100644 --- a/sources/templates/registers-4.9.yaml +++ b/sources/templates/registers-4.9.yaml @@ -113,12 +113,13 @@ Bar0: - range: 7..0 type: W desc: Enable descriptors 7:0. One bit per descriptor. Cleared when Descriptor is handled. - - name: DMA_FIFO_FLUSH - type: T - bitfield: - - range: any - desc: Flush (reset). Any write clears the DMA Main output FIFO + #- name: DMA_FIFO_FLUSH + # type: T + # bitfield: + # - range: any + # desc: Flush (reset). Any write clears the DMA Main output FIFO - name: DMA_RESET + offset: 0x420 type: T bitfield: - range: any diff --git a/sources/templates/registers.pdf b/sources/templates/registers.pdf index 90881b0dcc524c537dfa0273ddf2a01e12441ac0..ff0657f2d042f9d21aeb8db1871acabaf52280cf 100644 Binary files a/sources/templates/registers.pdf and b/sources/templates/registers.pdf differ