Hi Jack, I'm sorry to reply so late.I used ubuntu14.04, matlab2013b and ise14.7.
You're right, I didn't install 'git', I transferred the files via a USB flash drive. Bof files can be used normally and can be used to interact with roach2 through Telnet. Cheers Kuma 在2022年8月30日星期二 UTC+8 00:03:43<[email protected]> 写道: > The Simulink warnings I'd be inclined to ignore. > "*Warning: git not found" *probably indicates that the toolflow is > trying to use git to determine the repository state but can't. Do you have > git installed? I would have thought you did, if you cloned the mlib_devel > repository from github, but maybe you transferred it some other way(?) > > *"/home/wz/mlib_devel-roach2/tut210geb8_26/tut28_26_4/XPS_ROACH2_base/implementation/system.bit'" > > *sound catastrophic to me -- system.bit is the compiled bitstream. This > error makes it seem like the bitstream failed to be generated properly. So > I'm surprised you got a bof file. Does the bof file actually program OK? > > Also, what OS type/version are you using? > > Cheers > Jack > > On Fri, 26 Aug 2022 at 18:32, Bartholemew Kuma <[email protected]> wrote: > >> Hi all, >> >> I used matlab2013b and ISE14.7. >> When I generated the.bof file in Simulink, the MATLAB window showed the >> following problem(Warning appears only in this part): >> >> >> casper_xps >> Detected Linux OS >> ############################# >> ## System Update ## >> ############################# >> >> >> >> >> >> >> >> >> *Warning: The model 'tut28_26_4' does not have continuous states, hence >> Simulink is usingthe solver 'VariableStepDiscrete' instead of solver >> 'ode45'. You can disable thisdiagnostic by explicitly specifying a discrete >> solver in the solver tab of theConfiguration Parameters dialog, or by >> setting the 'Automatic solver parameter selection'diagnostic to 'none' in >> the Diagnostics tab of the Configuration Parameters dialog > In >> gen_xps_files at 212 In casper_xps>run_Callback at 163 In casper_xps at >> 88 In >> @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject)) >> >> * >> ############################# >> ## Block objects creation ## >> ############################# >> ###################### >> ## Checking objects ## >> ###################### >> Running system generator ... >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> *Warning: The model 'tut28_26_4' does not have continuous states, hence >> Simulink is usingthe solver 'VariableStepDiscrete' instead of solver >> 'ode45'. You can disable thisdiagnostic by explicitly specifying a discrete >> solver in the solver tab of theConfiguration Parameters dialog, or by >> setting the 'Automatic solver parameter selection'diagnostic to 'none' in >> the Diagnostics tab of the Configuration Parameters dialog > In >> /opt/Xilinx/14.7/ISE_DS/ISE/sysgen/bin/lin64/xlCompileGenerateMdl.p>xlCompileGenerateMdl >> >> at 203 In >> /opt/Xilinx/14.7/ISE_DS/ISE/sysgen/bin/lin64/xlGenerateButton.p>xlGenerateButton >> >> at 302 In gen_xps_files at 332 In casper_xps>run_Callback at 163 In >> casper_xps at 88 In >> @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject)) >> >> Warning: Possible deprecated use of get on a Java object with an HG >> Property 'UserData'. > In xlNGCPostGeneration at 57 In >> /opt/Xilinx/14.7/ISE_DS/ISE/sysgen/bin/lin64/xlruntargetfcn.p>xlruntargetfcn >> at 12 In >> /opt/Xilinx/14.7/ISE_DS/ISE/sysgen/bin/lin64/xlGenerateButton.p>xlGenerateButton >> >> at 478 In gen_xps_files at 332 In casper_xps>run_Callback at 163 In >> casper_xps at 88 In >> @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject)) >> >> Warning: Possible deprecated use of set on a Java object with an HG >> Property 'UserData'. > In xlNGCPostGeneration at 60 In >> /opt/Xilinx/14.7/ISE_DS/ISE/sysgen/bin/lin64/xlruntargetfcn.p>xlruntargetfcn >> at 12 In >> /opt/Xilinx/14.7/ISE_DS/ISE/sysgen/bin/lin64/xlGenerateButton.p>xlGenerateButton >> >> at 478 In gen_xps_files at 332 In casper_xps>run_Callback at 163 In >> casper_xps at 88 In >> @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject)) >> >> * >> XSG generation complete. >> ######################### >> ## Copying base system ## >> ######################### >> Copying base package from: >> /home/wz/mlib_devel-roach2/xps_base/XPS_ROACH2_base >> ######################## >> ## Copying custom IPs ## >> ######################## >> ########################## >> ## Creating Simulink IP ## >> ########################## >> ########################## >> ## Creating EDK files ## >> ########################## >> Running off sys_clk @100MHz >> Running off sys_clk @100MHz >> Running off sys_clk @100MHz >> >> >> >> >> >> >> *Warning: git not found. > In git_info at 17 In git_write_info at 2 In >> gen_xps_files at 567 In casper_xps>run_Callback at 163 In casper_xps at >> 88 In >> @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject)) >> >> * >> ######################### >> ## Elaborating objects ## >> ######################### >> ############################## >> ## Preparing software files ## >> ############################## >> ######################### >> ## Running EDK backend ## >> ######################### >> >> >> >> >> >> >> >> >> >> >> >> >> >> *Warning: >> File'/home/wz/mlib_devel-roach2/tut210geb8_26/tut28_26_4/XPS_ROACH2_base/implementation/system.bit'not >> >> found. > In gen_xps_files at 679 In casper_xps>run_Callback at 163 In >> casper_xps at 88 In >> @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject)) >> >> Warning: >> File'/home/wz/mlib_devel-roach2/tut210geb8_26/tut28_26_4/XPS_ROACH2_base/implementation/download.bit'not >> >> found. > In gen_xps_files at 680 In casper_xps>run_Callback at 163 In >> casper_xps at 88 In >> @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject)) >> * >> Xilinx Platform Studio >> Xilinx EDK 14.7 Build EDK_P.20131013 >> Copyright (c) 1995-2012 Xilinx, Inc. All rights reserved. >> >> These Warnings appear, but the BOF file is generated anyway. >> I'm curious, will these warning cause problems when I interact with >> raoch2? >> Have you encountered any of these problems? >> I hope you can help me. >> >> Regards, >> Kuma >> >> -- >> 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/d8b29d2f-8ecb-4b00-adfa-26a0f3292014n%40lists.berkeley.edu >> >> <https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/d8b29d2f-8ecb-4b00-adfa-26a0f3292014n%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/3219a6e8-8a49-4443-ba74-64c6675bbddbn%40lists.berkeley.edu.

