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

Explained why run_rbf needs to be run manually when multple seeds are used.

parent 55066b3e
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,8 @@ if [ "$SYNTHESIS" == "1" ]; then ...@@ -151,7 +151,8 @@ if [ "$SYNTHESIS" == "1" ]; then
echo ">>> Do synthesis: $design" >> $LOG_FILE echo ">>> Do synthesis: $design" >> $LOG_FILE
if [ "$DEMO_RUN" == "0" ]; then if [ "$DEMO_RUN" == "0" ]; then
run_qcomp unb1 $design --seed=1,2,3,4,5 --clk=unb1_board_clk200 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 $design active directory
# . rm -rf the other $design*MHz_r* that achieve < 200 MHz # . 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 # . cp -rp the $design*MHz_r* directory with the highest clock speed to the $design active directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment