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

Corrected use of base design name and revision design name.

parent 7fd0012c
No related branches found
No related tags found
No related merge requests found
......@@ -111,17 +111,17 @@ if [ "$MMM" == "1" ]; then
run_sopc unb1 $design
fi
fi
if [ "${design:0:32}" == "apertif_unb1_fn_beamformer_trans" ]; then
if [ "${design:0:26}" == "apertif_unb1_fn_beamformer" ]; then
echo ">>> Create SOPC: $design" >> $LOG_FILE
if [ "$DEMO_RUN" == "0" ]; then
run_sopc unb1 $design
fi
fi
if [ "${design:0:28}" == "apertif_unb1_correlator_full" ]; then
if [ "${design:0:23}" == "apertif_unb1_correlator" ]; then
echo ">>> Create QSYS: $design" >> $LOG_FILE
if [ "$DEMO_RUN" == "0" ]; then
run_qsys unb1 $design
cd $RADIOHDL/applications/apertif/designs/$design/revisions/$design
cd $RADIOHDL/applications/apertif/designs/${design:0:23}/revisions/$design
./qsys_delete_duplicates_full.sh
cd $RADIOHDL
fi
......@@ -140,14 +140,14 @@ if [ "$SYNTHESIS" == "1" ]; then
run_rbf unb1 $design
fi
fi
if [ "${design:0:32}" == "apertif_unb1_fn_beamformer_trans" ]; then
if [ "${design:0:26}" == "apertif_unb1_fn_beamformer" ]; then
echo ">>> Do synthesis and create rbf: $design" >> $LOG_FILE
if [ "$DEMO_RUN" == "0" ]; then
run_qcomp unb1 $design --seed=1 --clk=pll_afi_clk
run_rbf unb1 $design
fi
fi
if [ "${design:0:28}" == "apertif_unb1_correlator_full" ]; then
if [ "${design:0:23}" == "apertif_unb1_correlator" ]; 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment