jesd204: rx_static_config: Set RBD to 0

The buffer delay should be 0 in the default configuration. The current
value of 0xb must have slipped in by accident.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2017-06-20 14:02:56 +02:00
parent 71cc052825
commit 885b364a46
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ assign cfg_octets_per_frame = OCTETS_PER_FRAME - 1;
assign cfg_lmfc_offset = 3;
assign cfg_sysref_oneshot = 1'b0;
assign cfg_sysref_disable = 1'b0;
assign cfg_buffer_delay = 'hb;
assign cfg_buffer_delay = 'h0;
assign cfg_buffer_early_release = BUFFER_EARLY_RELEASE;
assign cfg_lanes_disable = {NUM_LANES{1'b0}};
assign cfg_disable_scrambler = SCR ? 1'b0 : 1'b1;