From 04c791ef52153fefcdd1ea1ca3cf64f51332d28c Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 5 Feb 2015 13:55:02 +0000
Subject: [PATCH] Added remark on hdl_lib_tb_uses to item 100 o).

---
 tools/hdltool_readme.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/hdltool_readme.txt b/tools/hdltool_readme.txt
index 796b415324..04b8c6aebc 100644
--- a/tools/hdltool_readme.txt
+++ b/tools/hdltool_readme.txt
@@ -709,6 +709,10 @@ o) How to avoid Quartus exit due to IP that is included at configuration, but no
    then the design that uses the io_ddr has hdl_lib_uses = io_ddr in its hdllib.cfg whereas the design that does not
    use io_ddr should in have hdl_lib_uses = io_ddr_empty, where io_ddr_empty is a revision of io_ddr with only the
    entity and an emtpy architecture.
+   If only the testbench uses some IO IP and the DUT does not (eg like for the reorder library where the tb can use
+   io_ddr + DDR3 memoery model) then it could be usefull to define an extra hdl_lib_tb_uses key next to the
+   hdl_lib_uses key. The hdl_lib_tb_uses = io_ddr is then used by Modelsim for simulation but ignored by Quartus for
+   synthesis.
    
 
 101) More ideas
-- 
GitLab