From 7fd0012c0b06fab18d13c878d2141096f738c85a Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 1 Feb 2019 15:24:50 +0000 Subject: [PATCH] Explained why run_rbf needs to be run manually when multple seeds are used. --- applications/apertif/commissioning/apertif_synthesize_all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/apertif/commissioning/apertif_synthesize_all.sh b/applications/apertif/commissioning/apertif_synthesize_all.sh index 2dded52482..b2ec00dced 100755 --- a/applications/apertif/commissioning/apertif_synthesize_all.sh +++ b/applications/apertif/commissioning/apertif_synthesize_all.sh @@ -151,7 +151,8 @@ if [ "$SYNTHESIS" == "1" ]; then echo ">>> Do synthesis: $design" >> $LOG_FILE if [ "$DEMO_RUN" == "0" ]; then run_qcomp unb1 $design --seed=1,2,3,4,5 --clk=unb1_board_clk200 - # No automatic run_rbf, do this manualy for seed with best clock speed. Procedure: + # No automatic run_rbf, because run_rbf runs on active design directory. Therefore do run_rbf + # manualy for seed with best clock speed. Procedure: # . rm -rf $design active directory # . rm -rf the other $design*MHz_r* that achieve < 200 MHz # . cp -rp the $design*MHz_r* directory with the highest clock speed to the $design active directory -- GitLab