From 549c0c81dcba2d6addf30771dd3115d20ca69ffb Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Mon, 23 Feb 2015 10:58:07 +0000 Subject: [PATCH] Clariefiedusage/purpose of modelsim_copy_files and quartus_copy_files. --- tools/hdltool_readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/hdltool_readme.txt b/tools/hdltool_readme.txt index 2cc44c8398..04181e84ab 100644 --- a/tools/hdltool_readme.txt +++ b/tools/hdltool_readme.txt @@ -378,7 +378,8 @@ d) hdllib.cfg key descriptions - quartus_copy_files = Copy listed all directories and files for synthesis with Quartus, used when tool_name_synth = quartus in hdltool.cfg. - Can be used to eg. copy sopc or qsys file from SVN directory to the build directory where the Quartus project file is + Can be used to eg. copy sopc or qsys file from SVN directory to the build directory where the Quartus project file is and that is where the + run_* bash commands expect them to be. - synth_files = All HDL files that are needed for synthesis. For Modelsim they need to be in compile order and they areplaced in the 'synth_files' project folder. -- GitLab