From ee7810baa1a1e482f1a51b49df5b256e07248a7f Mon Sep 17 00:00:00 2001
From: Leon Hiemstra <hiemstra@astron.nl>
Date: Tue, 17 Mar 2015 11:14:03 +0000
Subject: [PATCH] new key used hdl_lib_excludes

---
 boards/uniboard1/designs/unb1_test/doc/README                   | 2 ++
 .../designs/unb1_test/revisions/unb1_test_10GbE/hdllib.cfg      | 1 +
 2 files changed, 3 insertions(+)

diff --git a/boards/uniboard1/designs/unb1_test/doc/README b/boards/uniboard1/designs/unb1_test/doc/README
index ae55c0ec04..8dffe9b370 100644
--- a/boards/uniboard1/designs/unb1_test/doc/README
+++ b/boards/uniboard1/designs/unb1_test/doc/README
@@ -30,6 +30,8 @@ Modelsim instructions:
     # while the simulation runs... in another bash session do:
     cd unb1_test/tb/python
     python tc_unb1_test.py --sim --unb 0 --bn 3 --seq INFO,PPSH,SENSORS      
+    or when unb1_test_10GbE:
+    python tc_unb1_test.py --gn 0 -r 0:3 --seq BGDB --sim
 
     # (sensor results only show up after 1000us of simulation runtime)
 
diff --git a/boards/uniboard1/designs/unb1_test/revisions/unb1_test_10GbE/hdllib.cfg b/boards/uniboard1/designs/unb1_test/revisions/unb1_test_10GbE/hdllib.cfg
index f769e8e358..748c33bd44 100644
--- a/boards/uniboard1/designs/unb1_test/revisions/unb1_test_10GbE/hdllib.cfg
+++ b/boards/uniboard1/designs/unb1_test/revisions/unb1_test_10GbE/hdllib.cfg
@@ -2,6 +2,7 @@ hdl_lib_name = unb1_test_10GbE
 hdl_library_clause_name = unb1_test_10GbE_lib
 hdl_lib_uses_synth = unb1_board unb1_test
 hdl_lib_uses_sim = 
+hdl_lib_excludes = ip_stratixiv_ddr3_uphy_4g_800_slave
 
 hdl_lib_technology = ip_stratixiv
 
-- 
GitLab