-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvivado.jou
More file actions
36 lines (36 loc) · 1.86 KB
/
vivado.jou
File metadata and controls
36 lines (36 loc) · 1.86 KB
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
29
30
31
32
33
34
35
36
#-----------------------------------------------------------
# Vivado v2022.2 (64-bit)
# SW Build 3671981 on Fri Oct 14 05:00:03 MDT 2022
# IP Build 3669848 on Fri Oct 14 08:30:02 MDT 2022
# Start of session at: Thu Oct 10 13:56:34 2024
# Process ID: 7784
# Current directory: C:/Users/jkali/ece385/lab52
# Command line: vivado.exe -gui_launcher_event rodinguilauncherevent31500 C:\Users\jkali\ece385\lab52\lab51.xpr
# Log file: C:/Users/jkali/ece385/lab52/vivado.log
# Journal file: C:/Users/jkali/ece385/lab52\vivado.jou
# Running On: Jakes_ZenBook, OS: Windows, CPU Frequency: 2688 MHz, CPU Physical cores: 14, Host memory: 34036 MB
#-----------------------------------------------------------
start_gui
open_project C:/Users/jkali/ece385/lab52/lab51.xpr
update_compile_order -fileset sources_1
open_hw_manager
connect_hw_server -allow_non_jtag
open_hw_target
set_property PROGRAM.FILE {C:/Users/jkali/ece385/lab52/lab51.runs/impl_1/processor_top.bit} [get_hw_devices xc7s50_0]
current_hw_device [get_hw_devices xc7s50_0]
refresh_hw_device -update_hw_probes false [lindex [get_hw_devices xc7s50_0] 0]
set_property PROBES.FILE {} [get_hw_devices xc7s50_0]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7s50_0]
set_property PROGRAM.FILE {C:/Users/jkali/ece385/lab52/lab51.runs/impl_1/processor_top.bit} [get_hw_devices xc7s50_0]
program_hw_devices [get_hw_devices xc7s50_0]
refresh_hw_device [lindex [get_hw_devices xc7s50_0] 0]
reset_run impl_1 -prev_step
launch_runs impl_1 -to_step write_bitstream -jobs 10
wait_on_run impl_1
open_run impl_1
set_property PROBES.FILE {} [get_hw_devices xc7s50_0]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7s50_0]
set_property PROGRAM.FILE {C:/Users/jkali/ece385/lab52/lab51.runs/impl_1/processor_top.bit} [get_hw_devices xc7s50_0]
program_hw_devices [get_hw_devices xc7s50_0]
refresh_hw_device [lindex [get_hw_devices xc7s50_0] 0]
close_hw_manager