dev/controller #5

Merged
baulin.fa merged 13 commits from dev/controller into master 2026-04-15 18:58:23 +03:00
12 changed files with 2205 additions and 4 deletions
Showing only changes of commit eea031c6c1 - Show all commits

View File

@ -177,12 +177,9 @@ gen_ip:
sim: $(PROJECT).xpr gen_ip
echo "open_project $(PROJECT).xpr" > run_sim.tcl
echo "add_files -fileset sim_1 $(TB_FILES)" >> run_sim.tcl
echo "set_property top $(SIM_TOP) [get_filesets sim_1]" >> run_sim.tcl
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 all" >> run_sim.tcl
vivado -mode batch -source run_sim.tcl
simclean: