Commit c183435b authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

top/vfchd: disable external reference support

We can finally do this with the fix:
2974805 - top/vfchd: disable external reference support

Currently external reference channel doesn't work on vfc-hd, thus we disable it.
parent 9bfef7a0
......@@ -398,7 +398,7 @@ begin -- architecture top
cmp_xwrc_board_vfchd : xwrc_board_vfchd
generic map (
g_with_external_clock_input => TRUE,
g_with_external_clock_input => FALSE,
g_dpram_initf => "../../bin/wrpc/wrc_phy8.mif",
g_fabric_iface => ETHERBONE)
port map (
......
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