dev/accum #7

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

View File

@ -180,7 +180,7 @@ 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 "run 10000 us" >> run_sim.tcl
echo "quit" >> run_sim.tcl
vivado -mode batch -source run_sim.tcl