From 5ed97f2fe444afc28c59cec52140274a74c2a183 Mon Sep 17 00:00:00 2001
From: David Cussans <David.Cussans@bristol.ac.uk>
Date: Tue, 8 May 2018 15:56:09 +0100
Subject: [PATCH] Fixed syntax error

---
 components/tlu/firmware/hdl/T0_Shutter_Iface_rtl.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/tlu/firmware/hdl/T0_Shutter_Iface_rtl.vhd b/components/tlu/firmware/hdl/T0_Shutter_Iface_rtl.vhd
index b2ad6e97..4c5f7d07 100644
--- a/components/tlu/firmware/hdl/T0_Shutter_Iface_rtl.vhd
+++ b/components/tlu/firmware/hdl/T0_Shutter_Iface_rtl.vhd
@@ -167,7 +167,7 @@ begin
       clk_4x_i      => clk_4x_i,
       clk_4x_strobe_i => clk_4x_strobe_i,
 --      pulse_i       => s_run_active,
-      pulse_i       => s_T0_ipbus 
+      pulse_i       => s_T0_ipbus, 
       pulse_o       => T0_o);
 
 END rtl;
-- 
GitLab