From db741ee4adf74cc21783490b6ac21c8472d0c52f Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 18 Nov 2021 13:21:08 +0100
Subject: [PATCH] Simulate tb_tech_jesd204b.vhd.

---
 libraries/technology/jesd204b/hdllib.cfg | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/libraries/technology/jesd204b/hdllib.cfg b/libraries/technology/jesd204b/hdllib.cfg
index 7b51dbf3f6..f17f1df54b 100644
--- a/libraries/technology/jesd204b/hdllib.cfg
+++ b/libraries/technology/jesd204b/hdllib.cfg
@@ -9,16 +9,13 @@ hdl_lib_disclose_library_clause_names =
     ip_arria10_e2sg_jesd204b   ip_arria10_e2sg_jesd204b_191
 
 synth_files =
-   tech_jesd204b_component_pkg.vhd
-   tech_jesd204b_arria10_e1sg.vhd
-   tech_jesd204b_arria10_e2sg.vhd
-   tech_jesd204b.vhd
+    tech_jesd204b_component_pkg.vhd
+    tech_jesd204b_arria10_e1sg.vhd
+    tech_jesd204b_arria10_e2sg.vhd
+    tech_jesd204b.vhd
 
 test_bench_files =
-# FIXME: broken, need fixing
-#    tb_tech_jesd204b_pkg.vhd
-#    tb_tech_jesd204b.vhd
-#    tb_tb_tech_jesd204b.vhd
+    tb_tech_jesd204b.vhd
 
 regression_test_vhdl = 
 # FIXME: broken, need fixing
-- 
GitLab