From b2f9784ff2aad592ab1cffd974231a5cc9667009 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 3 Jun 2014 10:10:47 +0000
Subject: [PATCH] Corrected missing .vhd in file names.

---
 libraries/technology/altera/altera_mf/hdllib.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libraries/technology/altera/altera_mf/hdllib.cfg b/libraries/technology/altera/altera_mf/hdllib.cfg
index ef3fb1d477..a70c296fdf 100644
--- a/libraries/technology/altera/altera_mf/hdllib.cfg
+++ b/libraries/technology/altera/altera_mf/hdllib.cfg
@@ -16,9 +16,9 @@ synth_files =
     ip_altera_mf_fifo_sc.vhd
     ip_altera_mf_ddio_in.vhd
     ip_altera_mf_ddio_out.vhd
-    ip_altera_mf_gxb_reconfig_2_stratixiv
-    ip_altera_mf_gxb_reconfig_4_stratixiv
-    ip_altera_mf_gxb_reconfig_8_stratixiv
-    ip_altera_mf_gxb_reconfig_12_stratixiv
+    ip_altera_mf_gxb_reconfig_2_stratixiv.vhd
+    ip_altera_mf_gxb_reconfig_4_stratixiv.vhd
+    ip_altera_mf_gxb_reconfig_8_stratixiv.vhd
+    ip_altera_mf_gxb_reconfig_12_stratixiv.vhd
     
 test_bench_files =
-- 
GitLab