From: Jan Michel Date: Sat, 9 May 2020 13:38:22 +0000 (+0200) Subject: make SED FPGA size flexible to cope with e.g. MDC-FEE X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=28be060b08e1615f01276f175d3e8a2eda0aa5d0;p=dirich.git make SED FPGA size flexible to cope with e.g. MDC-FEE --- diff --git a/code/sedcheck.vhd b/code/sedcheck.vhd index d0c9ebf..46f6b9d 100644 --- a/code/sedcheck.vhd +++ b/code/sedcheck.vhd @@ -4,6 +4,7 @@ use ieee.numeric_std.all; library work; use work.trb_net_std.all; +use work.config.all; library ecp5um; use ecp5um.components.all; @@ -208,7 +209,7 @@ THE_SED : SEDGA generic map( CHECKALWAYS => "DISABLED", SED_CLK_FREQ => "38.8", - DEV_DENSITY => "85KUM" + DEV_DENSITY => FPGA_SIZE --"85KUM" ) port map( SEDENABLE => sed_enable,