| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rfnoc: radio: Remove async message registers for timestamp | Martin Braun | 2019-11-26 | 1 | -8/+5 |
| | | | | | These are no longer used. | ||||
| * | rfnoc: async message: Include timestamp in async message handling | Martin Braun | 2019-11-26 | 1 | -5/+10 |
| | | | | | | | | | | Async messages (like, e.g., overrun messages) can include a timestamp. This change enables access to the timestamp in the async message handler. It is up to the FPGA block implementation to include the timestamp, if desired/necessary. The definition of the timestamp may also depend on the block, for example, the overrun async message will include the time when the overrun occurred. | ||||
| * | rfnoc: radio_control: Add async message handler | Martin Braun | 2019-11-26 | 1 | -14/+102 |
| | | | | | | | | This will receive async messages from the radio, and print OUL characters where appropriate. When an overrun message is received, it will send an action upstream to initiate overrun handling. | ||||
| * | rfnoc: Add radio block controller | Martin Braun | 2019-11-26 | 1 | -0/+771 |
