Commit 31eeac49 authored by Peter Jansweijer's avatar Peter Jansweijer Committed by Grzegorz Daniluk

Use generic g_direct_dmtd for CLBv3

parent 46da6a1b
......@@ -311,6 +311,7 @@ begin -- architecture struct
cmp_xwrc_platform : xwrc_platform_xilinx
generic map (
g_fpga_family => "artix7",
g_direct_dmtd => TRUE,
g_with_external_clock_input => g_with_external_clock_input,
g_use_default_plls => TRUE,
g_simulation => g_simulation)
......@@ -428,7 +429,7 @@ begin -- architecture struct
generic map (
g_simulation => g_simulation,
g_with_external_clock_input => g_with_external_clock_input,
g_board_name => "CLB2",
g_board_name => "CLB3",
g_phys_uart => TRUE,
g_virtual_uart => TRUE,
g_aux_clks => g_aux_clks,
......
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