From 56d97fc9cc6fa25f06ceb1eb69db15c64f126864 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 28 May 2014 11:04:33 +0000
Subject: [PATCH] Moved hdllib.cfg for remu from UniBoard to RadioHDL.

---
 libraries/io/remu/hdllib.cfg | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 libraries/io/remu/hdllib.cfg

diff --git a/libraries/io/remu/hdllib.cfg b/libraries/io/remu/hdllib.cfg
new file mode 100644
index 0000000000..e961bc8f5d
--- /dev/null
+++ b/libraries/io/remu/hdllib.cfg
@@ -0,0 +1,13 @@
+hdl_lib_name = remu
+hdl_library_clause_name = remu_lib
+hdl_lib_uses = common
+
+build_sim_dir = $HDL_BUILD_DIR
+build_synth_dir = 
+
+synth_files =
+    src/ip/megawizard/remote_update/remote_update.vhd
+    src/vhdl/remu_reg.vhd
+    src/vhdl/mms_remu.vhd
+
+test_bench_files = 
-- 
GitLab