From ef7807bcf6a3261bf6c76672d20f8c885fa2557a Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 4 Jul 2017 10:20:38 +0200 Subject: [PATCH] Fix dev density in sedcheck for logicbox --- code/sedcheck.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0