From: Jan Michel Date: Tue, 4 Jul 2017 08:20:38 +0000 (+0200) Subject: Fix dev density in sedcheck for logicbox X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ef7807bcf6a3261bf6c76672d20f8c885fa2557a;p=logicbox.git Fix dev density in sedcheck for logicbox --- diff --git a/code/sedcheck.vhd b/code/sedcheck.vhd index 4fb94f5..3843238 100644 --- a/code/sedcheck.vhd +++ b/code/sedcheck.vhd @@ -25,7 +25,7 @@ architecture sed_arch of sedcheck is generic ( CHECKALWAYS : string :="DISABLED"; SED_CLK_FREQ : string :="3.5" ; - DEV_DENSITY : string :="4300L" + DEV_DENSITY : string :="2100L" ); port ( SEDSTDBY : in std_logic;