Re: [casper] Error in Matlab running startsg

2023-06-10 Thread Jonathon Kocz
Hi Ben, I just took a look and this seems to an issue with the model. - Some of test models in that folder appear to be out of date, and this particular test file used a custom bit of code to test the crc of the packet that looks like it was not checked in along with the model, so the model can't

Re: [casper] Error in Matlab running startsg

2023-06-10 Thread benjamin.fischer via casper@lists.berkeley.edu
Hi Jonathon, hi all,Thank you - this did the trick! Simulink looks normal now and I can get into the model without errors. However, when updating the test_snap.slx model (just to check that things are indeed working alright), I now encounter a new error (or rather, set of similar errors)

Re: [casper] Error in Matlab running startsg

2023-06-09 Thread Kaj Wiik
Forgot to mention that these instructions were a bit RFSoC specific... Cheers, Kaj On Fri, 9 Jun 2023 at 23:36, Kaj Wiik wrote: > Hi Ben, > > Here are my install notes and snippets copied from the web: > https://gitlab.utu.fi/kjwiik/casper-installation/-/blob/main/README.md > > In fact, I

Re: [casper] Error in Matlab running startsg

2023-06-09 Thread Kaj Wiik
Hi Ben, Here are my install notes and snippets copied from the web: https://gitlab.utu.fi/kjwiik/casper-installation/-/blob/main/README.md In fact, I found that Ubuntu 18.04 works a bit better, e.g. the CASPER tools in the Simulink menu does not appear in 20.04. Hope this helps, Kaj On Fri, 9

Re: [casper] Error in Matlab running startsg

2023-06-09 Thread Jonathon Kocz
Hi Ben, You may have already, but there are a couple of other places to move libgmp that might be worth trying: (From this issue: https://github.com/casper-astro/mlib_devel/issues/190) cd /opt/Xilinx/Model_Composer/2021.1/lib/lnx64.o/Ubuntu mkdir exclude mv libgmp.so* exclude/ cd

[casper] Error in Matlab running startsg

2023-06-09 Thread benjamin.fischer via casper@lists.berkeley.edu
Hi all,I have been trying to set up the Toolflow quite closely following the setup guide (using the recommended versions: a completely fresh Ubuntu 20.04 install, Vivado 2021.1, mlib_devel m2021a). I get to the point under "Running the toolflow" but when I run the startsg script while