Hi Emiliano, Try removing `es1` from the part configuration portion that the ZCU208 Simulink mask does here <https://github.com/casper-astro/mlib_devel/blob/m2021a/xps_library/xps_xsg_zcu208_conf_mask.m#L40>. Then also remove `-es1` from line 42 where on the ’speed’ parameter.
The `*_base.tcl` files are not being used in the toolflow for RFSoC parts and so you do not need to worry about generating a new base tcl file for the zcu208. Mitch > On Oct 10, 2023, at 8:06 AM, Kaj Wiik <[email protected]> wrote: > > Hi Emiliano, > > The chip seems to be mentioned also in > jasper_library/hdl_sources/infrastructure/zcu208_base.tcl > > Cheers, > Kaj > > On 10.10.2023 14.22, Emiliano Toledo wrote: >> Hello everyone, I've used the VM provided by Andrew, updated the `fpga` key >> in the the yaml platform file by removing the `-es1` suffix, in my case at >> (`mlib_devel/jasper_library/platforms/zcu208.yaml), but I keep getting the >> same errors. >> Is there other files that need to be edited? >> Thanks, Emiliano >> Captura2.JPGCaptura.JPG >> El miércoles, 15 de marzo de 2023 a las 3:18:22 UTC-3, Andrew Martens >> escribió: >> Hey everyone >> I have set up a VirtualBox virtual machine with the 2021 tools installed. >> I have been using it for the last few months and a few others have used it >> successfully as well. >> Please email me if you want a download link. It is large >250GB. You will >> need to add your Matlab and Xilinx licenses. >> Regards >> Andrew >> On Sun, Feb 19, 2023 at 12:38 PM Andrew Martens <[email protected]> >> wrote: >> Hi Kaj >> There is a (possibly not bleeding edge) version of the tools for use >> online via the Pacific Research Platform. There is a Slack channel where you >> can get more information at >> >> https://join.slack.com/share/enQtNDgxOTU1ODc0MjY0Ni03NDllNjI5OWUwOWU0MzFjMTQ3MTJjNGRjYWZjY2ZmMDYwMmY4OWQwN2IzOWEyZWEzNzk4ZTkyODFjZjFhNTJi >> >> <https://join.slack.com/share/enQtNDgxOTU1ODc0MjY0Ni03NDllNjI5OWUwOWU0MzFjMTQ3MTJjNGRjYWZjY2ZmMDYwMmY4OWQwN2IzOWEyZWEzNzk4ZTkyODFjZjFhNTJi> >> I will see if I can figure out a good way of sharing the virtual >> machine I have in the next few days as there are a couple of people who've >> shown interest. >> Regards >> Andrew >> On Sun, 19 Feb 2023, 12:11 Kaj Wiik, <[email protected]> wrote: >> Hi Andrew, >> On 17/02/2023 21:08, Andrew Martens wrote: >> > For those interested - I have a virtual machine with the >> latest (MATLAB 2021a) >> > tools where I have solved a lot of these issues. One just >> needs to add licenses >> > for MATLAB and Xilinx. >> > >> > VirtualBox, and it's big (>100GB). Hit me up with a shared >> folder if you'd like >> > to give it a spin. >> That's interesting, I have to investigate how we could use it: >> our desktops are >> not beefy enough and it is not practical to run it on our server >> (nor we have >> large enough upload folders for external users*). >> Thanks for the offer! >> > I would also recommend our 'cloud' solution. >> That sounds interesting, please let me know more! >> Thanks, >> Kaj >> > >> > Cheers >> > Andrew >> > >> > On Fri, 17 Feb 2023, 17:47 Kaj Wiik, <[email protected] >> <mailto:[email protected]>> wrote: >> > >> > Hi! >> > >> > This is an old thread but as there was no confirmation of a >> working >> > environment I decided to share my solution because I stubled >> exactly to this >> > problem when restarting the development after a long pause >> (Matlab r2021a, >> > Vivado & Vitis 2021.1, Ubuntu 20.04). >> > >> > There seems to be a number of incompatible libgmp libs >> sprinkled all around. >> > I had to >> > >> > ------ >> > >> > apt update >> > apt install software-properties-common >> > sudo add-apt-repository ppa:rock-core/qt4 >> > apt update >> > apt install libqtcore4 libqtgui4 >> > >> > cd /opt/Xilinx/Vivado/2021.1/lib/lnx64.o/Ubuntu >> > mkdir exclude >> > mv libgmp.so* exclude >> > >> > cd /opt/Xilinx/Model_Composer/2021.1/lib/lnx64.o/Ubuntu >> > mkdir exclude >> > mv libgmp.so* exclude >> > >> > cd /opt/Xilinx/Vivado/2021.1/lib/lnx64.o >> > mkdir exclude >> > mv libgmp.so* exclude >> > >> > ------ >> > >> > to get the Model composer working. >> > >> > Good luck, >> > Kaj >> > >> > >> > >> > On 9/15/22 02:40, Kiran Shila wrote: >> > > I ran into this same issue as well - on Ubuntu 20.04, Rocky >> 8, and with >> > hacked-together PKGBUILDs on my arch machine. I found a useful >> blog post >> > that also discusses the debugging procedure for >> haphazardly-vendored tools >> > such as Vivado: >> > > >> > > >> > >> https://strath-sdr.github.io/tools/matlab/sysgen/vivado/linux/2021/01/28/sysgen-on-20-04.html >> >> <https://strath-sdr.github.io/tools/matlab/sysgen/vivado/linux/2021/01/28/sysgen-on-20-04.html> >> >> <https://strath-sdr.github.io/tools/matlab/sysgen/vivado/linux/2021/01/28/sysgen-on-20-04.html >> >> <https://strath-sdr.github.io/tools/matlab/sysgen/vivado/linux/2021/01/28/sysgen-on-20-04.html>> >> > > >> > > Additionally, I needed to remove all the libfreetype stuff >> from MATLAB as >> > those version are not compatible with current font renderers. >> > > >> > >> > -- >> > You received this message because you are subscribed to the >> Google Groups >> > "[email protected] <mailto:[email protected]>" >> group. >> > To unsubscribe from this group and stop receiving emails from >> it, send an >> > email to [email protected] >> > <mailto:casper%[email protected]>. >> > To view this discussion on the web visit >> > >> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/[email protected] >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/[email protected]> >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/[email protected] >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/[email protected]>>. >> > >> > >> > >> > *Disclaimer* >> > >> > The information contained in this communication from the >> sender is confidential. >> > It is intended solely for use by the recipient and others >> authorized to receive >> > it. If you are not the recipient, you are hereby notified that >> any disclosure, >> > copying, distribution or taking action in relation of the >> contents of this >> > information is strictly prohibited and may be unlawful. >> > >> > This email has been scanned for viruses and malware, and may >> have been >> > automatically archived by Mimecast, a leader in email security >> and cyber >> > resilience. Mimecast integrates email defenses with brand >> protection, security >> > awareness training, web security, compliance and other >> essential capabilities. >> > Mimecast helps protect large and small organizations from >> malicious activity, >> > human error and technology failure; and to lead the movement >> toward building a >> > more resilient world. To find out more, visit our website. >> > >> > -- >> > You received this message because you are subscribed to the >> Google Groups >> > "[email protected]" group. >> > To unsubscribe from this group and stop receiving emails from >> it, send an email >> > to [email protected] >> > <mailto:[email protected]>. >> > To view this discussion on the web visit >> > >> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CADEwHTe90eueki4u3BzPA_WiEJN0HAUKM_qo_5wz855bykfD1w%40mail.gmail.com >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CADEwHTe90eueki4u3BzPA_WiEJN0HAUKM_qo_5wz855bykfD1w%40mail.gmail.com> >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CADEwHTe90eueki4u3BzPA_WiEJN0HAUKM_qo_5wz855bykfD1w%40mail.gmail.com?utm_medium=email&utm_source=footer >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CADEwHTe90eueki4u3BzPA_WiEJN0HAUKM_qo_5wz855bykfD1w%40mail.gmail.com?utm_medium=email&utm_source=footer>>. >> -- You received this message because you are >> subscribed to the Google Groups "[email protected]" group. >> To unsubscribe from this group and stop receiving emails from it, >> send an email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/[email protected] >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/[email protected]>. >> *Disclaimer* >> The information contained in this communication from the sender is >> confidential. It is intended solely for use by the recipient and others >> authorized to receive it. If you are not the recipient, you are hereby >> notified that any disclosure, copying, distribution or taking action in >> relation of the contents of this information is strictly prohibited and may >> be unlawful. >> This email has been scanned for viruses and malware, and may have been >> automatically archived by Mimecast, a leader in email security and cyber >> resilience. Mimecast integrates email defenses with brand protection, >> security awareness training, web security, compliance and other essential >> capabilities. Mimecast helps protect large and small organizations from >> malicious activity, human error and technology failure; and to lead the >> movement toward building a more resilient world. To find out more, visit our >> website. >> -- >> You received this message because you are subscribed to the Google Groups >> "[email protected]" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <mailto:[email protected]>. >> To view this discussion on the web visit >> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/032c1909-85e2-4ab6-a8a8-f394e71a1b9en%40lists.berkeley.edu >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/032c1909-85e2-4ab6-a8a8-f394e71a1b9en%40lists.berkeley.edu?utm_medium=email&utm_source=footer>. > > -- > You received this message because you are subscribed to the Google Groups > "[email protected]" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/9175e8ce-8546-b140-27d5-4cb4cb9d42a2%40utu.fi. -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/144CEDF0-1577-4395-AC71-27A9AA4373CC%40gmail.com.

