]> rtime.felk.cvut.cz Git - fpga/zynq/canbench-sw.git/blob - system/script/build.tcl
added system and petalinux configuration, scripts, makefiles
[fpga/zynq/canbench-sw.git] / system / script / build.tcl
1 set jobs 4
2
3 open_project ../project/canbench.xpr
4 reset_run synth_1
5 reset_run impl_1
6 launch_runs synth_1 -jobs $jobs
7 wait_on_run synth_1
8 launch_runs impl_1 -jobs $jobs
9 wait_on_run impl_1
10 launch_runs impl_1 -jobs $jobs -to_step write_bitstream
11 wait_on_run impl_1
12 file copy -force ../project/canbench.runs/impl_1/top_wrapper.sysdef ../system.hdf