mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
frontend/dma: add description of fifo_buffered parameter
This commit is contained in:
parent
13d41f67ab
commit
ec9ad2fc39
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ class LiteDRAMDMAReader(Module):
|
|||
read requests can be outstanding at once).
|
||||
|
||||
fifo_buffered : bool
|
||||
???
|
||||
Implement FIFO in Block Ram.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
@ -88,7 +88,7 @@ class LiteDRAMDMAWriter(Module):
|
|||
requests can be outstanding at once).
|
||||
|
||||
fifo_buffered : bool
|
||||
???
|
||||
Implement FIFO in Block Ram.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
|
Loading…
Reference in a new issue