Delay_bram - david-macmahon/wiki_convert_test GitHub Wiki
Block: The Delay in BRAM Block (delay_bram)
Block Author: Aaron Parsons
Document Author: Aaron Parsons
Summary
A delay block that uses BRAM for its storage.
Mask Parameters
| Parameter | Variable | Description | 
|---|---|---|
| Delay Length | DelayLen | The length of the delay. | 
| BRAM Latency | bram_latency | The latency of the underlying storage BRAM. | 
Ports
| Port | Dir | Data Type | Description | 
|---|---|---|---|
| in | in | ??? | The signal to be delayed. | 
| out | out | ??? | The delayed signal. | 
Description
A delay block that uses BRAM for its storage.