Commit 3d1ada07 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Parametrise gn4124 core and fmc-adc cores using the newly-available generics

parent 70372700
Subproject commit 6a9183fbd800767732086ebdca1496bdc331a15a
Subproject commit c220d5707244938e431bfc38e1572afcf8f5e025
Subproject commit aeee595d5d0079f036d3eade44d479a8650f1285
Subproject commit 67d353adecea74d6a29e21919ff714da94fd8c76
Subproject commit 6a6e358975be9e1d85646f0cbb4256ee59c5abe0
Subproject commit 72adf76dab9a6fc33fbff7c86d786c31e175a46a
Subproject commit 633d31749b104d4ca04c569cf3e30c5a6c9902b5
Subproject commit 1204aeca29ec3c72b6fa615976f000c664c7d152
......@@ -610,6 +610,17 @@ begin -- architecture arch
-- GN4124 interface
------------------------------------------------------------------------------
cmp_gn4124_core : xwb_gn4124_core
generic map (
g_WBM_TO_WB_FIFO_SIZE => 16,
g_WBM_TO_WB_FIFO_FULL_THRES => 12,
g_WBM_FROM_WB_FIFO_SIZE => 16,
g_WBM_FROM_WB_FIFO_FULL_THRES => 12,
g_P2L_FIFO_SIZE => 256,
g_P2L_FIFO_FULL_THRES => 175,
g_L2P_ADDR_FIFO_FULL_SIZE => 256,
g_L2P_ADDR_FIFO_FULL_THRES => 175,
g_L2P_DATA_FIFO_FULL_SIZE => 256,
g_L2P_DATA_FIFO_FULL_THRES => 175)
port map (
rst_n_a_i => gn_rst_n_i,
status_o => gn4124_status,
......@@ -934,6 +945,10 @@ begin -- architecture arch
cmp0_fmc_adc_mezzanine : entity work.fmc_adc_mezzanine
generic map (
g_MULTISHOT_RAM_SIZE => g_FMC0_MULTISHOT_RAM_SIZE,
g_SPARTAN6_USE_PLL => FALSE,
g_TRIG_DELAY_EXT => 7,
g_TRIG_DELAY_SW => 9,
g_TAG_ADJUST => 24,
g_WB_MODE => PIPELINED,
g_WB_GRANULARITY => BYTE)
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