Skip to content

Commit

Permalink
added setup_lec_sim in axi_st_d256_gen2_only
Browse files Browse the repository at this point in the history
  • Loading branch information
zhergarvi committed Oct 17, 2024
1 parent 08562cd commit c7116ca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ parse_cga exit 1; }
else
echo ""
fi
echo "setup_lec_sim 10 2">>raptor_tcl.tcl
echo "simulate gate icarus">>raptor_tcl.tcl || echo "simulate gate verilator">>raptor_tcl.tcl
echo "simulate pnr icarus">>raptor_tcl.tcl || echo "simulate pnr verilator">>raptor_tcl.tcl
echo "sta">>raptor_tcl.tcl
echo "power">>raptor_tcl.tcl
echo "bitstream $bitstream">>raptor_tcl.tcl
Expand Down

0 comments on commit c7116ca

Please sign in to comment.