]> jspc29.x-matter.uni-frankfurt.de Git - tdc.git/commitdiff
update stretcher with delay values for simulation
authorJan Michel <j.michel@gsi.de>
Fri, 2 Jul 2021 17:47:51 +0000 (19:47 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 2 Jul 2021 17:49:25 +0000 (19:49 +0200)
releases/tdc_v2.3/Stretcher_A.vhd
releases/tdc_v2.3/Stretcher_B.vhd

index 35f54c4a5b94ba2cb9f7fe61657b3bc7ce769590..ed3bd69e1262551a7d78f9be1b677cb957fea41d 100644 (file)
@@ -43,7 +43,7 @@ architecture behavioral of Stretcher_A is
 
 begin  -- architecture behavioral
 
-  pulse     <= PULSE_IN;
+  pulse     <= transport PULSE_IN after 3 ns;
   PULSE_OUT <= not pulse;
 
 end architecture behavioral;
index 40458a26390bda2dd1fc86b6108e4151dbe224e3..f5569e716cb14d1aaf903e83b98966a7434e7011 100644 (file)
@@ -43,7 +43,7 @@ architecture behavioral of Stretcher_B is
 
 begin  -- architecture behavioral
 
-  pulse     <= PULSE_IN;
+  pulse     <= transport PULSE_IN after 3 ns;
   PULSE_OUT <= not pulse;
 
 end architecture behavioral;