From 3cd93067dfc79e38fcddefe7b748e8b60549eb66 Mon Sep 17 00:00:00 2001
From: Romain Broucquart <romain.broucquart@synchrotron-soleil.fr>
Date: Fri, 15 Apr 2022 17:12:54 +0200
Subject: [PATCH] Add QPLL common sources

---
 tcl/main.tcl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tcl/main.tcl b/tcl/main.tcl
index 78cfc09..8a0a4ad 100644
--- a/tcl/main.tcl
+++ b/tcl/main.tcl
@@ -16,6 +16,9 @@ proc setSources {} {
   variable Vhdl
   lappend Vhdl ../hdl/combpm_protocol_electron.vhd
   lappend Vhdl ../hdl/top_combpm_electron.vhd
+  lappend Vhdl ../others/gthe_common.vhd
+  lappend Vhdl ../others/combpm_gtwizard_gthe4_common_wrapper.v
+  lappend Vhdl ../others/gtwizard_ultrascale_v1_7_gthe4_common.v
 }
 
 # ==============================================================================
-- 
GitLab