dev/accum #7

Merged
baulin.fa merged 26 commits from dev/accum into master 2026-04-28 16:20:59 +03:00
4 changed files with 553 additions and 0 deletions
Showing only changes of commit 4eb937e13f - Show all commits

View File

@ -180,6 +180,8 @@ sim: $(PROJECT).xpr gen_ip
echo "update_compile_order -fileset sources_1" >> run_sim.tcl
echo "update_compile_order -fileset sim_1" >> run_sim.tcl
echo "launch_simulation" >> run_sim.tcl
echo "run 1000 us" >> run_sim.tcl
echo "quit" >> run_sim.tcl
vivado -mode batch -source run_sim.tcl
simclean: