Skip to content

Commit

Permalink
frontend/dma.py: Remove left-over rsv_level documentation
Browse files Browse the repository at this point in the history
Was reworked in a previous commit and rsv_level didn't survive
  • Loading branch information
david-sawatzke authored Oct 31, 2024
1 parent e96710f commit 84bc694
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions litedram/frontend/dma.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ class LiteDRAMDMAReader(Module, AutoCSR):
source : Record("data")
Source for DRAM word results from reading.
rsv_level: Signal()
FIFO reservation level counter
"""

def __init__(self, port, fifo_depth=16, fifo_buffered=False, with_csr=False):
Expand Down

0 comments on commit 84bc694

Please sign in to comment.