Commit ebf0795d authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

boards: pass g_with_external_clock_input also to xwrc_board_common

parent 46fbc149
......@@ -374,7 +374,7 @@ begin -- architecture struct
cmp_board_common : xwrc_board_common
generic map (
g_simulation => g_simulation,
g_with_external_clock_input => TRUE,
g_with_external_clock_input => g_with_external_clock_input,
g_phys_uart => TRUE,
g_virtual_uart => TRUE,
g_aux_clks => 0,
......
......@@ -387,7 +387,7 @@ begin -- architecture struct
cmp_board_common : xwrc_board_common
generic map (
g_simulation => g_simulation,
g_with_external_clock_input => TRUE,
g_with_external_clock_input => g_with_external_clock_input,
g_phys_uart => TRUE,
g_virtual_uart => TRUE,
g_aux_clks => 0,
......
......@@ -368,7 +368,7 @@ begin -- architecture struct
g_simulation => g_simulation,
-- temporary, does not work without it (gui produces periodic message:
-- ERROR: wr_servo_update: TimestampsIncorrect: 1 0 0 1)
g_with_external_clock_input => TRUE,
g_with_external_clock_input => g_with_external_clock_input,
-- temporary, without it vuart receives but is not able to transmit
g_phys_uart => TRUE,
g_virtual_uart => TRUE,
......
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