pavel-demin / red-pitaya-notes

Notes on the Red Pitaya Open Source Instrument
http://pavel-demin.github.io/red-pitaya-notes/
MIT License
339 stars 212 forks source link

Vivado 2022.1 open project with TCL Command (xbip_dsp48_macro error) #1070

Closed ByoungjinKim closed 1 year ago

ByoungjinKim commented 1 year ago

Hello.

I'm using Vivado 2022.1. I try this project in this version. But I'm not open project.

The address below was used as a reference.. https://github.com/pavel-demin/red-pitaya-notes/issues/1058

sdr_transceiver_122_88 : build ok sdr_transceiver_emb_122_88 : error

image

how can i fix it?

pavel-demin commented 1 year ago

I think that the easiest workaround at the moment is to use Vivado 2020.2.

Xilinx has removed the DSP48 macro (xbip_dsp48_macro) from Vivado 2021.1 and newer versions.

The new DSP macro has some issues that the DSP48 macro does not.

I have posted a description of these issues on the Xilinx forum:

https://support.xilinx.com/s/question/0D52E00006iHpkX

ByoungjinKim commented 1 year ago

thank you

pavel-demin commented 1 year ago

I have replaced xbip_dsp48_macro with dsp48 in all projects. I think that it should now be possible to build all projects with Vivado 2022.1.

ByoungjinKim commented 1 year ago

build test OK. Thank you.