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

Small extra on hdl_lib_uses_sim key description.

parent ec322aa6
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,8 @@ d) hdllib.cfg key descriptions
VHDL LIBRARY clauses need to be mentioned, all lower level libraries are found automatically.
The hdl_lib_uses_synth key and hdl_lib_uses_sim key separate the dependencies due to the synth_files from the extra
dependencies that come from the test bench files. This seperation avoids that libraries that are only needed for the
test bench simulations also get included in the list of libraries for synthesis.
test bench simulations also get included in the list of libraries for synthesis. Often the 'test_bench_files' do not
depend on other libraries, so then the 'hdl_lib_uses_sim' remains empty.
- hdl_lib_technology =
The IP technology that this library is using or targets, e.g. ip_stratixiv for UniBoard1, ip_arria10 for UniBoard2. For generic HDL libraries use ''.
......
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