File tree Expand file tree Collapse file tree 3 files changed +59
-16
lines changed
examples/AccelerometerTap/.vscode Expand file tree Collapse file tree 3 files changed +59
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ #-----------------------------------------------------------
2+ # Vivado v2019.1 (64-bit)
3+ # SW Build 2552052 on Fri May 24 14:47:09 MDT 2019
4+ # IP Build 2548770 on Fri May 24 18:01:18 MDT 2019
5+ # Start of session at: Sun Mar 8 00:13:00 2020
6+ # Process ID: 29829
7+ # Current directory: /home/tanmay/tanmay/Arduino_LSM6DS3
8+ # Command line: vivado
9+ # Log file: /home/tanmay/tanmay/Arduino_LSM6DS3/vivado.log
10+ # Journal file: /home/tanmay/tanmay/Arduino_LSM6DS3/vivado.jou
11+ #-----------------------------------------------------------
12+ start_gui
13+ open_project /home/tanmay/processor/processor.xpr
14+ update_compile_order -fileset sources_1
15+ # Disabling source management mode. This is to allow the top design properties to be set without GUI intervention.
16+ set_property source_mgmt_mode None [current_project]
17+ set_property top alu32 [current_fileset]
18+ # Re-enabling previously disabled source management mode.
19+ set_property source_mgmt_mode All [current_project]
20+ update_compile_order -fileset sources_1
21+ reset_run synth_1
22+ launch_runs synth_1 -jobs 4
23+ wait_on_run synth_1
24+ # Disabling source management mode. This is to allow the top design properties to be set without GUI intervention.
25+ set_property source_mgmt_mode None [current_project]
26+ set_property top processor [current_fileset]
27+ # Re-enabling previously disabled source management mode.
28+ set_property source_mgmt_mode All [current_project]
29+ update_compile_order -fileset sources_1
Original file line number Diff line number Diff line change 1+ #-----------------------------------------------------------
2+ # Vivado v2019.1 (64-bit)
3+ # SW Build 2552052 on Fri May 24 14:47:09 MDT 2019
4+ # IP Build 2548770 on Fri May 24 18:01:18 MDT 2019
5+ # Start of session at: Sun Mar 8 00:13:00 2020
6+ # Process ID: 29829
7+ # Current directory: /home/tanmay/tanmay/Arduino_LSM6DS3
8+ # Command line: vivado
9+ # Log file: /home/tanmay/tanmay/Arduino_LSM6DS3/vivado.log
10+ # Journal file: /home/tanmay/tanmay/Arduino_LSM6DS3/vivado.jou
11+ #-----------------------------------------------------------
12+ start_gui
13+ open_project /home/tanmay/processor/processor.xpr
14+ Scanning sources...
15+ Finished scanning sources
16+ INFO: [IP_Flow 19-234] Refreshing IP repositories
17+ INFO: [IP_Flow 19-1704] No user IP repositories specified
18+ INFO: [IP_Flow 19-2313] Loaded Vivado IP repository '/tools/Xilinx/Vivado/2019.1/data/ip'.
19+ open_project: Time (s): cpu = 00:00:19 ; elapsed = 00:00:06 . Memory (MB): peak = 6547.570 ; gain = 160.758 ; free physical = 6884 ; free virtual = 26491
20+ update_compile_order -fileset sources_1
21+ set_property top alu32 [current_fileset]
22+ update_compile_order -fileset sources_1
23+ reset_run synth_1
24+ launch_runs synth_1 -jobs 4
25+ [Sun Mar 8 00:44:48 2020] Launched synth_1...
26+ Run output will be captured here: /home/tanmay/processor/processor.runs/synth_1/runme.log
27+ set_property top processor [current_fileset]
28+ update_compile_order -fileset sources_1
29+ exit
30+ INFO: [Common 17-206] Exiting Vivado at Sun Mar 8 02:19:44 2020...
You can’t perform that action at this time.
0 commit comments