]> jspc29.x-matter.uni-frankfurt.de Git - dirich.git/commitdiff
add SIG(5) with output of 2.5V to fix startup issue on dirich5s1 blackcat deepsea
authorAdrian Weber <adrian.a.weber@exp2.physik.uni-giessen.de>
Sun, 31 Oct 2021 13:31:15 +0000 (14:31 +0100)
committerAdrian Weber <adrian.a.weber@exp2.physik.uni-giessen.de>
Sun, 31 Oct 2021 13:31:15 +0000 (14:31 +0100)
dirich5s/dirich5s.vhd
dirich5s/par.p2t
pinout/dirich5s.lpf

index 3284b788f0538b230193dfca0770ff4167cd6dff..580b6050532869dd363baa22371dbe7ded7211d5 100644 (file)
@@ -24,7 +24,7 @@ entity dirich5s is
 --     PWM   : out std_logic_vector(32 downto 1);
 
     --Additional IO
-    SIG        : inout std_logic_vector(4 downto 1);
+    SIG        : inout std_logic_vector(5 downto 1);
     --1:master ready, 2: slave ready, 3-4 trigger, 5 reset
     --LED
     LED_GREEN  : out   std_logic;
@@ -402,6 +402,7 @@ end generate;
   TEST_LINE(10) <= int2med(0).dataready;   -- To SFP
   TEST_LINE(11) <= med2int(0).dataready;   -- from SFP
 
+  SIG(5) <= '1';
 
 ---------------------------------------------------------------------------
 -- LED
index bf725079551107c0984b9d961365ba197f533769..2a3087b0c3a311edfc99aabb8344c0b11a2d4018 100644 (file)
@@ -4,7 +4,8 @@
 #-m nodelist.txt       # Controlled by the compile.pl script.
 #-n 2                          # Controlled by the compile.pl script.
 -s 10
--t 93
+#-t 96
+-t 32
 -c 2
 -e 2
 -i 10
index 18adcebcbdabaa2aa505ae2435dc417f49431ce5..d20e0835e3172de39a94f068c4cf1c3ba367da33 100644 (file)
@@ -84,11 +84,12 @@ LOCATE COMP "SIG[1]"                           SITE "N4";
 LOCATE COMP "SIG[2]"                           SITE "N5";
 LOCATE COMP "SIG[3]"                           SITE "M5";
 LOCATE COMP "SIG[4]"                           SITE "M4";
-LOCATE COMP "SIG[5]"                           SITE "L5";
+LOCATE COMP "SIG[5]"                           SITE "L5";
 IOBUF PORT    "SIG[1]" IO_TYPE=LVCMOS25  DRIVE=8 BANK_VCCIO=2.5 PULLMODE=UP;
 IOBUF PORT    "SIG[2]" IO_TYPE=LVCMOS25  DRIVE=8 BANK_VCCIO=2.5 ;
 IOBUF PORT    "SIG[3]" IO_TYPE=LVCMOS25  DRIVE=8 BANK_VCCIO=2.5;
 IOBUF PORT    "SIG[4]" IO_TYPE=LVCMOS25  DRIVE=8 BANK_VCCIO=2.5;
+IOBUF PORT    "SIG[5]" IO_TYPE=LVCMOS25  DRIVE=4 BANK_VCCIO=2.5;
 
 
 LOCATE COMP "FLASH_CLK"                        SITE "U1";