-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvivado.jou
28 lines (28 loc) · 1.08 KB
/
vivado.jou
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#-----------------------------------------------------------
# Vivado v2018.3 (64-bit)
# SW Build 2405991 on Thu Dec 6 23:38:27 MST 2018
# IP Build 2404404 on Fri Dec 7 01:43:56 MST 2018
# Start of session at: Fri May 10 13:38:13 2019
# Process ID: 11328
# Current directory: C:/Users/USER/Desktop/myCasseBrique
# Command line: vivado.exe -gui_launcher_event rodinguilauncherevent16108 C:\Users\USER\Desktop\myCasseBrique\myCasseBrique.xpr
# Log file: C:/Users/USER/Desktop/myCasseBrique/vivado.log
# Journal file: C:/Users/USER/Desktop/myCasseBrique\vivado.jou
#-----------------------------------------------------------
start_gui
open_project C:/Users/USER/Desktop/myCasseBrique/myCasseBrique.xpr
update_compile_order -fileset sources_1
reset_run synth_2
launch_runs synth_2 -jobs 4
wait_on_run synth_2
launch_runs impl_2 -jobs 4
wait_on_run impl_2
launch_runs impl_2 -to_step write_bitstream -jobs 4
wait_on_run impl_2
reset_run synth_2
launch_runs synth_2 -jobs 4
wait_on_run synth_2
launch_runs impl_2 -jobs 4
wait_on_run impl_2
launch_runs impl_2 -to_step write_bitstream -jobs 4
wait_on_run impl_2