Hi Wang, On Tue, 15 Mar 2022 at 12:21, 王钊 <[email protected]> wrote:
> Hello CASPER, > > How's it going? I am new to this, I am trying the tutorial of ROACH2.Now > I'm using Ubuntu16.04, Matlab2013b, ise14.7. > > I have two questions. > The first is I downloaded tutorial_devel at > https://github.com/casper-astro/tutorials_devel,When I run this step "pip > install -r requirements.txt",There is no "requirements. txt" file in > /roach2/mlib_devel. Where can I find this file? > It turns out there actually isn't one for ROACH2, since the ROACH2 toolflow has no python dependencies. (casperfpga does, but not mlib_devel). So, you can just skip this step. > [image: roach.png] > The second question is: when I install ise14.7, I need to change some > files because I am Ubuntu16.04, but I don't understand. Do I need to change > all three settings64.sh files.( > https://github.https://github.com/casper-astro/tutorials_develcom/casper-astro/mlib_devel/blob/master/docs/src/How-to-install-Xilinx-ISE.md > <https://github.com/casper-astro/mlib_devel/blob/master/docs/src/How-to-install-Xilinx-ISE.md> > ) > Everyone seems to have their own way of getting things working in Ubuntu 16, but according to those instructions, you should change all 3 of those files (if the relevant snippet of code exists in them) and also add to your startsg.local file: ``` export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:/lib/x86_64-linux-gnu:/lib64/:/lib/ ``` Cheers Jack [image: 微信图片_20220315202003.png] > I would be really appreciated if you reply! > > Wang > > > -- > 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/64db3b83-a915-4ea0-8b00-0998352c8483n%40lists.berkeley.edu > <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/64db3b83-a915-4ea0-8b00-0998352c8483n%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/CAG1GKSnpJmRdMhm2TCN72TyzOm7bq%2B4bwjj_EPzJrcZ1OteLzw%40mail.gmail.com.

