I have ´VirtualBox installed with Ubuntu 18.04.6 LTS.
I installed Vivado 2020.1. I built the koheron-sdk.
When I am trying to build the phase noise analyzer, it gives the following error as shown below.
-----------------------------------------Error--------------------------------------------
ERROR: [BD 41-70] Exec TCL: The proposed address '0x1E00_0000 [ 512M ]' is misaligned. The maximum range for offset '0x1E00_0000' is '32M'. The next aligned offset for this range is '0x2000_0000'.
WARNING: [BD 41-1642] Cannot set the parameter 'offset' on '/axi_dma_0/Data_S2MM/SEG_ps_0_HP0_DDR_LOWOCM' - Parameter does not exist.
ERROR: [Common 17-39] 'set_property' failed due to earlier errors.
while executing
"rdi::set_property offset 0x1E000000 /axi_dma_0/Data_S2MM/SEG_ps_0_HP0_DDR_LOWOCM"
invoked from within
"set_property offset [get_memory_offset ram] [get_bd_addr_segs {axi_dma_0/Data_S2MM/SEG_ps_0_HP0_DDR_LOWOCM}]"
(file "examples/alpha250/phase-noise-analyzer//block_design.tcl" line 192)
while executing
"source $project_path/block_design.tcl"
(file "./fpga/vivado/block_design.tcl" line 42)
while executing
"source [file join [file dirname [info script]] "block_design.tcl"]"
(file "./fpga/vivado/project.tcl" line 1)
INFO: [Common 17-206] Exiting Vivado at Fri Jul 28 17:03:39 2023...
fpga/[fpga.mk:48](http://fpga.mk:48/): recipe for target 'tmp/examples/alpha250/phase-noise-analyzer//fpga/phase-noise-analyzer.xpr' failed
make: *** [tmp/examples/alpha250/phase-noise-analyzer//fpga/phase-noise-analyzer.xpr] Error 1
make: *** Deleting file 'tmp/examples/alpha250/phase-noise-analyzer//fpga/phase-noise-analyzer.xpr'
I have ´VirtualBox installed with Ubuntu 18.04.6 LTS. I installed Vivado 2020.1. I built the koheron-sdk. When I am trying to build the phase noise analyzer, it gives the following error as shown below.