Skip to content

Commit

Permalink
new board passed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Linestro committed Mar 20, 2019
1 parent 1a3eea6 commit 7021cc5
Show file tree
Hide file tree
Showing 62 changed files with 2,659 additions and 2,675 deletions.
31 changes: 28 additions & 3 deletions OSC136H.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ function WriteToWireIn(this, endpoint, begin, write_length, value)
% Configure
% Takes a filename as a path to the bitfile, and loads it onto the
% FPGA. The desired bitfile is titled 'config.bit'.
function Configure(this, filename)
function ret = Configure(this, filename)
ret = -1;
ec = calllib('okFrontPanel', 'okFrontPanel_ConfigureFPGA', this.dev, filename);
if ec ~= "ok_NoError"
fprintf('Error loading bitfile\n')
Expand All @@ -125,6 +126,7 @@ function Configure(this, filename)
calllib('okFrontPanel', 'okPLL22150_SetOutputEnable', pll, 1, 1);

calllib('okFrontPanel', 'okFrontPanel_SetPLL22150Configuration', this.dev, pll);
ret = 0;
end

% Gets list of serial numbers for all connected boards
Expand Down Expand Up @@ -170,6 +172,29 @@ function Configure(this, filename)
% this.WriteToWireIn(hex2dec('17'), 0, 16, 0);
end

function ec = ConnectToFirst(this)
% For now, all this function does is connect to the first
% available board.
ec = 0;
serial = this.GetBoardSerials();
this.dev = calllib('okFrontPanel', 'okFrontPanel_Construct');
calllib('okFrontPanel', 'okFrontPanel_OpenBySerial', this.dev, serial);
open = calllib('okFrontPanel', 'okFrontPanel_IsOpen', this.dev);
if ~open
fprintf('Failed to open board\n')
ec = -1;
return
end
fprintf('Successfully opened board\n')
% this.Configure('OSC1_LITE_Control.bit');
pause(0.5);
if this.Configure('OSC1_LITE_Control.bit') == -1 || this.SysReset() == -1 || this.SetControlReg() == -1
fprintf('Failed to initialize.\n')
return
end
this.WriteToWireIn(hex2dec('17'), 0, 16, 0);
end

function SetAllZero(this)
this.WriteToWireIn(hex2dec('00'), 0, 16, 0);
this.WriteToWireIn(hex2dec('01'), 0, 16, 1);
Expand All @@ -182,7 +207,7 @@ function SetAllHigh(this)
this.WriteToWireIn(hex2dec('00'), 0, 16, 0);
this.WriteToWireIn(hex2dec('01'), 0, 16, 1);
for channel = 0: 11
this.WriteToWireIn(hex2dec('03') + channel, 0, 16, 2^14);
this.WriteToWireIn(hex2dec('03') + channel, 0, 16, 2731);
end
end

Expand Down Expand Up @@ -360,7 +385,7 @@ function MatTrigger(this, cus_time)
success_ret = calllib('okFrontPanel', 'okFrontPanel_WriteToPipeIn', this.dev, hex2dec('80'), 2 * SIZE, data_out);
fprintf('Success %d \n', success_ret);

this.WriteToWireIn(hex2dec('00'), 0, 16, 2 ^ (channel + 1)); % switch to pipe mode
this.WriteToWireIn(hex2dec('00'), 0, 16, 2^16-2); % switch to pipe mode
this.WriteToWireIn(hex2dec('01'), 0, 16, 1); % switch to write mode

persistent buf pv;
Expand Down
Binary file modified OSC1_LITE_Control.bit
Binary file not shown.
4 changes: 2 additions & 2 deletions OSCGUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ function CreatePipePanel(this)
align(cancel_button,'Center','None');

ax1 = axes('units','normalized','Parent',this.pipe_f,'position',[0.045 0.078 0.447 0.447],'Visible','off');
myImage = imread('cus_waveform_inst.jpg');
% myImage = imread('cus_waveform_inst.jpg');
axes(ax1);
imshow(myImage);
% imshow(myImage);
end

function SaveParameterCallback(this, source, eventdata)
Expand Down
15 changes: 9 additions & 6 deletions project_LITE/project_LITE/17.cache/wt/gui_resources.wdf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version:1
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:626173656469616c6f675f63616e63656c:3631:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:626173656469616c6f675f6f6b:3736:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:626173656469616c6f675f63616e63656c:3634:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:626173656469616c6f675f6f6b:3830:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:626173656469616c6f675f796573:31:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:636d646d73676469616c6f675f6d65737361676573:31:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:636d646d73676469616c6f675f6f6b:3138:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:636d646d73676469616c6f675f6f70656e5f6d657373616765735f76696577:32:00:00
Expand All @@ -16,9 +17,9 @@ version:1
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6578707265706f72747472656570616e656c5f6578705f7265706f72745f747265655f7461626c65:32:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:65787072756e7472656570616e656c5f6578705f72756e5f747265655f7461626c65:3133:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6578706c6f72656168656164766965775f6c61756e63685f73656c65637465645f72756e73:31:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:66696c6573657470616e656c5f66696c655f7365745f70616e656c5f74726565:333336:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:666c6f776e6176696761746f727472656570616e656c5f666c6f775f6e6176696761746f725f74726565:313234:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:67657474696e6773746172746564766965775f6f70656e5f70726f6a656374:35:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:66696c6573657470616e656c5f66696c655f7365745f70616e656c5f74726565:333432:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:666c6f776e6176696761746f727472656570616e656c5f666c6f775f6e6176696761746f725f74726565:313237:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:67657474696e6773746172746564766965775f6f70656e5f70726f6a656374:36:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6861636763697073796d626f6c5f73686f775f64697361626c65645f706f727473:34:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:686163676374616262656470616e655f7461626265645f70616e65:33:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:68636f6465656469746f725f636c6f7365:35:00:00
Expand All @@ -29,6 +30,7 @@ version:1
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6d61696e6d656e756d67725f68656c70:32:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6d61696e6d656e756d67725f6f70656e5f726563656e745f66696c65:32:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6d61696e6d656e756d67725f6f70656e5f726563656e745f70726f6a656374:35:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6d657373616765776974686f7074696f6e6469616c6f675f646f6e745f73686f775f746869735f6469616c6f675f616761696e:33:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6d73677472656570616e656c5f6d6573736167655f766965775f74726565:3333:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6d7367766965775f637269746963616c5f7761726e696e6773:34:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:6d7367766965775f696e666f726d6174696f6e5f6d65737361676573:34:00:00
Expand All @@ -41,6 +43,7 @@ version:1
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:7061636f6d6d616e646e616d65735f6175746f5f7570646174655f68696572:3330:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:7061636f6d6d616e646e616d65735f636f70795f6970:31:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:7061636f6d6d616e646e616d65735f637573746f6d697a655f636f7265:31:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:7061636f6d6d616e646e616d65735f6c6f675f77696e646f77:32:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:7061636f6d6d616e646e616d65735f6d6573736167655f77696e646f77:32:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:7061636f6d6d616e646e616d65735f6e65775f69705f6c6f636174696f6e:31:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:7061636f6d6d616e646e616d65735f7061636b616765725f6f70656e5f636f6d706f6e656e74:31:00:00
Expand Down Expand Up @@ -74,4 +77,4 @@ version:1
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:73796e7468657469636167657474696e6773746172746564766965775f726563656e745f70726f6a65637473:3133:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:74636c636f6e736f6c65766965775f74636c5f636f6e736f6c655f636f64655f656469746f72:32:00:00
70726f6a656374:76697661646f5f75736167655c6775695f7265736f7572636573:746f756368706f696e747375727665796469616c6f675f6e6f:31:00:00
eof:488329369
eof:2029989556
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ version:1
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:6e657769706c6f636174696f6e68616e646c6572:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:6e657770726f6a656374:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:6f70656e69707861637466696c65:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:6f70656e70726f6a656374:3130:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:6f70656e70726f6a656374:3131:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:7265637573746f6d697a65636f7265:35:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:72756e62697467656e:3639:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:72756e62697467656e:3731:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:72756e696d706c656d656e746174696f6e:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:72756e6e6f697365616e616c79736973:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:7361766566696c6570726f787968616e646c6572:36:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:7361766570726f6a6563746173:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:73686f77636f6d70617469626c6566616d696c696573:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:73686f7770726f647563746775696465:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:73686f7776696577:3139:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:73686f7776696577:3230:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:74696d696e67636f6e73747261696e747377697a617264:31:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:746f6f6c7373657474696e6773:36:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:757064617465736f7572636566696c6573:33:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:766965777461736b696d706c656d656e746174696f6e:33:00:00
70726f6a656374:76697661646f5f75736167655c6a6176615f636f6d6d616e645f68616e646c657273:766965777461736b73796e746865736973:31:00:00
eof:2885758028
eof:3924594294
4 changes: 2 additions & 2 deletions project_LITE/project_LITE/17.cache/wt/project.wpc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version:1
57656254616c6b5472616e736d697373696f6e417474656d70746564:51
6d6f64655f636f756e7465727c4755494d6f6465:27
57656254616c6b5472616e736d697373696f6e417474656d70746564:52
6d6f64655f636f756e7465727c4755494d6f6465:28
eof:
6 changes: 3 additions & 3 deletions project_LITE/project_LITE/17.cache/wt/synthesis.wdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ version:1
73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d6e6f5f74696d696e675f64726976656e:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00
73796e746865736973:73796e7468657369735c636f6d6d616e645f6c696e655f6f7074696f6e73:2d73666375:64656661756c743a3a5b6e6f745f7370656369666965645d:00:00
73796e746865736973:73796e7468657369735c7573616765:656c6170736564:30303a30313a323273:00:00
73796e746865736973:73796e7468657369735c7573616765:6d656d6f72795f7065616b:3732352e3430324d42:00:00
73796e746865736973:73796e7468657369735c7573616765:6d656d6f72795f6761696e:3434362e3636304d42:00:00
eof:252226903
73796e746865736973:73796e7468657369735c7573616765:6d656d6f72795f7065616b:3732352e3034374d42:00:00
73796e746865736973:73796e7468657369735c7573616765:6d656d6f72795f6761696e:3434352e3836374d42:00:00
eof:389889797
23 changes: 13 additions & 10 deletions project_LITE/project_LITE/17.cache/wt/webtalk_pa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<!--The data in this file is primarily intended for consumption by Xilinx tools.
The structure and the elements are likely to change over the next few releases.
This means code written to parse this file will need to be revisited each subsequent release.-->
<application name="pa" timeStamp="Tue Feb 26 23:47:11 2019">
<application name="pa" timeStamp="Tue Mar 19 18:57:54 2019">
<section name="Project Information" visible="false">
<property name="ProjectID" value="d39f2f6586ee4369a3412fd6b6d0f6bc" type="ProjectID"/>
<property name="ProjectIteration" value="69" type="ProjectIteration"/>
<property name="ProjectIteration" value="71" type="ProjectIteration"/>
</section>
<section name="PlanAhead Usage" visible="true">
<item name="Project Data">
Expand All @@ -26,25 +26,26 @@ This means code written to parse this file will need to be revisited each subseq
<property name="NewIPLocationHandler" value="1" type="JavaHandler"/>
<property name="NewProject" value="1" type="JavaHandler"/>
<property name="OpenIPXACTFile" value="1" type="JavaHandler"/>
<property name="OpenProject" value="10" type="JavaHandler"/>
<property name="OpenProject" value="11" type="JavaHandler"/>
<property name="RecustomizeCore" value="5" type="JavaHandler"/>
<property name="RunBitgen" value="69" type="JavaHandler"/>
<property name="RunBitgen" value="71" type="JavaHandler"/>
<property name="RunImplementation" value="1" type="JavaHandler"/>
<property name="RunNoiseAnalysis" value="1" type="JavaHandler"/>
<property name="SaveFileProxyHandler" value="6" type="JavaHandler"/>
<property name="SaveProjectAs" value="1" type="JavaHandler"/>
<property name="ShowCompatibleFamilies" value="1" type="JavaHandler"/>
<property name="ShowProductGuide" value="1" type="JavaHandler"/>
<property name="ShowView" value="19" type="JavaHandler"/>
<property name="ShowView" value="20" type="JavaHandler"/>
<property name="TimingConstraintsWizard" value="1" type="JavaHandler"/>
<property name="ToolsSettings" value="6" type="JavaHandler"/>
<property name="UpdateSourceFiles" value="3" type="JavaHandler"/>
<property name="ViewTaskImplementation" value="3" type="JavaHandler"/>
<property name="ViewTaskSynthesis" value="1" type="JavaHandler"/>
</item>
<item name="Gui Resources Info">
<property name="BaseDialog_CANCEL" value="61" type="GuiResourceData"/>
<property name="BaseDialog_OK" value="76" type="GuiResourceData"/>
<property name="BaseDialog_CANCEL" value="64" type="GuiResourceData"/>
<property name="BaseDialog_OK" value="80" type="GuiResourceData"/>
<property name="BaseDialog_YES" value="1" type="GuiResourceData"/>
<property name="CmdMsgDialog_MESSAGES" value="1" type="GuiResourceData"/>
<property name="CmdMsgDialog_OK" value="18" type="GuiResourceData"/>
<property name="CmdMsgDialog_OPEN_MESSAGES_VIEW" value="2" type="GuiResourceData"/>
Expand All @@ -60,9 +61,9 @@ This means code written to parse this file will need to be revisited each subseq
<property name="ExpReportTreePanel_EXP_REPORT_TREE_TABLE" value="2" type="GuiResourceData"/>
<property name="ExpRunTreePanel_EXP_RUN_TREE_TABLE" value="13" type="GuiResourceData"/>
<property name="ExploreAheadView_LAUNCH_SELECTED_RUNS" value="1" type="GuiResourceData"/>
<property name="FileSetPanel_FILE_SET_PANEL_TREE" value="336" type="GuiResourceData"/>
<property name="FlowNavigatorTreePanel_FLOW_NAVIGATOR_TREE" value="124" type="GuiResourceData"/>
<property name="GettingStartedView_OPEN_PROJECT" value="5" type="GuiResourceData"/>
<property name="FileSetPanel_FILE_SET_PANEL_TREE" value="342" type="GuiResourceData"/>
<property name="FlowNavigatorTreePanel_FLOW_NAVIGATOR_TREE" value="127" type="GuiResourceData"/>
<property name="GettingStartedView_OPEN_PROJECT" value="6" type="GuiResourceData"/>
<property name="HACGCIPSymbol_SHOW_DISABLED_PORTS" value="4" type="GuiResourceData"/>
<property name="HACGCTabbedPane_TABBED_PANE" value="3" type="GuiResourceData"/>
<property name="HCodeEditor_CLOSE" value="5" type="GuiResourceData"/>
Expand All @@ -73,6 +74,7 @@ This means code written to parse this file will need to be revisited each subseq
<property name="MainMenuMgr_HELP" value="2" type="GuiResourceData"/>
<property name="MainMenuMgr_OPEN_RECENT_FILE" value="2" type="GuiResourceData"/>
<property name="MainMenuMgr_OPEN_RECENT_PROJECT" value="5" type="GuiResourceData"/>
<property name="MessageWithOptionDialog_DONT_SHOW_THIS_DIALOG_AGAIN" value="3" type="GuiResourceData"/>
<property name="MsgTreePanel_MESSAGE_VIEW_TREE" value="33" type="GuiResourceData"/>
<property name="MsgView_CRITICAL_WARNINGS" value="4" type="GuiResourceData"/>
<property name="MsgView_INFORMATION_MESSAGES" value="4" type="GuiResourceData"/>
Expand All @@ -85,6 +87,7 @@ This means code written to parse this file will need to be revisited each subseq
<property name="PACommandNames_AUTO_UPDATE_HIER" value="30" type="GuiResourceData"/>
<property name="PACommandNames_COPY_IP" value="1" type="GuiResourceData"/>
<property name="PACommandNames_CUSTOMIZE_CORE" value="1" type="GuiResourceData"/>
<property name="PACommandNames_LOG_WINDOW" value="2" type="GuiResourceData"/>
<property name="PACommandNames_MESSAGE_WINDOW" value="2" type="GuiResourceData"/>
<property name="PACommandNames_NEW_IP_LOCATION" value="1" type="GuiResourceData"/>
<property name="PACommandNames_PACKAGER_OPEN_COMPONENT" value="1" type="GuiResourceData"/>
Expand Down
8 changes: 8 additions & 0 deletions project_LITE/project_LITE/17.runs/.jobs/vrs_config_59.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<Runs Version="1" Minor="0">
<Run Id="synth_1" LaunchDir="C:/Users/yoongroup/Documents/Adam/vivado/project_LITE/project_LITE/17.runs/synth_1" FlowId="Vivado_Synthesis" FromStepId="vivado" ToStepId="vivado"/>
<Run Id="impl_1" LaunchDir="C:/Users/yoongroup/Documents/Adam/vivado/project_LITE/project_LITE/17.runs/impl_1" FlowId="Vivado_Implementation" FromStepId="init_design" ToStepId="write_bitstream">
<Parent Id="synth_1"/>
</Run>
</Runs>

8 changes: 8 additions & 0 deletions project_LITE/project_LITE/17.runs/.jobs/vrs_config_60.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<Runs Version="1" Minor="0">
<Run Id="synth_1" LaunchDir="C:/Users/yoongroup/Documents/Adam/vivado/project_LITE/project_LITE/17.runs/synth_1" FlowId="Vivado_Synthesis" FromStepId="vivado" ToStepId="vivado"/>
<Run Id="impl_1" LaunchDir="C:/Users/yoongroup/Documents/Adam/vivado/project_LITE/project_LITE/17.runs/impl_1" FlowId="Vivado_Implementation" FromStepId="init_design" ToStepId="write_bitstream">
<Parent Id="synth_1"/>
</Run>
</Runs>

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ProcessHandle Version="1" Minor="0">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="46356">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="44628">
</Process>
</ProcessHandle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ProcessHandle Version="1" Minor="0">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="46356">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="44628">
</Process>
</ProcessHandle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ProcessHandle Version="1" Minor="0">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="46356">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="44628">
</Process>
</ProcessHandle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ProcessHandle Version="1" Minor="0">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="46356">
<Process Command=".planAhead." Owner="yoongroup" Host="EECS-TOYODA" Pid="44628">
</Process>
</ProcessHandle>
Loading

0 comments on commit 7021cc5

Please sign in to comment.