Skip to content

Commit 481761e

Browse files
committed
Applied the requested changes in the example file.
1 parent 71d1a8d commit 481761e

File tree

3 files changed

+59
-16
lines changed

3 files changed

+59
-16
lines changed

examples/AccelerometerTap/.vscode/c_cpp_properties.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vivado.jou

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

vivado.log

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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...

0 commit comments

Comments
 (0)