Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Feb 25, 2024
1 parent c4e29d8 commit f145cbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/avr
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ then
run_yosys="false"
else
echo "frontend" >> $OUT_PATH/fconfig
cp -R $BM_PATH/$fname $OUT_PATH/$fname
echo "yosys" >> $OUT_PATH/fconfig

cp -R $BM_PATH/$fname $OUT_PATH/$fname
run_yosys="true"
fi


Expand All @@ -186,7 +188,7 @@ then
YOSYS_CMD=$OUT_PATH/yosys.tcl
rm -f $YOSYS_CMD

echo "yosys read_verilog -noopt -nolatches -Idir=$OUT_PATH/ -sv $OUT_PATH/$fname;" >> $YOSYS_CMD
echo "yosys read_verilog -noopt -nolatches -I $BM_PATH -sv $OUT_PATH/$fname;" >> $YOSYS_CMD
if [ $AUTOTOP -eq 1 ]
then
echo "yosys hierarchy -auto-top;" >> $YOSYS_CMD
Expand Down

0 comments on commit f145cbc

Please sign in to comment.