Commit 10d68343 authored by Matthieu Cattin's avatar Matthieu Cattin

hdl: Adapt xwb_clock_crossing generic to general-cores proposed master branch.

parent 2f858137
......@@ -802,8 +802,7 @@ begin
-- Wishbone bus synchronisation from vme 62.5MHz clock to 125MHz system clock
cmp_xwb_clock_crossing : xwb_clock_crossing
generic map(
sync_depth => 3,
log2fifo => 4
g_size => 16
)
port map(
slave_clk_i => sys_clk_62_5,
......
......@@ -20,7 +20,7 @@ files = [
modules = { "local" : ["../rtl",
"../../adc/rtl",
"../../ip_cores/timetag_core/rtl"],
"git" : ["git://ohwr.org/hdl-core-lib/general-cores.git::sdb_extension",
"git" : ["git://ohwr.org/hdl-core-lib/general-cores.git::proposed_master",
"git://ohwr.org/hdl-core-lib/ddr3-sp6-core.git::svec_bank4_64b_32b_bank5_64b_32b",
"git://ohwr.org/hdl-core-lib/vme64x-core.git::master"]}
......
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