Commit 4e9a8a43 authored by Maciej Lipinski's avatar Maciej Lipinski

wr_streamers: add default value of fixed_latency_timeout in WB file

parent 064df19b
This diff is collapsed.
......@@ -706,10 +706,11 @@ peripheral {
name = "Rx Config Reg 6";
prefix = "RX_CFG6";
field {
name = "RX Fixed Latency Timeout";
name = "RX Fixed Latency Timeout (Default: 0x1000000=~134ms)";
prefix = "RX_FIXED_LATENCY_TIMEOUT";
type = SLV;
size = 28;
reset_value = 0x1000000;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment