Skip to content
Snippets Groups Projects
Commit 04c791ef authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added remark on hdl_lib_tb_uses to item 100 o).

parent 6de532a1
No related branches found
No related tags found
No related merge requests found
...@@ -709,6 +709,10 @@ o) How to avoid Quartus exit due to IP that is included at configuration, but no ...@@ -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 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 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. 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 101) More ideas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment