mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
frontend/dma.py: Remove left-over rsv_level documentation
Was reworked in a previous commit and rsv_level didn't survive
This commit is contained in:
parent
e96710f0dd
commit
84bc69492e
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue