Commit 575cdee5 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

use new, optimized CRC in endpoints

parent 57c85b55
......@@ -590,7 +590,9 @@ begin
g_with_rtu => true,
g_with_leds => true,
g_with_dmtd => false,
g_with_packet_injection => true)
g_with_packet_injection => true,
g_use_new_rxcrc => true,
g_use_new_txcrc => true)
port map (
clk_ref_i => clk_ref_i,
clk_sys_i => clk_sys,
......
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