-
Notifications
You must be signed in to change notification settings - Fork 17
/
vivado.jou
21 lines (21 loc) · 1.03 KB
/
vivado.jou
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-----------------------------------------------------------
# Vivado v2019.2 (64-bit)
# SW Build 2708876 on Wed Nov 6 21:40:23 MST 2019
# IP Build 2700528 on Thu Nov 7 00:09:20 MST 2019
# Start of session at: Sun Aug 23 21:08:10 2020
# Process ID: 5468
# Current directory: D:/wulian/DD/KWS-SOC-8bit-detective
# Command line: vivado.exe -gui_launcher_event rodinguilauncherevent8664 D:\wulian\DD\KWS-SOC-8bit-detective\KWS-SOC.xpr
# Log file: D:/wulian/DD/KWS-SOC-8bit-detective/vivado.log
# Journal file: D:/wulian/DD/KWS-SOC-8bit-detective\vivado.jou
#-----------------------------------------------------------
start_gui
open_project D:/wulian/DD/KWS-SOC-8bit-detective/KWS-SOC.xpr
update_ip_catalog -rebuild -scan_changes
report_ip_status -name ip_status
upgrade_ip -srcset kws_0 -vlnv xilinx.com:hls:kws:1.0 [get_ips kws_0] -log ip_upgrade.log
export_ip_user_files -of_objects [get_ips kws_0] -no_script -sync -force -quiet
report_ip_status -name ip_status
reset_run synth_1
launch_runs impl_1 -to_step write_bitstream -jobs 8
wait_on_run impl_1