Post Go back to editing

Unable to build hdl design on VIVADO 2019.2

Category: Software
Product Number: EVAL_AD7768
Software Version: VIVADO 2019.2

hello, 

I am trying to build the hdl design in VIVADO 2019.2 .

I used below link:

https://wiki.analog.com/resources/fpga/docs/build

https://wiki.analog.com/resources/fpga/docs/git

https://github.com/analogdevicesinc/hdl/tree/main/projects/ad7768evb

Is it not support vivado 2019.2 version ?

sqm@Sqm-Tech:~/adi/hdl/projects/ad7768evb$ cat /home/sqm/adi/hdl/library/axi_clkgen/axi_clkgen_ip.log
/bin/sh: vivado: command not found

please check it. Provide any solution? what is the exact issue ? 

Thread Notes

Parents Reply
  • Hello,

    I fallows below step:

    mkdir adi
    cd adi
    git clone github.com/.../hdl.git
    ls
    cd hdl/
    ls
    git status
    git branch
    git branch -a
    git checkout hdl_2019_r2
    git rebase origin/hdl_2019_r2
    cd projects
    ls
    cd ad7768evb/
    export PATH=$PATH:"tools/Xilinx/Vivado/2019.2/bin"
    export PATH=$PATH:"tools/Xilinx/Vitis/2019.2/bin"
    make

    On the wiki pages you may want to consider setting the history back to early 2020. Perhaps the guide has changed? exact what are trying to say.

Children