CombinedText
stringlengths
4
3.42M
with LV_Conf; use LV_Conf; with Lv; use Lv; with Lv.Area; with Lv.Objx; use Lv.Objx; with Lv.Objx.Cont; with Lv.Objx.Tabview; with Lv.Objx.Page; with Lv.Objx.Btn; with Lv.Objx.Btnm; with Lv.Objx.Label; with Lv.Objx.Switch; with Lv.Objx.Bar; with Lv.Objx.Slider; with Lv.Objx.Line; with Lv.Objx.Textarea; with Lv.Objx.Checkbox; with Lv.Objx.Ddlist; with Lv.Objx.List; with Lv.Objx.Roller; with Lv.Objx.Chart; with Lv.Objx.Gauge; with Lv.Objx.Arc; with Lv.Objx.Keyboard; with Lv.Objx.Preload; with Lv.Objx.Win; with Lv.Objx.Lmeter; with Lv.Objx.Led; with Lv.Objx.Calendar; with Lv.Objx.Mbox; with Interfaces.C.Strings; use Interfaces.C.Strings; with Lv.Color; with Lv.Theme; with Lv.Font; package body Test_Theme_1 is use type Int16_T; subtype C is Character; SYMBOL_AUDIO : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#80#); SYMBOL_VIDEO : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#81#); SYMBOL_LIST : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#82#); pragma Unreferenced (SYMBOL_LIST); SYMBOL_OK : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#83#); SYMBOL_CLOSE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#84#); SYMBOL_POWER : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#85#); pragma Unreferenced (SYMBOL_POWER); SYMBOL_SETTINGS : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#86#); pragma Unreferenced (SYMBOL_SETTINGS); SYMBOL_TRASH : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#87#); pragma Unreferenced (SYMBOL_TRASH); SYMBOL_HOME : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#88#); pragma Unreferenced (SYMBOL_HOME); SYMBOL_DOWNLOAD : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#89#); pragma Unreferenced (SYMBOL_DOWNLOAD); SYMBOL_DRIVE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#8A#); pragma Unreferenced (SYMBOL_DRIVE); SYMBOL_REFRESH : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#8B#); pragma Unreferenced (SYMBOL_REFRESH); SYMBOL_MUTE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#8C#); pragma Unreferenced (SYMBOL_MUTE); SYMBOL_VOLUME_MID : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#8D#); pragma Unreferenced (SYMBOL_VOLUME_MID); SYMBOL_VOLUME_MAX : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#8E#); pragma Unreferenced (SYMBOL_VOLUME_MAX); SYMBOL_IMAGE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#8F#); pragma Unreferenced (SYMBOL_IMAGE); SYMBOL_EDIT : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#90#); SYMBOL_PREV : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#91#); pragma Unreferenced (SYMBOL_PREV); SYMBOL_PLAY : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#92#); pragma Unreferenced (SYMBOL_PLAY); SYMBOL_PAUSE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#93#); pragma Unreferenced (SYMBOL_PAUSE); SYMBOL_STOP : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#94#); pragma Unreferenced (SYMBOL_STOP); SYMBOL_NEXT : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#95#); pragma Unreferenced (SYMBOL_NEXT); SYMBOL_EJECT : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#96#); pragma Unreferenced (SYMBOL_EJECT); SYMBOL_LEFT : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#97#); pragma Unreferenced (SYMBOL_LEFT); SYMBOL_RIGHT : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#98#); pragma Unreferenced (SYMBOL_RIGHT); SYMBOL_PLUS : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#99#); pragma Unreferenced (SYMBOL_PLUS); SYMBOL_MINUS : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#9A#); pragma Unreferenced (SYMBOL_MINUS); SYMBOL_WARNING : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#9B#); pragma Unreferenced (SYMBOL_WARNING); SYMBOL_SHUFFLE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#9C#); pragma Unreferenced (SYMBOL_SHUFFLE); SYMBOL_UP : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#9D#); pragma Unreferenced (SYMBOL_UP); SYMBOL_DOWN : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#9E#); SYMBOL_LOOP : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#9F#); pragma Unreferenced (SYMBOL_LOOP); SYMBOL_DIRECTORY : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A0#); pragma Unreferenced (SYMBOL_DIRECTORY); SYMBOL_UPLOAD : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A1#); pragma Unreferenced (SYMBOL_UPLOAD); SYMBOL_CALL : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A2#); SYMBOL_CUT : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A3#); SYMBOL_COPY : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A4#); SYMBOL_SAVE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A5#); pragma Unreferenced (SYMBOL_SAVE); SYMBOL_CHARGE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A6#); pragma Unreferenced (SYMBOL_CHARGE); SYMBOL_BELL : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A7#); SYMBOL_KEYBOARD : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A8#); pragma Unreferenced (SYMBOL_KEYBOARD); SYMBOL_GPS : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#A9#); SYMBOL_FILE : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#AA#); SYMBOL_WIFI : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#AB#); SYMBOL_BATTERY_FUL : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#AC#); pragma Unreferenced (SYMBOL_BATTERY_FUL); SYMBOL_BATTERY_3 : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#AD#); pragma Unreferenced (SYMBOL_BATTERY_3); SYMBOL_BATTERY_2 : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#AE#); pragma Unreferenced (SYMBOL_BATTERY_2); SYMBOL_BATTERY_1 : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#AF#); pragma Unreferenced (SYMBOL_BATTERY_1); SYMBOL_BATTERY_EMP : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#B0#); pragma Unreferenced (SYMBOL_BATTERY_EMP); SYMBOL_BLUETOOTH : constant String := C'Val (16#EF#) & C'Val (16#A0#) & C'Val (16#B1#); pragma Unreferenced (SYMBOL_BLUETOOTH); Btnm_Str : aliased constant String_Array := (New_String ("1"), New_String ("2"), New_String ("3"), New_String (SYMBOL_OK), New_String (SYMBOL_CLOSE), New_String ("")); Points : aliased constant Lv.Area.Point_Array := ((0, 0), (LV_HOR_RES / 5, 0)) with Convention => C; Theme_Roller : Roller.Instance; procedure Create_Theme_Tab (Parent : Page.Instance); procedure Create_Tab1 (Parent : Page.Instance); procedure Create_Tab2 (Parent : Page.Instance); procedure Create_Tab3 (Parent : Page.Instance); procedure Init_Themes (Hue : Lv.Theme.Hue_T); function Roller_Action (Arg1 : Obj_T) return Res_T with Convention => C; function Slider_Action (Arg1 : Obj_T) return Res_T with Convention => C; procedure Init_Themes (Hue : Lv.Theme.Hue_T) is Unused : Lv.Theme.Theme; begin Unused := Lv.Theme.Default_Init (Hue, Lv.Font.No_Font); Unused := Lv.Theme.Material_Init (Hue, Lv.Font.No_Font); Unused := Lv.Theme.Mono_Init (Hue, Lv.Font.No_Font); Unused := Lv.Theme.Alien_Init (Hue, Lv.Font.No_Font); Unused := Lv.Theme.Nemo_Init (Hue, Lv.Font.No_Font); Unused := Lv.Theme.Night_Init (Hue, Lv.Font.No_Font); Unused := Lv.Theme.Zen_Init (Hue, Lv.Font.No_Font); end Init_Themes; function Roller_Action (Arg1 : Obj_T) return Res_T is begin case Roller.Selected (Arg1) is when 0 => Lv.Theme.Set_Current (Lv.Theme.Get_Default); when 1 => Lv.Theme.Set_Current (Lv.Theme.Get_Material); when 2 => Lv.Theme.Set_Current (Lv.Theme.Get_Mono); when 3 => Lv.Theme.Set_Current (Lv.Theme.Get_Alien); when 4 => Lv.Theme.Set_Current (Lv.Theme.Get_Night); when 5 => Lv.Theme.Set_Current (Lv.Theme.Get_Zen); when others => Lv.Theme.Set_Current (Lv.Theme.Get_Nemo); end case; return Res_Ok; end Roller_Action; function Slider_Action (Arg1 : Obj_T) return Res_T is begin Init_Themes (Uint16_T (Slider.Value (Arg1))); return Roller_Action (Theme_Roller); end Slider_Action; procedure Create_Theme_Tab (Parent : Page.Instance) is TH : constant Theme.Theme := Theme.Get_Current; pragma Unreferenced (TH); Slide : Slider.Instance; begin Page.Set_Scrl_Layout (Parent, Cont.Layout_Pretty); Theme_Roller := Roller.Create (Parent, No_Obj); Roller.Set_Options (Theme_Roller, New_String ("Default" & ASCII.LF & "Material" & ASCII.LF & "Mono" & ASCII.LF & "Alien" & ASCII.LF & "Night" & ASCII.LF & "Zen" & ASCII.LF & "Nemo")); Roller.Set_Selected (Theme_Roller, 4, 0); Roller.Set_Visible_Row_Count (Theme_Roller, 3); Roller.Set_Action (Theme_Roller, Roller_Action'Access); Slide := Slider.Create (Parent, No_Obj); Slider.Set_Action (Slide, Slider_Action'Access); Slider.Set_Range (Slide, 0, 360); Slider.Set_Value (Slide, 70); end Create_Theme_Tab; procedure Create_Tab1 (Parent : Page.Instance) is TH : constant Theme.Theme := Theme.Get_Current; pragma Unreferenced (TH); H : Cont.Instance; B : Btn.Instance; Lab : Label.Instance; BM : Btnm.Instance; Sw_H : Cont.Instance; S : Switch.Instance; Ba : Bar.Instance; Slide : Slider.Instance; L : Line.Instance; TA : Textarea.Instance; Check : Checkbox.Instance; Drop : Ddlist.Instance; Lst : List.Instance; L_Btn : Btn.Instance; Rol : Roller.Instance; begin Page.Set_Scrl_Layout (Parent, Cont.Layout_Pretty); H := Cont.Create (Parent, No_Obj); Set_Click (H, 0); Cont.Set_Fit (H, 1, 1); Cont.Set_Layout (H, Cont.Layout_Col_M); B := Btn.Create (H, No_Obj); Btn.Set_Fit (B, 1, 1); Set_Click (B, 0); Label.Set_Text (Label.Create (B, No_Obj), New_String ("Button")); B := Btn.Create (H, No_Obj); Btn.Set_Fit (B, 1, 1); Btn.Set_Toggle (B, 1); Label.Set_Text (Label.Create (B, No_Obj), New_String ("Toggle")); B := Btn.Create (H, No_Obj); Btn.Toggle (B); Label.Set_Text (Label.Create (B, No_Obj), New_String ("Toggled")); B := Btn.Create (H, No_Obj); Btn.Set_State (B, Btn.State_Ina); Label.Set_Text (Label.Create (B, No_Obj), New_String ("Inactive")); Lab := Label.Create (H, No_Obj); Label.Set_Text (Lab, New_String ("Primary")); -- FIXME: Style Lab := Label.Create (H, No_Obj); Label.Set_Text (Lab, New_String ("Secondary")); -- FIXME: Style Lab := Label.Create (H, No_Obj); Label.Set_Text (Lab, New_String ("Hint")); -- FIXME: Style BM := Btnm.Create (H, No_Obj); Set_Size (BM, LV_HOR_RES / 4, 2 * LV_DPI / 3); Btnm.Set_Map (BM, Btnm_Str'Access); Btnm.Set_Toggle (BM, 1, 3); H := Cont.Create (Parent, H); Sw_H := Cont.Create (H, No_Obj); Cont.Set_Fit (Sw_H, 0, 1); Set_Width (Sw_H, LV_HOR_RES / 4); Cont.Set_Layout (Sw_H, Cont.Layout_Pretty); S := Switch.Create (Sw_H, No_Obj); Switch.Off (S); S := Switch.Create (Sw_H, No_Obj); Switch.On (S); -- FIXME: anim Ba := Bar.Create (H, No_Obj); Bar.Set_Value (Ba, 70); Slide := Slider.Create (H, No_Obj); Slider.Set_Value (Slide, 70); L := Line.Create (H, No_Obj); Line.Set_Points (L, Points'Access, 2); -- FIXME: style TA := Textarea.Create (H, No_Obj); -- FIXME: style Textarea.Set_Text (TA, New_String ("Some text")); Textarea.Set_One_Line (TA, 1); Check := Checkbox.Create (H, No_Obj); Check := Checkbox.Create (H, Check); Btn.Set_State (Check, Btn.State_Tgl_Rel); Drop := Ddlist.Create (H, No_Obj); Ddlist.Open (Drop, 0); Ddlist.Set_Selected (Drop, 1); H := Cont.Create (Parent, H); Lst := List.Create (H, No_Obj); L_Btn := List.Add (Lst, SYMBOL_GPS'Address, New_String ("GPS"), null); Set_Size (L_Btn, LV_HOR_RES / 4, LV_VER_RES / 2); Btn.Set_Toggle (L_Btn, 1); L_Btn := List.Add (Lst, SYMBOL_WIFI'Address, New_String ("WiFi"), null); L_Btn := List.Add (Lst, SYMBOL_GPS'Address, New_String ("GPS"), null); L_Btn := List.Add (Lst, SYMBOL_AUDIO'Address, New_String ("Audio"), null); L_Btn := List.Add (Lst, SYMBOL_VIDEO'Address, New_String ("Video"), null); L_Btn := List.Add (Lst, SYMBOL_CALL'Address, New_String ("Call"), null); L_Btn := List.Add (Lst, SYMBOL_BELL'Address, New_String ("Bell"), null); L_Btn := List.Add (Lst, SYMBOL_FILE'Address, New_String ("File"), null); L_Btn := List.Add (Lst, SYMBOL_EDIT'Address, New_String ("Edit"), null); L_Btn := List.Add (Lst, SYMBOL_CUT'Address, New_String ("Cut"), null); L_Btn := List.Add (Lst, SYMBOL_COPY'Address, New_String ("Copy"), null); Rol := Roller.Create (H, No_Obj); Roller.Set_Options (Rol, New_String ("Monday" & ASCII.LF & "Tuesday" & ASCII.LF & "Wednesday" & ASCII.LF & "Thursday" & ASCII.LF & "Friday" & ASCII.LF & "Saturday" & ASCII.LF & "Sunday")); Roller.Set_Selected (Rol, 1, 0); Roller.Set_Visible_Row_Count (Rol, 3); end Create_Tab1; procedure Create_Tab2 (Parent : Page.Instance) is W : constant Lv.Area.Coord_T := Page.Scrl_Width (Parent); Ch : Chart.Instance; S1 : Chart.Series; G : Gauge.Instance; A : Arc.Instance; TA : Textarea.Instance; KB : Keyboard.Instance; LD : Preload.Instance; begin Ch := Chart.Create (Parent, No_Obj); Set_Size (Ch, W / 3, LV_VER_RES / 3); Set_Pos (Ch, LV_DPI / 10, LV_DPI / 10); S1 := Chart.Add_Series (Ch, Lv.Color.Color_Red); Chart.Set_Next (Ch, S1, 30); Chart.Set_Next (Ch, S1, 20); Chart.Set_Next (Ch, S1, 10); Chart.Set_Next (Ch, S1, 12); Chart.Set_Next (Ch, S1, 20); Chart.Set_Next (Ch, S1, 27); Chart.Set_Next (Ch, S1, 35); Chart.Set_Next (Ch, S1, 55); Chart.Set_Next (Ch, S1, 70); Chart.Set_Next (Ch, S1, 75); G := Gauge.Create (Parent, No_Obj); Gauge.Set_Value (G, 0, 40); Set_Size (G, W / 4, W / 4); Align (G, Ch, Align_Out_Bottom_Left, 0, LV_DPI / 4); A := Arc.Create (Parent, No_Obj); Align (A, G, Align_Out_Bottom_Mid, 0, LV_DPI / 8); TA := Textarea.Create (Parent, No_Obj); Set_Size (TA, W / 3, LV_VER_RES / 4); Align (TA, No_Obj, Align_In_Top_Right, -LV_DPI / 10, LV_DPI / 10); Textarea.Set_Cursor_Type (TA, Textarea.Cursor_Block); KB := Keyboard.Create (Parent, No_Obj); Set_Size (KB, 2 * W / 3, LV_VER_RES / 3); Align (KB, TA, Align_Out_Bottom_Right, 0, LV_DPI); Keyboard.Set_Textarea (KB, TA); LD := Preload.Create (Parent, No_Obj); Align (LD, No_Obj, Align_Center, 0, -LV_DPI); end Create_Tab2; function Win_Close_Action (B : Btn.Instance) return Res_T with Convention => C; function Win_Close_Action (B : Btn.Instance) return Res_T is W : constant Win.Instance := Win.From_Btn (B); Unused : Res_T; begin Unused := Del (W); return Res_Inv; end Win_Close_Action; Box_Btn_Map : constant array (Natural range <>) of Interfaces.C.Strings.chars_ptr := (New_String (Character'Val (16#89#) & ""), New_String (Character'Val (16#89#) & "Got it!"), New_String (Character'Val (16#89#) & ""), New_String ("")) with Convention => C; procedure Create_Tab3 (Parent : Page.Instance) is W : Win.Instance; Unused : Btn.Instance; L : Label.Instance; Meter : Lmeter.Instance; LED1, LED2 : Led.Instance; P : Page.Instance; Cal : Calendar.Instance; Highlighted_days : aliased Calendar.Date_Array := ((2018, 5, 5), (2018, 5, 8)); Box : Mbox.Instance; begin -- Create a Window W := Win.Create (Parent, No_Obj); Unused := Win.Add_Btn (W, SYMBOL_CLOSE'Address, Win_Close_Action'Access); Unused := Win.Add_Btn (W, SYMBOL_DOWN'Address, null); Set_Size (W, LV_HOR_RES / 2, LV_VER_RES / 2); Set_Pos (W, LV_DPI / 20, LV_DPI / 20); Set_Top (W, 1); -- Create a Label in the Window L := Label.Create (W, No_Obj); Label.Set_Text (L, New_String ("Label in the Window")); -- Create a Line meter in the Window Meter := Lmeter.Create (W, No_Obj); Align (Meter, L, Align_Out_Bottom_Left, 0, LV_DPI / 2); Lmeter.Set_Value (Meter, 70); -- Create a 2 LEDs in the Window LED1 := Led.Create (W, No_Obj); Align (LED1, Meter, Align_Out_Right_Mid, LV_DPI / 2, 0); Led.On (LED1); LED2 := Led.Create (W, No_Obj); Align (LED2, LED1, Align_Out_Right_Mid, LV_DPI / 2, 0); Led.Off (LED2); -- Create a Page P := Page.Create (Parent, No_Obj); Set_Size (P, LV_HOR_RES / 3, LV_VER_RES / 2); Set_Top (P, 1); Align (P, W, Align_In_Top_Right, LV_DPI, LV_DPI); L := Label.Create (P, No_Obj); Label.Set_Text (L, New_String ("Lorem ipsum dolor sit amet, repudiare voluptatibus pri cu." & ASCII.CR & "Ei mundi pertinax posidonium eum, cum tempor maiorum at," & ASCII.CR & "mea fuisset assentior ad. Usu cu suas civibus iudicabit." & ASCII.CR & "Eum eu congue tempor facilisi. Tale hinc unum te vim." & ASCII.CR & "Te cum populo animal eruditi, labitur inciderint at nec.\n" & ASCII.CR & "Eius corpora et quo. Everti voluptaria instructior est id," & ASCII.CR & "vel in falli primis. Mea ei porro essent admodum," & ASCII.CR & "his ei malis quodsi, te quis aeterno his." & ASCII.CR & "Qui tritani recusabo reprehendunt ne," & ASCII.CR & "per duis explicari at. Simul mediocritatem mei et.")); Page.Set_Scrl_Fit (P, 1, 1); -- Create a Calendar Cal := Calendar.Create (Parent, No_Obj); Set_Size (Cal, 5 * LV_DPI / 2, 5 * LV_DPI / 2); Align (Cal, P, Align_Out_Right_Top, -LV_DPI / 2, LV_DPI / 3); Set_Top (Cal, 1); Calendar.Set_Highlighted_Dates (Cal, Highlighted_days'Access, 2); Calendar.Set_Today_Date (Cal, Highlighted_days (0)'Access); Calendar.Set_Showed_Date (Cal, Highlighted_days (0)'Access); Box := Mbox.Create (Parent, No_Obj); Mbox.Set_Text (Box, New_String ("Click on the window or the page to bring it to the foreground")); Mbox.Add_Btns (Box, Box_Btn_Map'Address, null); Set_Top (Box, 1); end Create_Tab3; procedure Init is Scr : Cont.Instance; TV : Tabview.Instance; Theme_Tab : Page.Instance; Tab1 : Page.Instance; Tab2 : Page.Instance; Tab3 : Page.Instance; begin Init_Themes (220); Lv.Theme.Set_Current (Lv.Theme.Get_Night); Scr := Cont.Create (No_Obj, No_Obj); Scr_Load (Scr); -- Cont.set_style (Scr, T.bg); TV := Tabview.Create (Scr, No_Obj); Set_Size (TV, LV_HOR_RES, LV_VER_RES); Theme_Tab := Tabview.Add_Tab (TV, New_String ("Theme")); Tab1 := Tabview.Add_Tab (TV, New_String ("Tab1")); Tab2 := Tabview.Add_Tab (TV, New_String ("Tab2")); Tab3 := Tabview.Add_Tab (TV, New_String ("Tab3")); Create_Theme_Tab (Theme_Tab); Create_Tab1 (Tab1); Create_Tab2 (Tab2); Create_Tab3 (Tab3); end Init; end Test_Theme_1;
pragma License (Unrestricted); -- implementation unit specialized for Darwin with C; function System.Environment_Block return C.char_ptr_ptr; pragma Preelaborate (System.Environment_Block); pragma Inline (System.Environment_Block);
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- SYSTEM.TASKING.PROTECTED_OBJECTS.SINGLE_ENTRY -- -- -- -- S p e c -- -- -- -- Copyright (C) 1998-2021, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- ------------------------------------------------------------------------------ -- This package provides an optimized version of Protected_Objects.Operations -- and Protected_Objects.Entries making the following assumptions: -- PO have only one entry -- There is only one caller at a time (No_Entry_Queue) -- There is no dynamic priority support (No_Dynamic_Priorities) -- No Abort Statements -- (No_Abort_Statements, Max_Asynchronous_Select_Nesting => 0) -- PO are at library level -- None of the tasks will terminate (no need for finalization) -- No timed or conditional entry calls -- No exception handlers allowed -- This interface is intended to be used in the Ravenscar profile, the -- compiler is responsible for ensuring that the conditions mentioned above -- are respected, except for the No_Entry_Queue restriction that is checked -- dynamically in this package, since the check cannot be performed at compile -- time, and is relatively cheap (see body). -- This package is part of the high level tasking interface used by the -- compiler to expand Ada 95 tasking constructs into simpler run time calls -- (aka GNARLI, GNU Ada Run-time Library Interface) -- Note: the compiler generates direct calls to this interface, via Rtsfind. -- Any changes to this interface may require corresponding compiler changes -- in exp_ch9.adb and possibly exp_ch7.adb package System.Tasking.Protected_Objects.Single_Entry is pragma Elaborate_Body; --------------------------------- -- Compiler Interface (GNARLI) -- --------------------------------- -- The compiler will expand in the GNAT tree the following construct: -- protected PO is -- entry E; -- procedure P; -- private -- Open : Boolean := False; -- end PO; -- protected body PO is -- entry E when Open is -- ...variable declarations... -- begin -- ...B... -- end E; -- procedure P is -- ...variable declarations... -- begin -- ...C... -- end P; -- end PO; -- as follows: -- protected type poT is -- entry e; -- procedure p; -- private -- open : boolean := false; -- end poT; -- type poTV is limited record -- open : boolean := false; -- _object : aliased protection_entry; -- end record; -- procedure poPT__E1s (O : address; P : address; E : -- protected_entry_index); -- function poPT__B2s (O : address; E : protected_entry_index) return -- boolean; -- procedure poPT__pN (_object : in out poTV); -- procedure poPT__pP (_object : in out poTV); -- poTA : aliased entry_body := ( -- barrier => poPT__B2s'unrestricted_access, -- action => poPT__E1s'unrestricted_access); -- freeze poTV [ -- procedure poTVIP (_init : in out poTV) is -- begin -- _init.open := false; -- object-init-proc (_init._object); -- initialize_protection_entry (_init._object'unchecked_access, -- unspecified_priority, _init'address, poTA' -- unrestricted_access); -- return; -- end poTVIP; -- ] -- po : poT; -- poTVIP (poTV!(po)); -- function poPT__B2s (O : address; E : protected_entry_index) return -- boolean is -- type poTVP is access poTV; -- _object : poTVP := poTVP!(O); -- poR : protection_entry renames _object._object; -- openP : boolean renames _object.open; -- begin -- return open; -- end poPT__B2s; -- procedure poPT__E1s (O : address; P : address; E : -- protected_entry_index) is -- type poTVP is access poTV; -- _object : poTVP := poTVP!(O); -- begin -- B1b : declare -- poR : protection_entry renames _object._object; -- openP : boolean renames _object.open; -- ...variable declarations... -- begin -- ...B... -- end B1b; -- return; -- end poPT__E1s; -- procedure poPT__pN (_object : in out poTV) is -- poR : protection_entry renames _object._object; -- openP : boolean renames _object.open; -- ...variable declarations... -- begin -- ...C... -- return; -- end poPT__pN; -- procedure poPT__pP (_object : in out poTV) is -- procedure _clean is -- begin -- service_entry (_object._object'unchecked_access); -- return; -- end _clean; -- begin -- lock_entry (_object._object'unchecked_access); -- B5b : begin -- poPT__pN (_object); -- at end -- _clean; -- end B5b; -- return; -- end poPT__pP; type Protection_Entry is limited private; -- This type contains the GNARL state of a protected object. The -- application-defined portion of the state (i.e. private objects) -- is maintained by the compiler-generated code. type Protection_Entry_Access is access all Protection_Entry; type Entry_Body_Access is access constant Entry_Body; -- Access to barrier and action function of an entry procedure Initialize_Protection_Entry (Object : Protection_Entry_Access; Ceiling_Priority : Integer; Compiler_Info : System.Address; Entry_Body : Entry_Body_Access); -- Initialize the Object parameter so that it can be used by the run time -- to keep track of the runtime state of a protected object. procedure Lock_Entry (Object : Protection_Entry_Access); -- Lock a protected object for write access. Upon return, the caller -- owns the lock to this object, and no other call to Lock with the same -- argument will return until the corresponding call to Unlock has been -- made by the caller. procedure Unlock_Entry (Object : Protection_Entry_Access); -- Relinquish ownership of the lock for the object represented by -- the Object parameter. One of the tasks waiting on this lock (if any) -- will be given the lock and allowed to return from the Lock call. procedure Service_Entry (Object : Protection_Entry_Access); -- Service the entry queue of the specified object, executing the -- corresponding body of any queued entry call that is waiting on True -- barrier. This is used when the state of a protected object may have -- changed, in particular after the execution of the statement sequence -- of a protected procedure. This procedure must be called with abort -- deferred and with the corresponding object locked. Object is unlocked -- on return. procedure Protected_Single_Entry_Call (Object : Protection_Entry_Access; Uninterpreted_Data : System.Address); -- Make a protected entry call to the specified object. Pends a protected -- entry call on the protected object represented by Object. A pended call -- is not queued; it may be executed immediately or queued, depending on -- the state of the entry barrier. -- -- Uninterpreted_Data -- This will be returned by Next_Entry_Call when this call is serviced. -- It can be used by the compiler to pass information between the -- caller and the server, in particular entry parameters. function Protected_Count_Entry (Object : Protection_Entry) return Natural; -- Return the number of entry calls on Object (0 or 1) function Protected_Single_Entry_Caller (Object : Protection_Entry) return Task_Id; -- Return value of E'Caller, where E is the protected entry currently being -- handled. This will only work if called from within an entry body, as -- required by the LRM (C.7.1(14)). private type Protection_Entry is record Common : aliased Protection; -- State of the protected object. This part is common to any protected -- object, including those without entries. Compiler_Info : System.Address; -- Pointer to compiler-generated record representing protected object Call_In_Progress : Entry_Call_Link; -- Pointer to the entry call being executed (if any) Entry_Body : Entry_Body_Access; -- Pointer to the executable code for entry body of the protected type Entry_Queue : Entry_Call_Link; -- Place to store the waiting entry call (if any) end record; pragma Suppress_Initialization (Protection_Entry); end System.Tasking.Protected_Objects.Single_Entry;
---------------------------------------------------------------- -- ZLib for Ada thick binding. -- -- -- -- Copyright (C) 2002-2003 Dmitriy Anisimkov -- -- -- -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- -- Continuous test for ZLib multithreading. If the test is fail -- Wou should provide thread safe allocation routines for the Z_Stream. -- -- $Id: mtest.adb,v 1.2 2003/08/12 12:11:05 vagul Exp $ with ZLib; with Ada.Streams; with Ada.Numerics.Discrete_Random; with Ada.Text_IO; with Ada.Exceptions; with Ada.Task_Identification; procedure MTest is use Ada.Streams; use ZLib; Stop : Boolean := False; pragma Atomic (Stop); subtype Visible_Symbols is Stream_Element range 16#20# .. 16#7E#; package Random_Elements is new Ada.Numerics.Discrete_Random (Visible_Symbols); task type Test_Task; task body Test_Task is Buffer : Stream_Element_Array (1 .. 100_000); Gen : Random_Elements.Generator; Buffer_First : Stream_Element_Offset; Compare_First : Stream_Element_Offset; Deflate : Filter_Type; Inflate : Filter_Type; procedure Further (Item : in Stream_Element_Array); procedure Read_Buffer (Item : out Ada.Streams.Stream_Element_Array; Last : out Ada.Streams.Stream_Element_Offset); ------------- -- Further -- ------------- procedure Further (Item : in Stream_Element_Array) is procedure Compare (Item : in Stream_Element_Array); ------------- -- Compare -- ------------- procedure Compare (Item : in Stream_Element_Array) is Next_First : Stream_Element_Offset := Compare_First + Item'Length; begin if Buffer (Compare_First .. Next_First - 1) /= Item then raise Program_Error; end if; Compare_First := Next_First; end Compare; procedure Compare_Write is new ZLib.Write (Write => Compare); begin Compare_Write (Inflate, Item, No_Flush); end Further; ----------------- -- Read_Buffer -- ----------------- procedure Read_Buffer (Item : out Ada.Streams.Stream_Element_Array; Last : out Ada.Streams.Stream_Element_Offset) is Buff_Diff : Stream_Element_Offset := Buffer'Last - Buffer_First; Next_First : Stream_Element_Offset; begin if Item'Length <= Buff_Diff then Last := Item'Last; Next_First := Buffer_First + Item'Length; Item := Buffer (Buffer_First .. Next_First - 1); Buffer_First := Next_First; else Last := Item'First + Buff_Diff; Item (Item'First .. Last) := Buffer (Buffer_First .. Buffer'Last); Buffer_First := Buffer'Last + 1; end if; end Read_Buffer; procedure Translate is new Generic_Translate (Data_In => Read_Buffer, Data_Out => Further); begin Random_Elements.Reset (Gen); Buffer := (others => 20); Main : loop for J in Buffer'Range loop Buffer (J) := Random_Elements.Random (Gen); Deflate_Init (Deflate); Inflate_Init (Inflate); Buffer_First := Buffer'First; Compare_First := Buffer'First; Translate (Deflate); if Compare_First /= Buffer'Last + 1 then raise Program_Error; end if; Ada.Text_IO.Put_Line (Ada.Task_Identification.Image (Ada.Task_Identification.Current_Task) & Stream_Element_Offset'Image (J) & ZLib.Count'Image (Total_Out (Deflate))); Close (Deflate); Close (Inflate); exit Main when Stop; end loop; end loop Main; exception when E : others => Ada.Text_IO.Put_Line (Ada.Exceptions.Exception_Information (E)); Stop := True; end Test_Task; Test : array (1 .. 4) of Test_Task; pragma Unreferenced (Test); begin null; end MTest;
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- E R R U T I L -- -- -- -- S p e c -- -- -- -- Copyright (C) 2002-2009, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING3. If not, go to -- -- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package contains routines to output error messages and the -- corresponding instantiation of Styleg, suitable to instantiate Scng. -- It is not dependent on the GNAT tree packages (Atree, Sinfo, ...) -- It uses the same global variables as Errout, located in package -- Err_Vars. Like Errout, it also uses the common variables and routines -- in package Erroutc. -- This package is used by the preprocessor (gprep.adb) and the project -- manager (prj-err.ads). with Styleg; with Types; use Types; package Errutil is --------------------------------------------------------- -- Error Message Text and Message Insertion Characters -- --------------------------------------------------------- -- Error message text strings are composed of lower case letters, digits -- and the special characters space, comma, period, colon and semicolon, -- apostrophe and parentheses. Special insertion characters can also -- appear which cause the error message circuit to modify the given -- string. For a full list of these, see the spec of errout. ----------------------------------------------------- -- Format of Messages and Manual Quotation Control -- ----------------------------------------------------- -- Messages are generally all in lower case, except for inserted names -- and appear in one of the following two forms: -- error: text -- warning: text -- The prefixes error and warning are supplied automatically (depending -- on the use of the ? insertion character), and the call to the error -- message routine supplies the text. The "error: " prefix is omitted -- in brief error message formats. -- Reserved keywords in the message are in the default keyword case -- (determined from the given source program), surrounded by quotation -- marks. This is achieved by spelling the reserved word in upper case -- letters, which is recognized as a request for insertion of quotation -- marks by the error text processor. Thus for example: -- Error_Msg_AP ("IS expected"); -- would result in the output of one of the following: -- error: "is" expected -- error: "IS" expected -- error: "Is" expected -- the choice between these being made by looking at the casing convention -- used for keywords (actually the first compilation unit keyword) in the -- source file. -- In the case of names, the default mode for the error text processor -- is to surround the name by quotation marks automatically. The case -- used for the identifier names is taken from the source program where -- possible, and otherwise is the default casing convention taken from -- the source file usage. -- In some cases, better control over the placement of quote marks is -- required. This is achieved using manual quotation mode. In this mode, -- one or more insertion sequences is surrounded by backquote characters. -- The backquote characters are output as double quote marks, and normal -- automatic insertion of quotes is suppressed between the double quotes. -- For example: -- Error_Msg_AP ("`END &;` expected"); -- generates a message like -- error: "end Open_Scope;" expected -- where the node specifying the name Open_Scope has been stored in -- Error_Msg_Node_1 prior to the call. The great majority of error -- messages operates in normal quotation mode. -- Note: the normal automatic insertion of spaces before insertion -- sequences (such as those that come from & and %) is suppressed in -- manual quotation mode, so blanks, if needed as in the above example, -- must be explicitly present. ------------------------------ -- Error Output Subprograms -- ------------------------------ procedure Initialize; -- Initializes for output of error messages. Must be called for each -- file before using any of the other routines in the package. procedure Finalize (Source_Type : String := "project"); -- Finalize processing of error messages for one file and output message -- indicating the number of detected errors. -- Source_Type is used in verbose mode to indicate the type of the source -- being parsed (project file, definition file or input file for the -- preprocessor). procedure Error_Msg (Msg : String; Flag_Location : Source_Ptr); -- Output a message at specified location procedure Error_Msg_S (Msg : String); -- Output a message at current scan pointer location procedure Error_Msg_SC (Msg : String); -- Output a message at the start of the current token, unless we are at -- the end of file, in which case we always output the message after the -- last real token in the file. procedure Error_Msg_SP (Msg : String); -- Output a message at the start of the previous token procedure Set_Ignore_Errors (To : Boolean); -- Indicate, when To = True, that all reported errors should -- be ignored. By default reported errors are not ignored. package Style is new Styleg (Error_Msg => Error_Msg, Error_Msg_S => Error_Msg_S, Error_Msg_SC => Error_Msg_SC, Error_Msg_SP => Error_Msg_SP); -- Instantiation of the generic style package, suitable for an -- instantiation of Scng. end Errutil;
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Ada Modeling Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2012, Vadim Godunko <vgodunko@gmail.com> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ -- This file is generated, don't edit it. ------------------------------------------------------------------------------ with AMF.Elements.Generic_Hash; function AMF.DI.Edges.Hash is new AMF.Elements.Generic_Hash (DI_Edge, DI_Edge_Access);
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Ada Modeling Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2011-2012, Vadim Godunko <vgodunko@gmail.com> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ with AMF.Elements; with AMF.Internals.Element_Collections; with AMF.Internals.Helpers; with AMF.Internals.Tables.UML_Attributes; with AMF.Visitors.UML_Iterators; with AMF.Visitors.UML_Visitors; with League.Strings.Internals; with Matreshka.Internals.Strings; package body AMF.Internals.UML_Final_States is ------------------- -- Enter_Element -- ------------------- overriding procedure Enter_Element (Self : not null access constant UML_Final_State_Proxy; Visitor : in out AMF.Visitors.Abstract_Visitor'Class; Control : in out AMF.Visitors.Traverse_Control) is begin if Visitor in AMF.Visitors.UML_Visitors.UML_Visitor'Class then AMF.Visitors.UML_Visitors.UML_Visitor'Class (Visitor).Enter_Final_State (AMF.UML.Final_States.UML_Final_State_Access (Self), Control); end if; end Enter_Element; ------------------- -- Leave_Element -- ------------------- overriding procedure Leave_Element (Self : not null access constant UML_Final_State_Proxy; Visitor : in out AMF.Visitors.Abstract_Visitor'Class; Control : in out AMF.Visitors.Traverse_Control) is begin if Visitor in AMF.Visitors.UML_Visitors.UML_Visitor'Class then AMF.Visitors.UML_Visitors.UML_Visitor'Class (Visitor).Leave_Final_State (AMF.UML.Final_States.UML_Final_State_Access (Self), Control); end if; end Leave_Element; ------------------- -- Visit_Element -- ------------------- overriding procedure Visit_Element (Self : not null access constant UML_Final_State_Proxy; Iterator : in out AMF.Visitors.Abstract_Iterator'Class; Visitor : in out AMF.Visitors.Abstract_Visitor'Class; Control : in out AMF.Visitors.Traverse_Control) is begin if Iterator in AMF.Visitors.UML_Iterators.UML_Iterator'Class then AMF.Visitors.UML_Iterators.UML_Iterator'Class (Iterator).Visit_Final_State (Visitor, AMF.UML.Final_States.UML_Final_State_Access (Self), Control); end if; end Visit_Element; -------------------- -- Get_Connection -- -------------------- overriding function Get_Connection (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Connection_Point_References.Collections.Set_Of_UML_Connection_Point_Reference is begin return AMF.UML.Connection_Point_References.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Connection (Self.Element))); end Get_Connection; -------------------------- -- Get_Connection_Point -- -------------------------- overriding function Get_Connection_Point (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Pseudostates.Collections.Set_Of_UML_Pseudostate is begin return AMF.UML.Pseudostates.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Connection_Point (Self.Element))); end Get_Connection_Point; ---------------------------- -- Get_Deferrable_Trigger -- ---------------------------- overriding function Get_Deferrable_Trigger (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Triggers.Collections.Set_Of_UML_Trigger is begin return AMF.UML.Triggers.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Deferrable_Trigger (Self.Element))); end Get_Deferrable_Trigger; --------------------- -- Get_Do_Activity -- --------------------- overriding function Get_Do_Activity (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Behaviors.UML_Behavior_Access is begin return AMF.UML.Behaviors.UML_Behavior_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Do_Activity (Self.Element))); end Get_Do_Activity; --------------------- -- Set_Do_Activity -- --------------------- overriding procedure Set_Do_Activity (Self : not null access UML_Final_State_Proxy; To : AMF.UML.Behaviors.UML_Behavior_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Do_Activity (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_Do_Activity; --------------- -- Get_Entry -- --------------- overriding function Get_Entry (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Behaviors.UML_Behavior_Access is begin return AMF.UML.Behaviors.UML_Behavior_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Entry (Self.Element))); end Get_Entry; --------------- -- Set_Entry -- --------------- overriding procedure Set_Entry (Self : not null access UML_Final_State_Proxy; To : AMF.UML.Behaviors.UML_Behavior_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Entry (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_Entry; -------------- -- Get_Exit -- -------------- overriding function Get_Exit (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Behaviors.UML_Behavior_Access is begin return AMF.UML.Behaviors.UML_Behavior_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Exit (Self.Element))); end Get_Exit; -------------- -- Set_Exit -- -------------- overriding procedure Set_Exit (Self : not null access UML_Final_State_Proxy; To : AMF.UML.Behaviors.UML_Behavior_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Exit (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_Exit; ---------------------- -- Get_Is_Composite -- ---------------------- overriding function Get_Is_Composite (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin return AMF.Internals.Tables.UML_Attributes.Internal_Get_Is_Composite (Self.Element); end Get_Is_Composite; ----------------------- -- Get_Is_Orthogonal -- ----------------------- overriding function Get_Is_Orthogonal (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin return AMF.Internals.Tables.UML_Attributes.Internal_Get_Is_Orthogonal (Self.Element); end Get_Is_Orthogonal; ------------------- -- Get_Is_Simple -- ------------------- overriding function Get_Is_Simple (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin return AMF.Internals.Tables.UML_Attributes.Internal_Get_Is_Simple (Self.Element); end Get_Is_Simple; ----------------------------- -- Get_Is_Submachine_State -- ----------------------------- overriding function Get_Is_Submachine_State (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin return AMF.Internals.Tables.UML_Attributes.Internal_Get_Is_Submachine_State (Self.Element); end Get_Is_Submachine_State; ------------------------- -- Get_Redefined_State -- ------------------------- overriding function Get_Redefined_State (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.States.UML_State_Access is begin return AMF.UML.States.UML_State_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Redefined_State (Self.Element))); end Get_Redefined_State; ------------------------- -- Set_Redefined_State -- ------------------------- overriding procedure Set_Redefined_State (Self : not null access UML_Final_State_Proxy; To : AMF.UML.States.UML_State_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Redefined_State (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_Redefined_State; ------------------------------ -- Get_Redefinition_Context -- ------------------------------ overriding function Get_Redefinition_Context (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Classifiers.UML_Classifier_Access is begin raise Program_Error; return Get_Redefinition_Context (Self); end Get_Redefinition_Context; ---------------- -- Get_Region -- ---------------- overriding function Get_Region (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Regions.Collections.Set_Of_UML_Region is begin return AMF.UML.Regions.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Region (Self.Element))); end Get_Region; ------------------------- -- Get_State_Invariant -- ------------------------- overriding function Get_State_Invariant (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Constraints.UML_Constraint_Access is begin return AMF.UML.Constraints.UML_Constraint_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_State_Invariant (Self.Element))); end Get_State_Invariant; ------------------------- -- Set_State_Invariant -- ------------------------- overriding procedure Set_State_Invariant (Self : not null access UML_Final_State_Proxy; To : AMF.UML.Constraints.UML_Constraint_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_State_Invariant (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_State_Invariant; -------------------- -- Get_Submachine -- -------------------- overriding function Get_Submachine (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.State_Machines.UML_State_Machine_Access is begin return AMF.UML.State_Machines.UML_State_Machine_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Submachine (Self.Element))); end Get_Submachine; -------------------- -- Set_Submachine -- -------------------- overriding procedure Set_Submachine (Self : not null access UML_Final_State_Proxy; To : AMF.UML.State_Machines.UML_State_Machine_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Submachine (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_Submachine; ----------------- -- Get_Is_Leaf -- ----------------- overriding function Get_Is_Leaf (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin return AMF.Internals.Tables.UML_Attributes.Internal_Get_Is_Leaf (Self.Element); end Get_Is_Leaf; ----------------- -- Set_Is_Leaf -- ----------------- overriding procedure Set_Is_Leaf (Self : not null access UML_Final_State_Proxy; To : Boolean) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Is_Leaf (Self.Element, To); end Set_Is_Leaf; --------------------------- -- Get_Redefined_Element -- --------------------------- overriding function Get_Redefined_Element (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Redefinable_Elements.Collections.Set_Of_UML_Redefinable_Element is begin return AMF.UML.Redefinable_Elements.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Redefined_Element (Self.Element))); end Get_Redefined_Element; ------------------------------ -- Get_Redefinition_Context -- ------------------------------ overriding function Get_Redefinition_Context (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Classifiers.Collections.Set_Of_UML_Classifier is begin return AMF.UML.Classifiers.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Redefinition_Context (Self.Element))); end Get_Redefinition_Context; --------------------------- -- Get_Client_Dependency -- --------------------------- overriding function Get_Client_Dependency (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Dependencies.Collections.Set_Of_UML_Dependency is begin return AMF.UML.Dependencies.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Client_Dependency (Self.Element))); end Get_Client_Dependency; ------------------------- -- Get_Name_Expression -- ------------------------- overriding function Get_Name_Expression (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.String_Expressions.UML_String_Expression_Access is begin return AMF.UML.String_Expressions.UML_String_Expression_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Name_Expression (Self.Element))); end Get_Name_Expression; ------------------------- -- Set_Name_Expression -- ------------------------- overriding procedure Set_Name_Expression (Self : not null access UML_Final_State_Proxy; To : AMF.UML.String_Expressions.UML_String_Expression_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Name_Expression (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_Name_Expression; ------------------- -- Get_Namespace -- ------------------- overriding function Get_Namespace (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Namespaces.UML_Namespace_Access is begin return AMF.UML.Namespaces.UML_Namespace_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Namespace (Self.Element))); end Get_Namespace; ------------------------ -- Get_Qualified_Name -- ------------------------ overriding function Get_Qualified_Name (Self : not null access constant UML_Final_State_Proxy) return AMF.Optional_String is begin declare use type Matreshka.Internals.Strings.Shared_String_Access; Aux : constant Matreshka.Internals.Strings.Shared_String_Access := AMF.Internals.Tables.UML_Attributes.Internal_Get_Qualified_Name (Self.Element); begin if Aux = null then return (Is_Empty => True); else return (False, League.Strings.Internals.Create (Aux)); end if; end; end Get_Qualified_Name; ------------------------ -- Get_Element_Import -- ------------------------ overriding function Get_Element_Import (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Element_Imports.Collections.Set_Of_UML_Element_Import is begin return AMF.UML.Element_Imports.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Element_Import (Self.Element))); end Get_Element_Import; ------------------------- -- Get_Imported_Member -- ------------------------- overriding function Get_Imported_Member (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Packageable_Elements.Collections.Set_Of_UML_Packageable_Element is begin return AMF.UML.Packageable_Elements.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Imported_Member (Self.Element))); end Get_Imported_Member; ---------------- -- Get_Member -- ---------------- overriding function Get_Member (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Named_Elements.Collections.Set_Of_UML_Named_Element is begin return AMF.UML.Named_Elements.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Member (Self.Element))); end Get_Member; ---------------------- -- Get_Owned_Member -- ---------------------- overriding function Get_Owned_Member (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Named_Elements.Collections.Set_Of_UML_Named_Element is begin return AMF.UML.Named_Elements.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Owned_Member (Self.Element))); end Get_Owned_Member; -------------------- -- Get_Owned_Rule -- -------------------- overriding function Get_Owned_Rule (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Constraints.Collections.Set_Of_UML_Constraint is begin return AMF.UML.Constraints.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Owned_Rule (Self.Element))); end Get_Owned_Rule; ------------------------ -- Get_Package_Import -- ------------------------ overriding function Get_Package_Import (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Package_Imports.Collections.Set_Of_UML_Package_Import is begin return AMF.UML.Package_Imports.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Package_Import (Self.Element))); end Get_Package_Import; ------------------- -- Get_Container -- ------------------- overriding function Get_Container (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Regions.UML_Region_Access is begin return AMF.UML.Regions.UML_Region_Access (AMF.Internals.Helpers.To_Element (AMF.Internals.Tables.UML_Attributes.Internal_Get_Container (Self.Element))); end Get_Container; ------------------- -- Set_Container -- ------------------- overriding procedure Set_Container (Self : not null access UML_Final_State_Proxy; To : AMF.UML.Regions.UML_Region_Access) is begin AMF.Internals.Tables.UML_Attributes.Internal_Set_Container (Self.Element, AMF.Internals.Helpers.To_Element (AMF.Elements.Element_Access (To))); end Set_Container; ------------------ -- Get_Incoming -- ------------------ overriding function Get_Incoming (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Transitions.Collections.Set_Of_UML_Transition is begin return AMF.UML.Transitions.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Incoming (Self.Element))); end Get_Incoming; ------------------ -- Get_Outgoing -- ------------------ overriding function Get_Outgoing (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Transitions.Collections.Set_Of_UML_Transition is begin return AMF.UML.Transitions.Collections.Wrap (AMF.Internals.Element_Collections.Wrap (AMF.Internals.Tables.UML_Attributes.Internal_Get_Outgoing (Self.Element))); end Get_Outgoing; ------------------------------ -- Containing_State_Machine -- ------------------------------ overriding function Containing_State_Machine (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.State_Machines.UML_State_Machine_Access is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Containing_State_Machine unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Containing_State_Machine"; return Containing_State_Machine (Self); end Containing_State_Machine; ------------------ -- Is_Composite -- ------------------ overriding function Is_Composite (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Composite unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Composite"; return Is_Composite (Self); end Is_Composite; ------------------------ -- Is_Consistent_With -- ------------------------ overriding function Is_Consistent_With (Self : not null access constant UML_Final_State_Proxy; Redefinee : AMF.UML.Redefinable_Elements.UML_Redefinable_Element_Access) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Consistent_With unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Consistent_With"; return Is_Consistent_With (Self, Redefinee); end Is_Consistent_With; ------------------- -- Is_Orthogonal -- ------------------- overriding function Is_Orthogonal (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Orthogonal unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Orthogonal"; return Is_Orthogonal (Self); end Is_Orthogonal; ----------------------------------- -- Is_Redefinition_Context_Valid -- ----------------------------------- overriding function Is_Redefinition_Context_Valid (Self : not null access constant UML_Final_State_Proxy; Redefined : AMF.UML.States.UML_State_Access) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Redefinition_Context_Valid unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Redefinition_Context_Valid"; return Is_Redefinition_Context_Valid (Self, Redefined); end Is_Redefinition_Context_Valid; --------------- -- Is_Simple -- --------------- overriding function Is_Simple (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Simple unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Simple"; return Is_Simple (Self); end Is_Simple; ------------------------- -- Is_Submachine_State -- ------------------------- overriding function Is_Submachine_State (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Submachine_State unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Submachine_State"; return Is_Submachine_State (Self); end Is_Submachine_State; -------------------------- -- Redefinition_Context -- -------------------------- overriding function Redefinition_Context (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Classifiers.UML_Classifier_Access is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Redefinition_Context unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Redefinition_Context"; return Redefinition_Context (Self); end Redefinition_Context; ----------------------------------- -- Is_Redefinition_Context_Valid -- ----------------------------------- overriding function Is_Redefinition_Context_Valid (Self : not null access constant UML_Final_State_Proxy; Redefined : AMF.UML.Redefinable_Elements.UML_Redefinable_Element_Access) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Redefinition_Context_Valid unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Redefinition_Context_Valid"; return Is_Redefinition_Context_Valid (Self, Redefined); end Is_Redefinition_Context_Valid; ------------------------- -- All_Owning_Packages -- ------------------------- overriding function All_Owning_Packages (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Packages.Collections.Set_Of_UML_Package is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "All_Owning_Packages unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.All_Owning_Packages"; return All_Owning_Packages (Self); end All_Owning_Packages; ----------------------------- -- Is_Distinguishable_From -- ----------------------------- overriding function Is_Distinguishable_From (Self : not null access constant UML_Final_State_Proxy; N : AMF.UML.Named_Elements.UML_Named_Element_Access; Ns : AMF.UML.Namespaces.UML_Namespace_Access) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Is_Distinguishable_From unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Is_Distinguishable_From"; return Is_Distinguishable_From (Self, N, Ns); end Is_Distinguishable_From; --------------- -- Namespace -- --------------- overriding function Namespace (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Namespaces.UML_Namespace_Access is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Namespace unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Namespace"; return Namespace (Self); end Namespace; ------------------------ -- Exclude_Collisions -- ------------------------ overriding function Exclude_Collisions (Self : not null access constant UML_Final_State_Proxy; Imps : AMF.UML.Packageable_Elements.Collections.Set_Of_UML_Packageable_Element) return AMF.UML.Packageable_Elements.Collections.Set_Of_UML_Packageable_Element is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Exclude_Collisions unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Exclude_Collisions"; return Exclude_Collisions (Self, Imps); end Exclude_Collisions; ------------------------- -- Get_Names_Of_Member -- ------------------------- overriding function Get_Names_Of_Member (Self : not null access constant UML_Final_State_Proxy; Element : AMF.UML.Named_Elements.UML_Named_Element_Access) return AMF.String_Collections.Set_Of_String is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Get_Names_Of_Member unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Get_Names_Of_Member"; return Get_Names_Of_Member (Self, Element); end Get_Names_Of_Member; -------------------- -- Import_Members -- -------------------- overriding function Import_Members (Self : not null access constant UML_Final_State_Proxy; Imps : AMF.UML.Packageable_Elements.Collections.Set_Of_UML_Packageable_Element) return AMF.UML.Packageable_Elements.Collections.Set_Of_UML_Packageable_Element is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Import_Members unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Import_Members"; return Import_Members (Self, Imps); end Import_Members; --------------------- -- Imported_Member -- --------------------- overriding function Imported_Member (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Packageable_Elements.Collections.Set_Of_UML_Packageable_Element is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Imported_Member unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Imported_Member"; return Imported_Member (Self); end Imported_Member; --------------------------------- -- Members_Are_Distinguishable -- --------------------------------- overriding function Members_Are_Distinguishable (Self : not null access constant UML_Final_State_Proxy) return Boolean is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Members_Are_Distinguishable unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Members_Are_Distinguishable"; return Members_Are_Distinguishable (Self); end Members_Are_Distinguishable; ------------------ -- Owned_Member -- ------------------ overriding function Owned_Member (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Named_Elements.Collections.Set_Of_UML_Named_Element is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Owned_Member unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Owned_Member"; return Owned_Member (Self); end Owned_Member; -------------- -- Incoming -- -------------- overriding function Incoming (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Transitions.Collections.Set_Of_UML_Transition is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Incoming unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Incoming"; return Incoming (Self); end Incoming; -------------- -- Outgoing -- -------------- overriding function Outgoing (Self : not null access constant UML_Final_State_Proxy) return AMF.UML.Transitions.Collections.Set_Of_UML_Transition is begin -- Generated stub: replace with real body! pragma Compile_Time_Warning (Standard.True, "Outgoing unimplemented"); raise Program_Error with "Unimplemented procedure UML_Final_State_Proxy.Outgoing"; return Outgoing (Self); end Outgoing; end AMF.Internals.UML_Final_States;
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Web Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2012, Vadim Godunko <vgodunko@gmail.com> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ with Web_Services.SOAP.Headers.Encoders.Registry; with Web_Services.SOAP.Headers.Decoders.Registry; with Web_Services.SOAP.Modules.Registry; with Web_Services.SOAP.Security.Constants; with Web_Services.SOAP.Security.Headers.Encoders; with Web_Services.SOAP.Security.Headers.Decoders; with Web_Services.SOAP.Security.Modules; with Web_Services.SOAP.Security.Password_Digest_Utilities; package body Web_Services.SOAP.Security.Setup is Module : aliased Web_Services.SOAP.Security.Modules.Security_Module; begin Web_Services.SOAP.Headers.Decoders.Registry.Register (Web_Services.SOAP.Security.Constants.WSSE_Namespace_URI, Web_Services.SOAP.Security.Headers.Decoders.Security_Header_Decoder'Tag); Web_Services.SOAP.Headers.Encoders.Registry.Register (Web_Services.SOAP.Security.Headers.Username_Token_Header'Tag, Web_Services.SOAP.Security.Headers.Encoders.Security_Header_Encoder'Tag); Web_Services.SOAP.Modules.Registry.Register (Module'Access); Web_Services.SOAP.Security.Password_Digest_Utilities.Initialize; end Web_Services.SOAP.Security.Setup;
-- REST API Validation -- API to validate -- -- The version of the OpenAPI document: 1.0.0 -- Contact: Stephane.Carrez@gmail.com -- -- NOTE: This package is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. -- https://openapi-generator.tech -- Do not edit the class manually. pragma Warnings (Off, "*is not referenced"); with Swagger.Streams; package body TestAPI.Clients is pragma Style_Checks ("-mr"); -- -- Query an orchestrated service instance procedure Orch_Store (Client : in out Client_Type; Inline_Object_3Type : in TestAPI.Models.InlineObject3_Type) is URI : Swagger.Clients.URI_Type; Req : Swagger.Clients.Request_Type; begin Client.Initialize (Req, (1 => Swagger.Clients.APPLICATION_JSON)); TestAPI.Models.Serialize (Req.Stream, "", Inline_Object_3Type); URI.Set_Path ("/orchestration"); Client.Call (Swagger.Clients.POST, URI, Req); end Orch_Store; -- procedure Test_Text_Response (Client : in out Client_Type; Options : in Swagger.Nullable_UString; Result : out Swagger.UString) is URI : Swagger.Clients.URI_Type; Reply : Swagger.Value_Type; begin Client.Set_Accept ((1 => Swagger.Clients.TEXT_PLAIN)); URI.Add_Param ("options", Options); URI.Set_Path ("/testTextResponse"); Client.Call (Swagger.Clients.GET, URI, Reply); Swagger.Streams.Deserialize (Reply, "", Result); end Test_Text_Response; -- Create a ticket procedure Do_Create_Ticket (Client : in out Client_Type; Title : in Swagger.UString; Owner : in Swagger.Nullable_UString; Status : in Swagger.Nullable_UString; Description : in Swagger.Nullable_UString) is URI : Swagger.Clients.URI_Type; Req : Swagger.Clients.Request_Type; begin Client.Initialize (Req, (1 => Swagger.Clients.APPLICATION_FORM)); Req.Stream.Write_Entity ("owner", Owner); Req.Stream.Write_Entity ("status", Status); Req.Stream.Write_Entity ("title", Title); Req.Stream.Write_Entity ("description", Description); URI.Set_Path ("/tickets"); Client.Call (Swagger.Clients.POST, URI, Req); end Do_Create_Ticket; -- Delete a ticket procedure Do_Delete_Ticket (Client : in out Client_Type; Tid : in Swagger.Long) is URI : Swagger.Clients.URI_Type; begin URI.Set_Path ("/tickets/{tid}"); URI.Set_Path_Param ("tid", Swagger.To_String (Tid)); Client.Call (Swagger.Clients.DELETE, URI); end Do_Delete_Ticket; -- List the tickets procedure Do_Head_Ticket (Client : in out Client_Type) is URI : Swagger.Clients.URI_Type; begin URI.Set_Path ("/tickets"); Client.Call (Swagger.Clients.HEAD, URI); end Do_Head_Ticket; -- Patch a ticket procedure Do_Patch_Ticket (Client : in out Client_Type; Tid : in Swagger.Long; Owner : in Swagger.Nullable_UString; Status : in Swagger.Nullable_UString; Title : in Swagger.Nullable_UString; Description : in Swagger.Nullable_UString; Result : out TestAPI.Models.Ticket_Type) is URI : Swagger.Clients.URI_Type; Req : Swagger.Clients.Request_Type; Reply : Swagger.Value_Type; begin Client.Set_Accept ((1 => Swagger.Clients.APPLICATION_JSON)); Client.Initialize (Req, (1 => Swagger.Clients.APPLICATION_FORM)); Req.Stream.Write_Entity ("owner", Owner); Req.Stream.Write_Entity ("status", Status); Req.Stream.Write_Entity ("title", Title); Req.Stream.Write_Entity ("description", Description); URI.Set_Path ("/tickets/{tid}"); URI.Set_Path_Param ("tid", Swagger.To_String (Tid)); Client.Call (Swagger.Clients.PATCH, URI, Req, Reply); TestAPI.Models.Deserialize (Reply, "", Result); end Do_Patch_Ticket; -- Update a ticket procedure Do_Update_Ticket (Client : in out Client_Type; Tid : in Swagger.Long; Owner : in Swagger.Nullable_UString; Status : in Swagger.Nullable_UString; Title : in Swagger.Nullable_UString; Description : in Swagger.Nullable_UString; Result : out TestAPI.Models.Ticket_Type) is URI : Swagger.Clients.URI_Type; Req : Swagger.Clients.Request_Type; Reply : Swagger.Value_Type; begin Client.Set_Accept ((1 => Swagger.Clients.APPLICATION_JSON)); Client.Initialize (Req, (1 => Swagger.Clients.APPLICATION_FORM)); Req.Stream.Write_Entity ("owner", Owner); Req.Stream.Write_Entity ("status", Status); Req.Stream.Write_Entity ("title", Title); Req.Stream.Write_Entity ("description", Description); URI.Set_Path ("/tickets/{tid}"); URI.Set_Path_Param ("tid", Swagger.To_String (Tid)); Client.Call (Swagger.Clients.PUT, URI, Req, Reply); TestAPI.Models.Deserialize (Reply, "", Result); end Do_Update_Ticket; -- Get a ticket -- Get a ticket procedure Do_Get_Ticket (Client : in out Client_Type; Tid : in Swagger.Long; Result : out TestAPI.Models.Ticket_Type) is URI : Swagger.Clients.URI_Type; Reply : Swagger.Value_Type; begin Client.Set_Accept ((1 => Swagger.Clients.APPLICATION_JSON)); URI.Set_Path ("/tickets/{tid}"); URI.Set_Path_Param ("tid", Swagger.To_String (Tid)); Client.Call (Swagger.Clients.GET, URI, Reply); TestAPI.Models.Deserialize (Reply, "", Result); end Do_Get_Ticket; -- List the tickets -- List the tickets created for the project. procedure Do_List_Tickets (Client : in out Client_Type; Status : in Swagger.Nullable_UString; Owner : in Swagger.Nullable_UString; Result : out TestAPI.Models.Ticket_Type_Vectors.Vector) is URI : Swagger.Clients.URI_Type; Reply : Swagger.Value_Type; begin Client.Set_Accept ((1 => Swagger.Clients.APPLICATION_JSON)); URI.Add_Param ("status", Status); URI.Add_Param ("owner", Owner); URI.Set_Path ("/tickets"); Client.Call (Swagger.Clients.GET, URI, Reply); TestAPI.Models.Deserialize (Reply, "", Result); end Do_List_Tickets; -- Get a ticket -- Get a ticket procedure Do_Options_Ticket (Client : in out Client_Type; Tid : in Swagger.Long; Result : out TestAPI.Models.Ticket_Type) is URI : Swagger.Clients.URI_Type; Reply : Swagger.Value_Type; begin Client.Set_Accept ((1 => Swagger.Clients.APPLICATION_JSON)); URI.Set_Path ("/tickets/{tid}"); URI.Set_Path_Param ("tid", Swagger.To_String (Tid)); Client.Call (Swagger.Clients.OPTIONS, URI, Reply); TestAPI.Models.Deserialize (Reply, "", Result); end Do_Options_Ticket; end TestAPI.Clients;
-- { dg-do compile { target i?86-*-* x86_64-*-* } } -- { dg-options "-O3 -msse2 -fdump-tree-vect-details" } package body Vect18 is procedure Comp (X, Y : Sarray; R : in out Sarray) is Tmp : Long_Float := R(4); begin for I in 1 .. 3 loop R(I+1) := R(I) + X(I) + Y(I); end loop; R(1) := Tmp + X(4) + Y(4); end; end Vect18; -- { dg-final { scan-tree-dump "bad data dependence" "vect" } }
----------------------------------------------------------------------- -- gen-commands-page -- Page creation command for dynamo -- Copyright (C) 2011, 2017, 2018, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- package Gen.Commands.Page is -- ------------------------------ -- Page Creation Command -- ------------------------------ -- This command adds a XHTML page to the web application. type Command is new Gen.Commands.Command with null record; -- Execute the command with the arguments. overriding procedure Execute (Cmd : in out Command; Name : in String; Args : in Argument_List'Class; Generator : in out Gen.Generator.Handler); -- Write the help associated with the command. overriding procedure Help (Cmd : in out Command; Name : in String; Generator : in out Gen.Generator.Handler); end Gen.Commands.Page;
-- Copyright 2011-2020 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. with System; package Pck is type Color is (Black, Red, Green, Blue, White); type RGB_Color is new Color range Red .. Blue; procedure Do_Nothing (A : System.Address); end Pck;
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Localization, Internationalization, Globalization for Ada -- -- -- -- Tools Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2011, Vadim Godunko <vgodunko@gmail.com> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision: $ $Date: $ ------------------------------------------------------------------------------ package body Configure.Controlled_Tests is -------------------- -- Disable_Switch -- -------------------- function Disable_Switch (Self : Controlled_Test) return String is begin return "--disable-" & Controlled_Test'Class (Self).Name; end Disable_Switch; ------------------- -- Enable_Switch -- ------------------- function Enable_Switch (Self : Controlled_Test) return String is begin return "--enable-" & Controlled_Test'Class (Self).Name; end Enable_Switch; ------------- -- Execute -- ------------- overriding procedure Execute (Self : in out Controlled_Test; Arguments : in out Unbounded_String_Vector) is Success : Boolean; begin if Has_Parameter (Arguments, Self.Disable_Switch) then Controlled_Test'Class (Self).Drop_Known_Arguments (Arguments); else Controlled_Test'Class (Self).Execute (Arguments, Success); if not Success and Has_Parameter (Arguments, Self.Enable_Switch) then Self.Report_Check ("Support requested by " & Self.Enable_Switch & " but failed"); Self.Report_Status ("Exiting"); raise Internal_Error; end if; end if; end Execute; ---------- -- Help -- ---------- overriding function Help (Self : Controlled_Test) return Unbounded_String_Vector is Result : Unbounded_String_Vector := Controlled_Test'Class (Self).Nested_Help; begin Result.Append (+" " & Self.Enable_Switch & " " & "enable " & Controlled_Test'Class (Self).Name &" support or fail execution"); Result.Append (+" " & Self.Disable_Switch & " " & "disable " & Controlled_Test'Class (Self).Name &" support"); return Result; end Help; end Configure.Controlled_Tests;
package Console is procedure Initialize; procedure Put (C : Character) with Export, Convention => C, External_Name => "putchar"; end Console;
-- Abstract : -- -- Root package of an implementation of an LR (Left-to-right scanning -- Rightmost-deriving) parser. Includes operations for building the -- parse table at runtime. See the child packages .Parse and -- .Parse_No_Recover for running the parser. -- -- References : -- -- See wisitoken.ads -- -- Copyright (C) 2002, 2003, 2009, 2010, 2013 - 2015, 2017 - 2019 Free Software Foundation, Inc. -- -- This file is part of the WisiToken package. -- -- The WisiToken package is free software; you can redistribute it -- and/or modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 3, or -- (at your option) any later version. The WisiToken package is -- distributed in the hope that it will be useful, but WITHOUT ANY -- WARRANTY; without even the implied warranty of MERCHANTABILITY or -- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public -- License for more details. You should have received a copy of the -- GNU General Public License distributed with the WisiToken package; -- see file GPL.txt. If not, write to the Free Software Foundation, -- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- As a special exception, if other files instantiate generics from -- this unit, or you link this unit with other files to produce an -- executable, this unit does not by itself cause the resulting -- executable to be covered by the GNU General Public License. This -- exception does not however invalidate any other reasons why the -- executable file might be covered by the GNU Public License. pragma License (Modified_GPL); with Ada.Containers.Indefinite_Doubly_Linked_Lists; with Ada.Unchecked_Deallocation; with SAL.Gen_Array_Image; with SAL.Gen_Bounded_Definite_Vectors.Gen_Image_Aux; with SAL.Gen_Bounded_Definite_Vectors.Gen_Sorted; with SAL.Gen_Unbounded_Definite_Min_Heaps_Fibonacci; with SAL.Gen_Unbounded_Definite_Queues.Gen_Image_Aux; with SAL.Gen_Unbounded_Definite_Stacks.Gen_Image_Aux; with System.Multiprocessors; with WisiToken.Semantic_Checks; with WisiToken.Syntax_Trees; package WisiToken.Parse.LR is type All_Parse_Action_Verbs is (Pause, Shift, Reduce, Accept_It, Error); subtype Parse_Action_Verbs is All_Parse_Action_Verbs range Shift .. Error; subtype Minimal_Verbs is All_Parse_Action_Verbs range Shift .. Reduce; -- Pause is only used for error recovery, to allow parallel parsers -- to re-sync on the same input terminal. subtype Token_ID_Array_1_3 is Token_ID_Array (1 .. 3); -- For Use_Minimal_Complete_Actions in McDenzie_Recover. type Parse_Action_Rec (Verb : Parse_Action_Verbs := Shift) is record case Verb is when Shift => State : State_Index := State_Index'Last; when Reduce | Accept_It => Production : Production_ID; -- The result nonterm and production index. Most uses need only -- Production.LHS; elisp code generation, and debug output, needs -- Production.RHS Action : WisiToken.Syntax_Trees.Semantic_Action := null; Check : WisiToken.Semantic_Checks.Semantic_Check := null; Token_Count : Ada.Containers.Count_Type := 0; when Error => null; end case; end record; subtype Shift_Action_Rec is Parse_Action_Rec (Shift); subtype Reduce_Action_Rec is Parse_Action_Rec (Reduce); function Image (Item : in Parse_Action_Rec; Descriptor : in WisiToken.Descriptor) return String; -- Ada aggregate syntax, leaving out Action, Check in reduce; for debug output procedure Put (Trace : in out WisiToken.Trace'Class; Item : in Parse_Action_Rec); -- Put a line for Item in parse trace format, with no prefix. function Equal (Left, Right : in Parse_Action_Rec) return Boolean; -- Ignore Action, Check. type Parse_Action_Node; type Parse_Action_Node_Ptr is access Parse_Action_Node; type Parse_Action_Node is record Item : Parse_Action_Rec; Next : Parse_Action_Node_Ptr; -- non-null only for conflicts end record; procedure Free is new Ada.Unchecked_Deallocation (Parse_Action_Node, Parse_Action_Node_Ptr); function Is_In (Item : in Parse_Action_Rec; List : in Parse_Action_Node_Ptr) return Boolean; -- True if Item is Equal to any element of List. type Action_Node; type Action_Node_Ptr is access Action_Node; type Action_Node is record Symbol : Token_ID := Invalid_Token_ID; -- ignored if Action is Error Action : Parse_Action_Node_Ptr; Next : Action_Node_Ptr; end record; procedure Free is new Ada.Unchecked_Deallocation (Action_Node, Action_Node_Ptr); function Find (Symbol : in Token_ID; Action_List : in Action_Node_Ptr) return Action_Node_Ptr; procedure Add (List : in out Action_Node_Ptr; Symbol : in Token_ID; Action : in Parse_Action_Rec); -- Add action to List, sorted on ascending Symbol. type Goto_Node is private; type Goto_Node_Ptr is access Goto_Node; function Symbol (List : in Goto_Node_Ptr) return Token_ID; function State (List : in Goto_Node_Ptr) return State_Index; function Next (List : in Goto_Node_Ptr) return Goto_Node_Ptr; type Kernel_Info is record LHS : Token_ID := Token_ID'First; Before_Dot : Token_ID := Token_ID'First; Length_After_Dot : Ada.Containers.Count_Type := 0; Recursive : Boolean := False; end record; function Strict_Image (Item : in Kernel_Info) return String; type Kernel_Info_Array is array (Ada.Containers.Count_Type range <>) of Kernel_Info; package Kernel_Info_Arrays is new SAL.Gen_Unbounded_Definite_Vectors (Ada.Containers.Count_Type, Kernel_Info, (others => <>)); function To_Vector (Item : in Kernel_Info_Array) return Kernel_Info_Arrays.Vector; function Image is new Kernel_Info_Arrays.Gen_Image (Strict_Image); type Minimal_Action (Verb : Minimal_Verbs := Shift) is record case Verb is when Shift => ID : Token_ID := Invalid_Token_ID; State : State_Index := State_Index'Last; when Reduce => Nonterm : Token_ID; Token_Count : Ada.Containers.Count_Type; end case; end record; function Strict_Image (Item : in Minimal_Action) return String; -- Strict Ada aggregate syntax, for generated code. function Image (Item : in Minimal_Action; Descriptor : in WisiToken.Descriptor) return String; -- For debugging type Minimal_Action_Array is array (Ada.Containers.Count_Type range <>) of Minimal_Action; package Minimal_Action_Arrays is new SAL.Gen_Unbounded_Definite_Vectors (Ada.Containers.Count_Type, Minimal_Action, (others => <>)); function To_Vector (Item : in Minimal_Action_Array) return Minimal_Action_Arrays.Vector; function Image is new Minimal_Action_Arrays.Gen_Image_Aux (Descriptor, Trimmed_Image, Image); function Strict_Image is new Minimal_Action_Arrays.Gen_Image (Strict_Image); type Parse_State is record Action_List : Action_Node_Ptr; Goto_List : Goto_Node_Ptr; -- The following are used in error recovery. Kernel : Kernel_Info_Arrays.Vector; Minimal_Complete_Actions : Minimal_Action_Arrays.Vector; Minimal_Complete_Actions_Recursive : Boolean := False; -- Parse actions that will most quickly complete a production in this -- state. If more than one, resolved at runtime using Kernels. If -- Minimal_Complete_Actions_Recursive, at least one of the minimal -- actions is recursive; this changes the algorithm. end record; type Parse_State_Array is array (State_Index range <>) of Parse_State; type Action_List_Iterator is tagged private; -- Iterates over all shift/reduce actions for a state, including -- conflicts. function First (State : in Parse_State) return Action_List_Iterator; function Is_Done (Iter : in Action_List_Iterator) return Boolean; procedure Next (Iter : in out Action_List_Iterator); function Symbol (Iter : in Action_List_Iterator) return Token_ID; function Action (Iter : in Action_List_Iterator) return Parse_Action_Rec; procedure Add_Action (State : in out Parse_State; Symbol : in Token_ID; State_Index : in WisiToken.State_Index); -- Add a Shift action to tail of State action list. procedure Add_Action (State : in out Parse_State; Symbol : in Token_ID; Verb : in Parse_Action_Verbs; Production : in Production_ID; RHS_Token_Count : in Ada.Containers.Count_Type; Semantic_Action : in WisiToken.Syntax_Trees.Semantic_Action; Semantic_Check : in WisiToken.Semantic_Checks.Semantic_Check); -- Add a Reduce or Accept_It action to tail of State action list. procedure Add_Action (State : in out Parse_State; Symbols : in Token_ID_Array; Production : in Production_ID; RHS_Token_Count : in Ada.Containers.Count_Type; Semantic_Action : in WisiToken.Syntax_Trees.Semantic_Action; Semantic_Check : in WisiToken.Semantic_Checks.Semantic_Check); -- Add duplicate Reduce actions, and final Error action, to tail of -- State action list. procedure Add_Conflict (State : in out Parse_State; Symbol : in Token_ID; Reduce_Production : in Production_ID; RHS_Token_Count : in Ada.Containers.Count_Type; Semantic_Action : in WisiToken.Syntax_Trees.Semantic_Action; Semantic_Check : in WisiToken.Semantic_Checks.Semantic_Check); -- Add a Reduce conflict to State. procedure Add_Error (State : in out Parse_State); -- Add an Error action to State, at tail of action list. procedure Add_Goto (State : in out Parse_State; Symbol : in Token_ID; To_State : in State_Index); -- Add a goto item to State goto list; keep goto list sorted in ascending order on Symbol. type McKenzie_Param_Type (First_Terminal : Token_ID; Last_Terminal : Token_ID; First_Nonterminal : Token_ID; Last_Nonterminal : Token_ID) is record Insert : Token_ID_Array_Natural (First_Terminal .. Last_Terminal); Delete : Token_ID_Array_Natural (First_Terminal .. Last_Terminal); Push_Back : Token_ID_Array_Natural (First_Terminal .. Last_Nonterminal); Undo_Reduce : Token_ID_Array_Natural (First_Nonterminal .. Last_Nonterminal); -- Cost of operations on config stack, input. Minimal_Complete_Cost_Delta : Integer; -- Reduction in cost due to using Minimal_Complete_Action. Matching_Begin : Integer; -- Cost of Matching_Begin strategy (applied once, independent of -- token count). Fast_Forward : Integer; -- Cost of moving the edit point forward over input tokens. Ignore_Check_Fail : Natural; -- Cost of ignoring a semantic check failure. Should be at least the -- cost of a typical fix for such a failure. Task_Count : System.Multiprocessors.CPU_Range; -- Number of parallel tasks during recovery. If 0, use -- System.Multiprocessors.Number_Of_CPUs - 1. Check_Limit : Token_Index; -- max tokens to parse ahead when checking a configuration. Check_Delta_Limit : Natural; -- max configs checked, delta over successful parser. Enqueue_Limit : Natural; -- max configs enqueued. end record; Default_McKenzie_Param : constant McKenzie_Param_Type := (First_Terminal => Token_ID'Last, Last_Terminal => Token_ID'First, First_Nonterminal => Token_ID'Last, Last_Nonterminal => Token_ID'First, Insert => (others => 0), Delete => (others => 0), Push_Back => (others => 0), Undo_Reduce => (others => 0), Minimal_Complete_Cost_Delta => -1, Fast_Forward => 0, Matching_Begin => 0, Ignore_Check_Fail => 0, Task_Count => System.Multiprocessors.CPU_Range'Last, Check_Limit => 4, Check_Delta_Limit => Natural'Last, Enqueue_Limit => Natural'Last); type Parse_Table (State_First : State_Index; State_Last : State_Index; First_Terminal : Token_ID; Last_Terminal : Token_ID; First_Nonterminal : Token_ID; Last_Nonterminal : Token_ID) is tagged record States : Parse_State_Array (State_First .. State_Last); McKenzie_Param : McKenzie_Param_Type (First_Terminal, Last_Terminal, First_Nonterminal, Last_Nonterminal); end record; function Goto_For (Table : in Parse_Table; State : in State_Index; ID : in Token_ID) return Unknown_State_Index; function Goto_For (Table : in Parse_Table; State : in State_Index; ID : in Token_ID) return Goto_Node_Ptr; -- Return next state after reducing stack by nonterminal ID; -- Unknown_State if none (only possible during error recovery). -- Second form allows retrieving Production. function Action_For (Table : in Parse_Table; State : in State_Index; ID : in Token_ID) return Parse_Action_Node_Ptr; -- Return the action for State, terminal ID. function Expecting (Table : in Parse_Table; State : in State_Index) return Token_ID_Set; type Parse_Table_Ptr is access Parse_Table; procedure Free_Table (Table : in out Parse_Table_Ptr); type Semantic_Action is record Action : WisiToken.Syntax_Trees.Semantic_Action := null; Check : WisiToken.Semantic_Checks.Semantic_Check := null; end record; package Semantic_Action_Arrays is new SAL.Gen_Unbounded_Definite_vectors (Natural, Semantic_Action, (others => <>)); package Semantic_Action_Array_Arrays is new SAL.Gen_Unbounded_Definite_Vectors (Token_ID, Semantic_Action_Arrays.Vector, Semantic_Action_Arrays.Empty_Vector); function Get_Text_Rep (File_Name : in String; McKenzie_Param : in McKenzie_Param_Type; Actions : in Semantic_Action_Array_Arrays.Vector) return Parse_Table_Ptr; -- Read machine-readable text format of states (as output by -- WisiToken.Generate.LR.Put_Text_Rep) from file File_Name. Result -- has actions, checks from Productions. ---------- -- For McKenzie_Recover. Declared here because Parser_Lists needs -- these, Mckenzie_Recover needs Parser_Lists. -- -- We don't maintain a syntax tree during recover; it's too slow, and -- not needed for any operations. The parser syntax tree is used for -- Undo_Reduce, which is only done on nonterms reduced by the main -- parser, not virtual nonterms produced by recover. package Fast_Token_ID_Arrays is new SAL.Gen_Bounded_Definite_Vectors (SAL.Peek_Type, Token_ID, Capacity => 20); No_Insert_Delete : constant SAL.Base_Peek_Type := 0; function Image (Index : in SAL.Peek_Type; Tokens : in Fast_Token_ID_Arrays.Vector; Descriptor : in WisiToken.Descriptor) return String is (SAL.Peek_Type'Image (Index) & ":" & SAL.Peek_Type'Image (Tokens.Last_Index) & ":" & Image (Tokens (Index), Descriptor)); type Config_Op_Label is (Fast_Forward, Undo_Reduce, Push_Back, Insert, Delete); subtype Insert_Delete_Op_Label is Config_Op_Label range Insert .. Delete; -- Fast_Forward is a placeholder to mark a fast_forward parse; that -- resets what operations are allowed to be done on a config. -- -- Undo_Reduce is the inverse of Reduce. -- -- Push_Back pops the top stack item, and moves the input stream -- pointer back to the first shared_terminal contained by that item. -- -- Insert inserts a new token in the token input stream, before the -- given point in Terminals. -- -- Delete deletes one item from the token input stream, at the given -- point. type Config_Op (Op : Config_Op_Label := Fast_Forward) is record -- We store enough information to perform the operation on the main -- parser stack and input stream when the config is the result -- of a successful recover. case Op is when Fast_Forward => FF_Token_Index : WisiToken.Token_Index; -- Config.Current_Shared_Token after the operation is done; the last -- token shifted. when Undo_Reduce => Nonterm : Token_ID; -- The nonterminal popped off the stack. Token_Count : Ada.Containers.Count_Type; -- The number of tokens pushed on the stack. when Push_Back => PB_ID : Token_ID; -- The nonterm ID popped off the stack. PB_Token_Index : WisiToken.Base_Token_Index; -- Config.Current_Shared_Token after -- the operation is done. If the token is empty, Token_Index is -- Invalid_Token_Index. when Insert => Ins_ID : Token_ID; -- The token ID inserted. Ins_Token_Index : WisiToken.Base_Token_Index; -- Ins_ID is inserted before Token_Index. State : Unknown_State_Index; Stack_Depth : SAL.Base_Peek_Type; -- Used in Minimal_Completion_Actions to detect cycles; only set for -- Insert by Minimal_Completion_Actions. when Delete => Del_ID : Token_ID; -- The token ID deleted. Del_Token_Index : WisiToken.Base_Token_Index; -- Token at Token_Index is deleted. end case; end record; subtype Insert_Delete_Op is Config_Op with Dynamic_Predicate => (Insert_Delete_Op.Op in Insert_Delete_Op_Label); subtype Insert_Op is Config_Op with Dynamic_Predicate => (Insert_Op.Op = Insert); function Token_Index (Op : in Insert_Delete_Op) return WisiToken.Token_Index is (case Insert_Delete_Op_Label'(Op.Op) is when Insert => Op.Ins_Token_Index, when Delete => Op.Del_Token_Index); function ID (Op : in Insert_Delete_Op) return WisiToken.Token_ID is (case Insert_Delete_Op_Label'(Op.Op) is when Insert => Op.Ins_ID, when Delete => Op.Del_ID); function Compare (Left, Right : in Insert_Delete_Op) return SAL.Compare_Result; -- Compare token_index. function Equal (Left : in Config_Op; Right : in Insert_Op) return Boolean; -- Ignore state, stack_depth package Config_Op_Queues is new SAL.Gen_Unbounded_Definite_Queues (Config_Op); package Config_Op_Arrays is new SAL.Gen_Bounded_Definite_Vectors (Positive_Index_Type, Config_Op, Capacity => 80); -- Using a fixed size vector significantly speeds up -- McKenzie_Recover. The capacity is determined by the maximum number -- of repair operations, which is limited by the cost_limit McKenzie -- parameter plus an arbitrary number from the language-specific -- repairs; in practice, a capacity of 80 is enough so far. If a -- config does hit that limit, it is abandoned; some other config is -- likely to be cheaper. function Config_Op_Image (Item : in Config_Op; Descriptor : in WisiToken.Descriptor) return String is ("(" & Config_Op_Label'Image (Item.Op) & ", " & (case Item.Op is when Fast_Forward => WisiToken.Token_Index'Image (Item.FF_Token_Index), when Undo_Reduce => Image (Item.Nonterm, Descriptor) & "," & Ada.Containers.Count_Type'Image (Item.Token_Count), when Push_Back => Image (Item.PB_ID, Descriptor) & "," & WisiToken.Token_Index'Image (Item.PB_Token_Index), when Insert => Image (Item.Ins_ID, Descriptor) & "," & WisiToken.Token_Index'Image (Item.Ins_Token_Index) & (if Item.State = Unknown_State or Trace_McKenzie <= Detail then "" else "," & State_Index'Image (Item.State) & SAL.Base_Peek_Type'Image (Item.Stack_Depth)), when Delete => Image (Item.Del_ID, Descriptor) & "," & WisiToken.Token_Index'Image (Item.Del_Token_Index)) & ")"); function Image (Item : in Config_Op; Descriptor : in WisiToken.Descriptor) return String renames Config_Op_Image; function Image is new Config_Op_Queues.Gen_Image_Aux (WisiToken.Descriptor, Image); function Config_Op_Array_Image is new Config_Op_Arrays.Gen_Image_Aux (WisiToken.Descriptor, Image); function Image (Item : in Config_Op_Arrays.Vector; Descriptor : in WisiToken.Descriptor) return String renames Config_Op_Array_Image; function None (Ops : in Config_Op_Arrays.Vector; Op : in Config_Op_Label) return Boolean is (for all O of Ops => O.Op /= Op); -- True if Ops contains no Op. function None_Since_FF (Ops : in Config_Op_Arrays.Vector; Op : in Config_Op_Label) return Boolean; -- True if Ops contains no Op after the last Fast_Forward (or ops.first, if -- no Fast_Forward). function Only_Since_FF (Ops : in Config_Op_Arrays.Vector; Op : in Config_Op_Label) return Boolean; -- True if Ops contains only Op (at least one) after the last Fast_Forward (or ops.first, if -- no Fast_Forward). function Any (Ops : in Config_Op_Arrays.Vector; Op : in Config_Op_Label) return Boolean is (for some O of Ops => O.Op = Op); -- True if Ops contains at least one Op. package Insert_Delete_Arrays is new SAL.Gen_Bounded_Definite_Vectors (Positive_Index_Type, Insert_Delete_Op, Capacity => 80); package Sorted_Insert_Delete_Arrays is new Insert_Delete_Arrays.Gen_Sorted (Compare); function Image is new Insert_Delete_Arrays.Gen_Image_Aux (WisiToken.Descriptor, Image); type Recover_Stack_Item is record State : Unknown_State_Index; Tree_Index : Syntax_Trees.Node_Index; -- Valid if copied at recover initialize, Invalid if pushed during -- recover. Token : Recover_Token; -- Virtual is False if token is from input text; True if inserted -- during recover. end record; package Recover_Stacks is new SAL.Gen_Unbounded_Definite_Stacks (Recover_Stack_Item); function Image (Item : in Recover_Stack_Item; Descriptor : in WisiToken.Descriptor) return String is ((if Item.State = Unknown_State then " " else Trimmed_Image (Item.State)) & " : " & Image (Item.Token, Descriptor)); function Recover_Stack_Image is new Recover_Stacks.Gen_Image_Aux (WisiToken.Descriptor, Image); -- Unique name for calling from debugger function Image (Stack : in Recover_Stacks.Stack; Descriptor : in WisiToken.Descriptor; Depth : in SAL.Base_Peek_Type := 0) return String renames Recover_Stack_Image; function Valid_Tree_Indices (Stack : in Recover_Stacks.Stack; Depth : in SAL.Base_Peek_Type) return Boolean; -- Return True if Stack top Depth items have valid Tree_Indices, -- which is true if they were copied from the parser stack, and not -- pushed by recover. type Strategies is (Language_Fix, Minimal_Complete, Matching_Begin, Explore_Table, String_Quote); type Strategy_Counts is array (Strategies) of Natural; function Image is new SAL.Gen_Array_Image (Strategies, Natural, Strategy_Counts, Trimmed_Image); type Minimal_Complete_State is (None, Active, Done); type Configuration is record Stack : Recover_Stacks.Stack; -- Initially built from the parser stack, then the stack after the -- Ops below have been performed. Resume_Token_Goal : WisiToken.Token_Index := WisiToken.Token_Index'Last; -- A successful solution shifts this token. Per-config because it -- increases with Delete; we increase Shared_Parser.Resume_Token_Goal -- only from successful configs. Current_Shared_Token : Base_Token_Index := WisiToken.Token_Index'Last; -- Index into Shared_Parser.Terminals for current input token, after -- all of Inserted is input. Initially the error token. String_Quote_Checked : Line_Number_Type := Invalid_Line_Number; -- Max line checked for missing string quote. Insert_Delete : Sorted_Insert_Delete_Arrays.Vector; -- Edits to the input stream that are not yet parsed; contains only -- Insert and Delete ops, in token_index order. Current_Insert_Delete : SAL.Base_Peek_Type := No_Insert_Delete; -- Index of the next op in Insert_Delete. If No_Insert_Delete, use -- Current_Shared_Token. Error_Token : Recover_Token; Check_Token_Count : Ada.Containers.Count_Type; Check_Status : Semantic_Checks.Check_Status; -- If parsing this config ended with a parse error, Error_Token is -- the token that failed to shift, Check_Status.Label is Ok. -- -- If parsing this config ended with a semantic check fail, -- Error_Token is the nonterm created by the reduction, -- Check_Token_Count the number of tokens in the right hand side, and -- Check_Status is the error. -- -- Error_Token is set to Invalid_Token_ID when Config is parsed -- successfully, or modified so the error is no longer meaningful (ie -- in explore when adding an op, or in language_fixes when adding a -- fix). Ops : Config_Op_Arrays.Vector; -- Record of operations applied to this Config, in application order. -- Insert and Delete ops that are not yet parsed are reflected in -- Insert_Delete, in token_index order. Cost : Natural := 0; Strategy_Counts : LR.Strategy_Counts := (others => 0); -- Count of strategies that produced Ops. Minimal_Complete_State : LR.Minimal_Complete_State := None; Matching_Begin_Done : Boolean := False; end record; type Configuration_Access is access all Configuration; for Configuration_Access'Storage_Size use 0; function Key (A : in Configuration) return Integer is (A.Cost); procedure Set_Key (Item : in out Configuration; Key : in Integer); package Config_Heaps is new SAL.Gen_Unbounded_Definite_Min_Heaps_Fibonacci (Element_Type => Configuration, Element_Access => Configuration_Access, Key_Type => Integer, Key => Key, Set_Key => Set_Key); type Check_Status is (Success, Abandon, Continue); subtype Non_Success_Status is Check_Status range Abandon .. Continue; type McKenzie_Data is tagged record Config_Heap : Config_Heaps.Heap_Type; Enqueue_Count : Integer := 0; Config_Full_Count : Integer := 0; Check_Count : Integer := 0; Results : Config_Heaps.Heap_Type; Success : Boolean := False; end record; type McKenzie_Access is access all McKenzie_Data; procedure Accumulate (Data : in McKenzie_Data; Counts : in out Strategy_Counts); -- Sum Results.Strategy_Counts. type Parse_Error_Label is (Action, Check, Message); type Parse_Error (Label : Parse_Error_Label; First_Terminal : Token_ID; Last_Terminal : Token_ID) is record Recover : Configuration; case Label is when Action => Error_Token : Syntax_Trees.Valid_Node_Index; -- index into Parser.Tree Expecting : Token_ID_Set (First_Terminal .. Last_Terminal); when Check => Check_Status : Semantic_Checks.Check_Status; when Message => Msg : Ada.Strings.Unbounded.Unbounded_String; end case; end record; package Parse_Error_Lists is new Ada.Containers.Indefinite_Doubly_Linked_Lists (Parse_Error); private type Goto_Node is record Symbol : Token_ID; State : State_Index; Next : Goto_Node_Ptr; end record; procedure Free is new Ada.Unchecked_Deallocation (Goto_Node, Goto_Node_Ptr); type Action_List_Iterator is tagged record Node : Action_Node_Ptr; Item : Parse_Action_Node_Ptr; end record; end WisiToken.Parse.LR;
-- Copyright (c) 1990 Regents of the University of California. -- All rights reserved. -- -- The primary authors of ayacc were David Taback and Deepak Tolani. -- Enhancements were made by Ronald J. Schmalz. -- -- Send requests for ayacc information to ayacc-info@ics.uci.edu -- Send bug reports for ayacc to ayacc-bugs@ics.uci.edu -- -- Redistribution and use in source and binary forms are permitted -- provided that the above copyright notice and this paragraph are -- duplicated in all such forms and that any documentation, -- advertising materials, and other materials related to such -- distribution and use acknowledge that the software was developed -- by the University of California, Irvine. The name of the -- University may not be used to endorse or promote products derived -- from this software without specific prior written permission. -- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -- WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. -- Module : output_file.ada -- Component of : ayacc -- Version : 1.2 -- Date : 11/21/86 12:31:54 -- SCCS File : disk21~/rschm/hasee/sccs/ayacc/sccs/sxoutput_file.ada -- $Header: output_file.a,v 0.1 86/04/01 15:08:21 ada Exp $ -- $Log: output_file.a,v $ -- Revision 0.1 86/04/01 15:08:21 ada -- This version fixes some minor bugs with empty grammars -- and $$ expansion. It also uses vads5.1b enhancements -- such as pragma inline. -- -- -- Revision 0.0 86/02/19 18:37:42 ada -- -- These files comprise the initial version of Ayacc -- designed and implemented by David Taback and Deepak Tolani. -- Ayacc has been compiled and tested under the Verdix Ada compiler -- version 4.06 on a vax 11/750 running Unix 4.2BSD. -- -- Creates the parser package Output_File is procedure Make_Output_File; end Output_File;
----------------------------------------------------------------------- -- search-tokens -- Search engine token representation -- Copyright (C) 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Containers; package Search.Tokens.Compare is function "=" (Left, Right : in Token_Type) return Boolean; function "<" (Left, Right : in Token_Type) return Boolean; function Hash (Token : in Token_Type) return Ada.Containers.Hash_Type; end Search.Tokens.Compare;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- S Y S T E M . A R M _ G I C -- -- -- -- S p e c -- -- -- -- Copyright (C) 1999-2002 Universidad Politecnica de Madrid -- -- Copyright (C) 2003-2006 The European Space Agency -- -- Copyright (C) 2003-2021, AdaCore -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNARL is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- -- The port of GNARL to bare board targets was initially developed by the -- -- Real-Time Systems Group at the Technical University of Madrid. -- -- -- ------------------------------------------------------------------------------ -- This is support package for the GIC400 interrupt controller -- This controller complies with the ARM Generic Interrupt Controller -- v2.0 specification. -- This package provides the BSP support for IRQ handling for the ravenscar -- kernel. with Interfaces; with System.BB.Interrupts; with System.Multiprocessors; package System.ARM_GIC is pragma Preelaborate; type ICFGR is array (Positive range <>) of Interfaces.Unsigned_32; procedure Initialize_GICD; -- There's only one GICD, so this needs to be configured only once, at -- startup. procedure Initialize_GICC; -- The GICC is CPU-specific so needs to be initialized for each core on an -- SMP system. procedure Define_IRQ_Triggers (Config : ICFGR); -- Set the ICFGR GICD registers generic with procedure Interrupt_Wrapper (Id : System.BB.Interrupts.Interrupt_ID); procedure IRQ_Handler; -- To be called directly by the IRQ trap. -- Below is the implementation of System.BB.Board_Support.Interrupts: procedure Install_Interrupt_Handler (Interrupt : System.BB.Interrupts.Interrupt_ID; Prio : System.Interrupt_Priority); function Priority_Of_Interrupt (Interrupt : System.BB.Interrupts.Interrupt_ID) return System.Any_Priority; procedure Set_Current_Priority (Priority : Integer); procedure Power_Down; procedure Poke_CPU (CPU_Id : System.Multiprocessors.CPU; Poke_Interrupt : System.BB.Interrupts.Interrupt_ID) with Inline; -- Used to poke a CPU on SMP systems end System.ARM_GIC;
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>my_ip_hls_entry3</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>6</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>rule0_V</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>rule1_V</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>rule2_V</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_4"> <Value> <Obj> <type>1</type> <id>4</id> <name>rule0_V_out</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>3</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_5"> <Value> <Obj> <type>1</type> <id>5</id> <name>rule1_V_out</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>3</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_6"> <Value> <Obj> <type>1</type> <id>6</id> <name>rule2_V_out</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName>FIFO</coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>3</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>7</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_7"> <Value> <Obj> <type>0</type> <id>8</id> <name>rule2_V_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>19</item> <item>20</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_8"> <Value> <Obj> <type>0</type> <id>9</id> <name>rule1_V_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>21</item> <item>22</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_9"> <Value> <Obj> <type>0</type> <id>10</id> <name>rule0_V_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>23</item> <item>24</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_10"> <Value> <Obj> <type>0</type> <id>11</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>26</item> <item>27</item> <item>28</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_11"> <Value> <Obj> <type>0</type> <id>13</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>29</item> <item>30</item> <item>31</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>15</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>32</item> <item>33</item> <item>34</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_13"> <Value> <Obj> <type>0</type> <id>16</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> </item> </nodes> <consts class_id="11" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </consts> <blocks class_id="12" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="13" tracking_level="1" version="0" object_id="_14"> <Obj> <type>3</type> <id>17</id> <name>my_ip_hls.entry3</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>8</item> <item>9</item> <item>10</item> <item>11</item> <item>13</item> <item>15</item> <item>16</item> </node_objs> </item> </blocks> <edges class_id="14" tracking_level="0" version="0"> <count>9</count> <item_version>0</item_version> <item class_id="15" tracking_level="1" version="0" object_id="_15"> <id>20</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="15" object_id="_16"> <id>22</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="15" object_id="_17"> <id>24</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>10</sink_obj> </item> <item class_id_reference="15" object_id="_18"> <id>27</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>11</sink_obj> </item> <item class_id_reference="15" object_id="_19"> <id>28</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>11</sink_obj> </item> <item class_id_reference="15" object_id="_20"> <id>30</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>13</sink_obj> </item> <item class_id_reference="15" object_id="_21"> <id>31</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>13</sink_obj> </item> <item class_id_reference="15" object_id="_22"> <id>33</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>15</sink_obj> </item> <item class_id_reference="15" object_id="_23"> <id>34</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>15</sink_obj> </item> </edges> </cdfg> <cdfg_regions class_id="16" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="17" tracking_level="1" version="0" object_id="_24"> <mId>1</mId> <mTag>my_ip_hls.entry3</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>17</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> </cdfg_regions> <fsm class_id="19" tracking_level="1" version="0" object_id="_25"> <states class_id="20" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="21" tracking_level="1" version="0" object_id="_26"> <id>1</id> <operations class_id="22" tracking_level="0" version="0"> <count>10</count> <item_version>0</item_version> <item class_id="23" tracking_level="1" version="0" object_id="_27"> <id>7</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_28"> <id>8</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_29"> <id>9</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_30"> <id>10</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_31"> <id>11</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_32"> <id>12</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_33"> <id>13</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_34"> <id>14</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_35"> <id>15</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="23" object_id="_36"> <id>16</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="24" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </transitions> </fsm> <res class_id="25" tracking_level="1" version="0" object_id="_37"> <dp_component_resource class_id="26" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_component_resource> <dp_expression_resource> <count>1</count> <item_version>0</item_version> <item class_id="27" tracking_level="0" version="0"> <first>ap_block_state1 ( or ) </first> <second class_id="28" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="29" tracking_level="0" version="0"> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>8</second> </item> </second> </item> </dp_expression_resource> <dp_fifo_resource> <count>0</count> <item_version>0</item_version> </dp_fifo_resource> <dp_memory_resource> <count>0</count> <item_version>0</item_version> </dp_memory_resource> <dp_multiplexer_resource> <count>5</count> <item_version>0</item_version> <item> <first>ap_done</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>real_start</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>rule0_V_out_blk_n</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>rule1_V_out_blk_n</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>rule2_V_out_blk_n</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> </dp_multiplexer_resource> <dp_register_resource> <count>3</count> <item_version>0</item_version> <item> <first>ap_CS_fsm</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_done_reg</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>start_once_reg</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> </dp_register_resource> <dp_dsp_resource> <count>0</count> <item_version>0</item_version> </dp_dsp_resource> <dp_component_map class_id="30" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_component_map> <dp_expression_map> <count>0</count> <item_version>0</item_version> </dp_expression_map> <dp_fifo_map> <count>0</count> <item_version>0</item_version> </dp_fifo_map> <dp_memory_map> <count>0</count> <item_version>0</item_version> </dp_memory_map> </res> <node_label_latency class_id="31" tracking_level="0" version="0"> <count>7</count> <item_version>0</item_version> <item class_id="32" tracking_level="0" version="0"> <first>8</first> <second class_id="33" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>9</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>10</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>11</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>13</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>15</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>16</first> <second> <first>0</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="34" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="35" tracking_level="0" version="0"> <first>17</first> <second class_id="36" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> </bblk_ent_exit> <regions class_id="37" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </regions> <dp_fu_nodes class_id="38" tracking_level="0" version="0"> <count>6</count> <item_version>0</item_version> <item class_id="39" tracking_level="0" version="0"> <first>28</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>34</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>40</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>46</first> <second> <count>1</count> <item_version>0</item_version> <item>11</item> </second> </item> <item> <first>54</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>62</first> <second> <count>1</count> <item_version>0</item_version> <item>15</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="41" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>6</count> <item_version>0</item_version> <item class_id="42" tracking_level="0" version="0"> <first>StgValue_10_write_fu_62</first> <second> <count>1</count> <item_version>0</item_version> <item>15</item> </second> </item> <item> <first>StgValue_6_write_fu_46</first> <second> <count>1</count> <item_version>0</item_version> <item>11</item> </second> </item> <item> <first>StgValue_8_write_fu_54</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>rule0_V_read_read_fu_40</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> <item> <first>rule1_V_read_read_fu_34</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> <item> <first>rule2_V_read_read_fu_28</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="43" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_mem_port_nodes> <dp_reg_nodes> <count>0</count> <item_version>0</item_version> </dp_reg_nodes> <dp_regname_nodes> <count>0</count> <item_version>0</item_version> </dp_regname_nodes> <dp_reg_phi> <count>0</count> <item_version>0</item_version> </dp_reg_phi> <dp_regname_phi> <count>0</count> <item_version>0</item_version> </dp_regname_phi> <dp_port_io_nodes class_id="44" tracking_level="0" version="0"> <count>6</count> <item_version>0</item_version> <item class_id="45" tracking_level="0" version="0"> <first>rule0_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>10</item> </second> </item> </second> </item> <item> <first>rule0_V_out</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>1</count> <item_version>0</item_version> <item>11</item> </second> </item> </second> </item> <item> <first>rule1_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>9</item> </second> </item> </second> </item> <item> <first>rule1_V_out</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> </second> </item> <item> <first>rule2_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> </second> </item> <item> <first>rule2_V_out</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>write</first> <second> <count>1</count> <item_version>0</item_version> <item>15</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core class_id="46" tracking_level="0" version="0"> <count>3</count> <item_version>0</item_version> <item class_id="47" tracking_level="0" version="0"> <first>4</first> <second>FIFO</second> </item> <item> <first>5</first> <second>FIFO</second> </item> <item> <first>6</first> <second>FIFO</second> </item> </port2core> <node2core> <count>0</count> <item_version>0</item_version> </node2core> </syndb> </boost_serialization>
-- unwind-pe.h is a part of gcc, not in runtime libraries. pragma License (GPL); -- and "GCC Runtime Library Exception" with C.stdlib; with C.unwind; package C.unwind_pe is pragma Preelaborate; procedure gxx_abort renames stdlib.C_abort; DW_EH_PE_absptr : constant := 16#00#; DW_EH_PE_omit : constant := 16#ff#; DW_EH_PE_uleb128 : constant := 16#01#; DW_EH_PE_udata2 : constant := 16#02#; DW_EH_PE_udata4 : constant := 16#03#; DW_EH_PE_udata8 : constant := 16#04#; DW_EH_PE_sleb128 : constant := 16#09#; DW_EH_PE_sdata2 : constant := 16#0A#; DW_EH_PE_sdata4 : constant := 16#0B#; DW_EH_PE_sdata8 : constant := 16#0C#; DW_EH_PE_signed : constant := 16#08#; DW_EH_PE_pcrel : constant := 16#10#; DW_EH_PE_textrel : constant := 16#20#; DW_EH_PE_datarel : constant := 16#30#; DW_EH_PE_funcrel : constant := 16#40#; DW_EH_PE_aligned : constant := 16#50#; DW_EH_PE_indirect : constant := 16#80#; function size_of_encoded_value (encoding : unsigned_char) return unsigned_int; function base_of_encoded_value ( encoding : unsigned_char; context : access unwind.struct_Unwind_Context) return unwind.Unwind_Ptr; function read_uleb128 ( p : access constant unsigned_char; val : access unwind.uleb128_t) return unsigned_char_const_ptr; function read_sleb128 ( p : access constant unsigned_char; val : access unwind.sleb128_t) return unsigned_char_const_ptr; function read_encoded_value_with_base ( encoding : unsigned_char; base : unwind.Unwind_Ptr; p : access constant unsigned_char; val : access unwind.Unwind_Ptr) return unsigned_char_const_ptr; function read_encoded_value ( context : access unwind.struct_Unwind_Context; encoding : unsigned_char; p : access constant unsigned_char; val : access unwind.Unwind_Ptr) return unsigned_char_const_ptr; end C.unwind_pe;
-- $Id: StringM.mi,v 1.5 1993/08/18 15:06:51 grosch rel $ -- $Log: StringM.mi,v $ -- Ich, Doktor Josef Grosch, Informatiker, Sept. 1994 with StringM, Strings, Text_Io; use StringM, Strings, Text_Io; procedure StringMD is procedure do_it is s : tString; r : tStringRef; begin Put ("enter strings, one per line, - terminates"); New_Line; loop ReadS (Standard_Input, s); r := PutString (s); WriteString (Standard_Output, r); New_Line; if Length (r) = 0 or else Element (s, 1) = '-' then exit; end if; end loop; New_Line; WriteStringMemory; end do_it; begin do_it; InitStringMemory; do_it; end StringMD;
with TLSF.Config; use TLSF.Config; private package TLSF.Mem_Block_Size with SPARK_Mode is type Size is mod 2 ** Max_Block_Size_Log2 with Size => Max_Block_Size_Log2; use type SSE.Storage_Count; use type SSE.Integer_Address; function Align ( Sz : Size) return Size with Pre => Sz <= Size'Last - Align_Size, Post => Sz <= Align'Result and Align'Result mod Align_Size = 0; function Align ( Sz : SSE.Storage_Count ) return Size with Pre => Sz <= SSE.Storage_Count (Size'Last - Align_Size), Post => (Sz <= SSE.Storage_Count (Align'Result) and Align'Result mod Align_Size = 0); function Align ( Addr : System.Address) return System.Address with Pre => SSE.To_Integer (Addr) <= SSE.Integer_Address'Last - Align_Size, Post => (SSE.To_Integer (Addr) <= SSE.To_Integer (Align'Result) and SSE.To_Integer (Align'Result) mod Align_Size = 0); function Align ( Sc : SSE.Storage_Count) return SSE.Storage_Count with Pre => Sc <= SSE.Storage_Count'Last - Align_Size, Post => Sc <= Align'Result and Align'Result mod Align_Size = 0; function "+" (A : System.Address; B : Size) return System.Address; function "-" (A : System.Address; B : Size) return System.Address; end TLSF.Mem_Block_Size;
generic type Itemtype is private; --| This is the data being manipulated. with function Equal (X, Y : in Itemtype) return Boolean is "="; --| This allows the user to define --| equality on ItemType. For instance --| if ItemType is an abstract type --| then equality is defined in terms of --| the abstract type. If this function --| is not provided equality defaults to --| =. package Lists is --| This package provides singly linked lists with elements of type --| ItemType, where ItemType is specified by a generic parameter. --| Overview --| When this package is instantiated, it provides a linked list type for --| lists of objects of type ItemType, which can be any desired type. A --| complete set of operations for manipulation, and releasing --| those lists is also provided. For instance, to make lists of strings, --| all that is necessary is: --| --| type StringType is string(1..10); --| --| package Str_List is new Lists(StringType); use Str_List; --| --| L:List; --| S:StringType; --| --| Then to add a string S, to the list L, all that is necessary is --| --| L := Create; --| Attach(S,L); --| --| --| This package provides basic list operations. --| --| Attach append an object to an object, an object to a list, --| or a list to an object, or a list to a list. --| Copy copy a list using := on elements --| CopyDeep copy a list by copying the elements using a copy --| operation provided by the user --| Create Creates an empty list --| DeleteHead removes the head of a list --| DeleteItem delete the first occurrence of an element from a list --| DeleteItems delete all occurrences of an element from a list --| Destroy remove a list --| Equal are two lists equal --| FirstValue get the information from the first element of a list --| IsInList determines whether a given element is in a given list --| IsEmpty returns true if the list is empty --| LastValue return the last value of a list --| Length Returns the length of a list --| MakeListIter prepares for an iteration over a list --| More are there any more items in the list --| Next get the next item in a list --| ReplaceHead replace the information at the head of the list --| ReplaceTail replace the tail of a list with a new list --| Tail get the tail of a list --| --| N/A: Effects, Requires, Modifies, and Raises. --| Notes --| Programmer Buddy Altus --| Types --| ----- type List is private; type Listiter is private; --| Exceptions --| ---------- Circularlist : exception; --| Raised if an attemp is made to --| create a circular list. This --| results when a list is attempted --| to be attached to itself. Emptylist : exception; --| Raised if an attemp is made to --| manipulate an empty list. Itemnotpresent : exception; --| Raised if an attempt is made to --| remove an element from a list in --| which it does not exist. Nomore : exception; --| Raised if an attemp is made to --| get the next element from a list --| after iteration is complete. --| Operations --| ---------- ---------------------------------------------------------------------------- procedure Attach ( --| appends List2 to List1 List1 : in out List; --| The list being appended to. List2 : in List --| The list being appended. ); --| Raises --| CircularList --| Effects --| Appends List1 to List2. This makes the next field of the last element --| of List1 refer to List2. This can possibly change the value of List1 --| if List1 is an empty list. This causes sharing of lists. Thus if --| user Destroys List1 then List2 will be a dangling reference. --| This procedure raises CircularList if List1 equals List2. If it is --| necessary to Attach a list to itself first make a copy of the list and --| attach the copy. --| Modifies --| Changes the next field of the last element in List1 to be List2. ------------------------------------------------------------------------------- function Attach ( --| Creates a new list containing the two --| Elements. Element1 : in Itemtype; --| This will be first element in list. Element2 : in Itemtype --| This will be second element in list. ) return List; --| Effects --| This creates a list containing the two elements in the order --| specified. ------------------------------------------------------------------------------- procedure Attach ( --| List L is appended with Element. L : in out List; --| List being appended to. Element : in Itemtype --| This will be last element in l ist. ); --| Effects --| Appends Element onto the end of the list L. If L is empty then this --| may change the value of L. --| --| Modifies --| This appends List L with Element by changing the next field in List. -------------------------------------------------------------------------------- procedure Attach ( --| Makes Element first item in list L. Element : in Itemtype; --| This will be the first element in list. L : in out List --| The List which Element is being --| prepended to. ); --| Effects --| This prepends list L with Element. --| --| Modifies --| This modifies the list L. -------------------------------------------------------------------------- function Attach ( --| attaches two lists List1 : in List; --| first list List2 : in List --| second list ) return List; --| Raises --| CircularList --| Effects --| This returns a list which is List1 attached to List2. If it is desired --| to make List1 be the new attached list the following ada code should be --| used. --| --| List1 := Attach (List1, List2); --| This procedure raises CircularList if List1 equals List2. If it is --| necessary to Attach a list to itself first make a copy of the list and --| attach the copy. ------------------------------------------------------------------------- function Attach ( --| prepends an element onto a list Element : in Itemtype; --| element being prepended to list L : in List --| List which element is being added --| to ) return List; --| Effects --| Returns a new list which is headed by Element and followed by L. ------------------------------------------------------------------------ function Attach ( --| Adds an element to the end of a list L : in List; --| The list which element is being added to. Element : in Itemtype --| The element being added to the end of --| the list. ) return List; --| Effects --| Returns a new list which is L followed by Element. -------------------------------------------------------------------------- function Copy ( --| returns a copy of list1 L : in List --| list being copied ) return List; --| Effects --| Returns a copy of L. -------------------------------------------------------------------------- generic with function Copy (I : in Itemtype) return Itemtype; function Copydeep ( --| returns a copy of list using a user supplied --| copy function. This is helpful if the type --| of a list is an abstract data type. L : in List --| List being copied. ) return List; --| Effects --| This produces a new list whose elements have been duplicated using --| the Copy function provided by the user. ------------------------------------------------------------------------------ function Create --| Returns an empty List return List; ------------------------------------------------------------------------------ procedure Deletehead ( --| Remove the head element from a list. L : in out List --| The list whose head is being removed. ); --| Raises --| EmptyList --| --| Effects --| This will return the space occupied by the first element in the list --| to the heap. If sharing exists between lists this procedure --| could leave a dangling reference. If L is empty EmptyList will be --| raised. ------------------------------------------------------------------------------ procedure Deleteitem ( --| remove the first occurrence of Element --| from L L : in out List; --| list element is being removed from Element : in Itemtype --| element being removed ); --| Raises --| ItemNotPresent --| Effects --| Removes the first element of the list equal to Element. If there is --| not an element equal to Element than ItemNotPresent is raised. --| Modifies --| This operation is destructive, it returns the storage occupied by --| the elements being deleted. ------------------------------------------------------------------------------ procedure Deleteitems ( --| remove all occurrences of Element --| from L. L : in out List; --| The List element is being removed from Element : in Itemtype --| element being removed ); --| Raises --| ItemNotPresent --| --| Effects --| This procedure walks down the list L and removes all elements of the --| list equal to Element. If there are not any elements equal to Element --| then raise ItemNotPresent. --| Modifies --| This operation is destructive the storage occupied by the items --| removed is returned. ------------------------------------------------------------------------------ procedure Destroy ( --| removes the list L : in out List --| the list being removed ); --| Effects --| This returns to the heap all the storage that a list occupies. Keep in --| mind if there exists sharing between lists then this operation can leave --| dangling references. ------------------------------------------------------------------------------ function Firstvalue ( --| returns the contents of the first record of the --| list L : in List --| the list whose first element is being --| returned ) return Itemtype; --| Raises --| EmptyList --| --| Effects --| This returns the Item in the first position in the list. If the list --| is empty EmptyList is raised. ------------------------------------------------------------------------------- function Isempty ( --| Checks if a list is empty. L : in List --| List being checked. ) return Boolean; -- Pragma Inline (Isempty); -------------------------------------------------------------------------- function Isinlist ( --| Checks if element is an element of --| list. L : in List; --| list being scanned for element Element : in Itemtype --| element being searched for ) return Boolean; --| Effects --| Walks down the list L looking for an element whose value is Element. ------------------------------------------------------------------------------ function Lastvalue ( --| Returns the contents of the last record of --| the list. L : in List --| The list whose first element is being --| returned. ) return Itemtype; --| Raises --| EmptyList --| --| Effects --| Returns the last element in a list. If the list is empty EmptyList is --| raised. ------------------------------------------------------------------------------ function Length ( --| count the number of elements on a list L : in List --| list whose length is being computed ) return Integer; ------------------------------------------------------------------------------ function Makelistiter ( --| Sets a variable to point to the head --| of the list. This will be used to --| prepare for iteration over a list. L : in List --| The list being iterated over. ) return Listiter; --| This prepares a user for iteration operation over a list. The iterater is --| an operation which returns successive elements of the list on successive --| calls to the iterator. There needs to be a mechanism which marks the --| position in the list, so on successive calls to the Next operation the --| next item in the list can be returned. This is the function of the --| MakeListIter and the type ListIter. MakeIter just sets the Iter to the --| the beginning of the list. On subsequent calls to Next the Iter --| is updated with each call. ----------------------------------------------------------------------------- function More ( --| Returns true if there are more elements in --| the and false if there aren't any more --| the in the list. L : in Listiter --| List being checked for elements. ) return Boolean; -- Pragma Inline (More); ------------------------------------------------------------------------------ procedure Next ( --| This is the iterator operation. Given --| a ListIter in the list it returns the --| current item and updates the ListIter. --| If ListIter is at the end of the list, --| More returns false otherwise it --| returns true. Place : in out Listiter; --| The Iter which marks the position in --| the list. Info : out Itemtype --| The element being returned. ); --| The iterators subprograms MakeListIter, More, and Next should be used --| in the following way: --| --| L: List; --| Place: ListIter; --| Info: SomeType; --| --| --| Place := MakeListIter(L); --| --| while ( More(Place) ) loop --| Next(Place, Info); --| process each element of list L; --| end loop; ---------------------------------------------------------------------------- procedure Replacehead ( --| Replace the Item at the head of the list --| with the parameter Item. L : in out List; --| The list being modified. Info : in Itemtype --| The information being entered. ); --| Raises --| EmptyList --| Effects --| Replaces the information in the first element in the list. Raises --| EmptyList if the list is empty. ------------------------------------------------------------------------------ procedure Replacetail ( --| Replace the Tail of a list --| with a new list. L : in out List; --| List whose Tail is replaced. Newtail : in List --| The list which will become the --| tail of Oldlist. ); --| Raises --| EmptyList --| --| Effects --| Replaces the tail of a list with a new list. If the list whose tail --| is being replaced is null EmptyList is raised. ------------------------------------------------------------------------------- function Tail ( --| returns the tail of a list L L : in List --| the list whose tail is being returned ) return List; --| Raises --| EmptyList --| --| Effects --| Returns a list which is the tail of the list L. Raises EmptyList if --| L is empty. If L only has one element then Tail returns the Empty --| list. ------------------------------------------------------------------------------ function Equal ( --| compares list1 and list2 for equality List1 : in List; --| first list List2 : in List --| second list ) return Boolean; --| Effects --| Returns true if for all elements of List1 the corresponding element --| of List2 has the same value. This function uses the Equal operation --| provided by the user. If one is not provided then = is used. ------------------------------------------------------------------------------ private type Element_Type; type Element_Pointer is access Element_Type; -- type List is access element_type; type List is record Head : Element_Pointer; Tail : Element_Pointer; end record; type Element_Type is record Item : Itemtype; Next : Element_Pointer; end record; type Listiter is new List; --| This prevents Lists being assigned to --| iterators and vice versa end Lists;
-- part of OpenGLAda, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "COPYING" with Interfaces.C; package Glfw is subtype Seconds is Interfaces.C.double; Initialization_Exception : exception; -- for convenience, besides executing GLFW's init procedures, this also calls -- GL.Init. procedure Init; procedure Terminate_Glfw; procedure Version (Major, Minor, Rev : out Natural); function Time return Seconds; procedure Set_Time (Value : Seconds); function Extension_Supported (Name : String) return Boolean; procedure GL_Version (Major, Minor, Rev : out Natural); procedure Toggle_Auto_Poll_Events (Enable : Boolean); private package C renames Interfaces.C; use type Interfaces.C.int; type Bool is new Boolean; for Bool use (False => 0, True => 1); for Bool'Size use C.int'Size; pragma Convention (C, Bool); end Glfw;
-- WORDS, a Latin dictionary, by Colonel William Whitaker (USAF, Retired) -- -- Copyright William A. Whitaker (1936–2010) -- -- This is a free program, which means it is proper to copy it and pass -- it on to your friends. Consider it a developmental item for which -- there is no charge. However, just for form, it is Copyrighted -- (c). Permission is hereby freely given for any and all use of program -- and data. You can sell it as your own, but at least tell me. -- -- This version is distributed without obligation, but the developer -- would appreciate comments and suggestions. -- -- All parts of the WORDS system, source code and data files, are made freely -- available to anyone who wishes to use them, for whatever purpose. with Ada.Text_IO; use Ada.Text_IO; with Latin_Utils.Strings_Package; use Latin_Utils.Strings_Package; -- Omit when Put name here with Latin_Utils.Config; with Latin_Utils.Latin_File_Names; use Latin_Utils.Latin_File_Names; with Support_Utils.Word_Parameters; use Support_Utils.Word_Parameters; with Latin_Utils.Dictionary_Package; use Latin_Utils.Dictionary_Package; with Latin_Utils.Preface; with Support_Utils.Line_Stuff; use Support_Utils.Line_Stuff; use Latin_Utils; pragma Elaborate (Latin_Utils.Preface); package body Support_Utils.Developer_Parameters is type Help_Type is array (Natural range <>) of String (1 .. 70); Blank_Help_Line : constant String (1 .. 70) := (others => ' '); No_Help : constant Help_Type := (2 .. 1 => Blank_Help_Line); type Reply_Type is (N, Y); package Reply_Type_Io is new Ada.Text_IO.Enumeration_IO (Reply_Type); Reply : constant array (Boolean) of Reply_Type := (N, Y); Mdev_Of_Reply : constant array (Reply_Type) of Boolean := (False, True); Blank_Input : exception; -- The default MDEVs are set in the body so that they can be changed -- with only this being recompiled, not the rest of the with'ing system Default_Mdev_Array : constant Mdev_Array := ( -- HAVE_DEBUG_FILE => FALSE, -- WRITE_DEBUG_FILE => FALSE, Have_Statistics_File => False, Write_Statistics_File => False, Show_Dictionary => False, Show_Dictionary_Line => False, Show_Dictionary_Codes => True, Do_Pearse_Codes => False, Do_Only_Initial_Word => False, For_Word_List_Check => False, Do_Only_Fixes => False, Do_Fixes_Anyway => False, Use_Prefixes => True, Use_Suffixes => True, Use_Tackons => True, Do_Medieval_Tricks => True, Do_Syncope => True, Do_Two_Words => True, Include_Unknown_Context => True, No_Meanings => False, Omit_Archaic => True, Omit_Medieval => False, Omit_Uncommon => True, Do_I_For_J => False, Do_U_For_V => False, Pause_In_Screen_Output => True, No_Screen_Activity => False, Update_Local_Dictionary => False, Update_Meanings => False, Minimize_Output => True); Bad_Mdev_File : exception; --HAVE_DEBUG_FILE_HELP : constant HELP_TYPE := ( -- "This option instructs the program to Create a file which can hold ", -- "certain internal information about the current search. The file is ", -- "overwritten for every word in order to prevent it from growing out of ", -- "hand, so information about the last word searched is saved in case of ", -- "failure. The debug Output file is named " & DEBUG_FULL_NAME -- & (42+DEBUG_FULL_NAME'LENGTH .. 70 => ' '), -- "Use of this option, along with the WRITE_DEBUG_FILE option may slow ", -- "the program significantly. This information is usually only useful ", -- "to the developer, so the default is N(o). "); -- --WRITE_DEBUG_FILE_HELP : constant HELP_TYPE := ( -- "This option instructs the program, when HAVE_DEBUG_FILE is on, to Put ", -- "some debug data to a file named " & DEBUG_FULL_NAME -- & (33+DEBUG_FULL_NAME'LENGTH .. 70 => ' '), -- "This option may be turned on and off while running of the program, " -- "thereby capturing only certain desired results. The file is reset and", -- "restarted after each word parsed, so that it does not Get too big. ", -- "If the option HAVE_DEBUG_FILE is off, the user will not be given a ", -- "chance to turn this one on. Default is N(o). "); -- Have_Statistics_File_Help : constant Help_Type := ( "This option instructs the program to Create a file which can hold ", "certain statistical information about the process. The file is ", "overwritten for new invocation of the program, so old data must be ", "explicitly saved if it is to be retained. The statistics are in TEXT ", "format. The statistics file is named " & Stats_Full_Name & (42 + Stats_Full_Name'Length .. 70 => ' '), "This information is only of development use, so the default is N(o). "); Write_Statistics_File_Help : constant Help_Type := ( "This option instructs the program, with HAVE_STATISTICS_FILE, to Put ", "derived statistics in a file named " & Stats_Full_Name & (36 + Stats_Full_Name'Length .. 70 => ' '), "This option may be turned on and off while running of the program, ", "thereby capturing only certain desired results. The file is reset at ", "each invocation of the program, if the HAVE_STATISTICS_FILE is set. ", "If the option HAVE_STATISTICS_FILE is off, the user will not be given ", "a chance to turn this one on. Default is N(o). "); Show_Dictionary_Help : constant Help_Type := ( "This option causes a flag, like 'GEN>' to be Put before the meaning ", "in the Output. While this is useful for certain development purposes,", "it forces off a few Characters from the meaning, and is really of no ", "interest to most users. ", "The default choice is N(o), but it can be turned on with a Y(es). "); Show_Dictionary_Line_Help : constant Help_Type := ( "This option causes the number of the dictionary line for the current ", "meaning to be Output. This is of use to no one but the dictionary ", "maintainer. The default choice is N(o). It is activated by Y(es). "); Show_Dictionary_Codes_Help : constant Help_Type := ( "This option causes the codes for the dictionary entry for the current ", "meaning to be Output. This may not be useful to any but the most ", "involved user. The default choice is N(o). It is activated by Y(es)."); Do_Pearse_Codes_Help : constant Help_Type := ( "This option causes special codes to be Output flagging the different ", "kinds of Output lines. 01 for forms, 02 for dictionary forms, and ", "03 for meaning. The default choice is N(o). It is activated by Y(es).", "There are no Pearse codes in English mode. "); Do_Only_Initial_Word_Help : constant Help_Type := ( "This option instructs the program to only analyze the initial word on ", "each line submitted. This is a tool for checking and integrating new ", "dictionary Input, and will be of no interest to the general user. ", "The default choice is N(o), but it can be turned on with a Y(es). "); For_Word_List_Check_Help : constant Help_Type := ( "This option works in conjunction with DO_ONLY_INITIAL_WORD to allow ", "the processing of scanned dictionaries or text word lists. It accepts", "only the forms common in dictionary entries, like NOM S for N or ADJ, ", "or PRES ACTIVE IND 1 S for V. It is be used only with DO_INITIAL_WORD", "The default choice is N(o), but it can be turned on with a Y(es). "); Do_Only_Fixes_Help : constant Help_Type := ( "This option instructs the program to ignore the normal dictionary ", "search and to go direct to attach various prefixes and suffixes before", "processing. This is a pure research tool. It allows one to examine ", "the coverage of pure stems and dictionary primary compositions. ", "This option is only available if DO_FIXES is turned on. ", "This is entirely a development and research tool, not to be used in ", "conventional translation situations, so the default choice is N(o). ", "This processing can be turned on with the choice of Y(es). "); Do_Fixes_Anyway_Help : constant Help_Type := ( "This option instructs the program to do both the normal dictionary ", "search and then process for the various prefixes and suffixes too. ", "This is a pure research tool allowing one to consider the possibility ", "of strange constructions, even in the presence of conventional ", "results, e.g., alte => deeply (ADV), but al+t+e => wing+ed (ADJ VOC) ", "(If multiple suffixes were supported this could also be wing+ed+ly.) ", "This option is only available if DO_FIXES is turned on. ", "This is entirely a development and research tool, not to be used in ", "conventional translation situations, so the default choice is N(o). ", "This processing can be turned on with the choice of Y(es). ", " ------ PRESENTLY NOT IMPLEMENTED ------ "); Use_Prefixes_Help : constant Help_Type := ( "This option instructs the program to implement prefixes from ADDONS ", "whenever and wherever FIXES are called for. The purpose of this ", "option is to allow some flexibility while the program in running to ", "select various combinations of fixes, to turn them on and off, ", "individually as well as collectively. This is an option usually ", "employed by the developer while experimenting with the ADDONS file. ", "This option is only effective in connection with DO_FIXES. ", "This is primarily a development tool, so the conventional user should ", "probably maintain the default choice of Y(es). "); Use_Suffixes_Help : constant Help_Type := ( "This option instructs the program to implement suffixes from ADDONS ", "whenever and wherever FIXES are called for. The purpose of this ", "option is to allow some flexibility while the program in running to ", "select various combinations of fixes, to turn them on and off, ", "individually as well as collectively. This is an option usually ", "employed by the developer while experimenting with the ADDONS file. ", "This option is only effective in connection with DO_FIXES. ", "This is primarily a development tool, so the conventional user should ", "probably maintain the default choice of Y(es). "); Use_Tackons_Help : constant Help_Type := ( "This option instructs the program to implement TACKONS from ADDONS ", "whenever and wherever FIXES are called for. The purpose of this ", "option is to allow some flexibility while the program in running to ", "select various combinations of fixes, to turn them on and off, ", "individually as well as collectively. This is an option usually ", "employed by the developer while experimenting with the ADDONS file. ", "This option is only effective in connection with DO_FIXES. ", "This is primarily a development tool, so the conventional user should ", "probably maintain the default choice of Y(es). "); Do_Medieval_Tricks_Help : constant Help_Type := ( "This option instructs the program, when it is unable to find a proper ", "match in the dictionary, and after various prefixes and suffixes, and ", "trying every Classical Latin trick it can think of, to go to a few ", "that are usually only found in medieval Latin, replacements of z -> di", "caul -> col, st -> est, ix -> is, nct -> nt. It also tries some things", "like replacing doubled consonants in classical with a single one. ", "Together these tricks are useful, but may give False Positives (>20%).", "This option is only available if the general DO_TRICKS is chosen. ", "If the text is late or medieval, this option is much more useful than ", "tricks for classical. The dictionary can never contain all spelling ", "variations found in medieval Latin, but some constructs are common. ", "The default choice is N(o), since the results are iffy, medieval only,", "and expensive. This processing is turned on with the choice of Y(es)."); Do_Syncope_Help : constant Help_Type := ( "This option instructs the program to postulate that syncope of ", "perfect stem verbs may have occurred (e.g, aver -> ar in the perfect),", "and to try various possibilities for the insertion of a removed 'v'. ", "To do this it has to fully process the modified candidates, which can ", "have a considerable impact on the speed of processing a large file. ", "However, this trick seldom produces a False Positive, and syncope is ", "very common in Latin (first year texts excepted). Default is Y(es). ", "This processing is turned off with the choice of N(o). "); Do_Two_Words_Help : constant Help_Type := ( "There are some few common Latin expressions that combine two inflected", "words (e.g. respublica, paterfamilias). There are numerous examples ", "of numbers composed of two words combined together. ", "Sometimes a text or inscription will have words run together. ", "When WORDS is unable to reach a satisfactory solution with all other ", "tricks, as a last stab it will try to break the Input into two words. ", "This most often fails. Even if mechanically successful, the result is", "usually False and must be examined by the user. If the result is ", "correct, it is probably clear to the user. Otherwise, beware. . ", "Since this is a last chance and infrequent, the default is Y(es); ", "This processing is turned off with the choice of N(o). "); Include_Unknown_Context_Help : constant Help_Type := ( "This option instructs the program, when writing to an UNKNOWNS file, ", "to Put out the whole context of the UNKNOWN (the whole Input line on ", "which the UNKNOWN was found). This is appropriate for processing ", "large text files in which it is expected that there will be relatively", "few UNKNOWNS. The main use at the moment is to provide display ", "of the Input line on the Output file in the case of UNKNOWNS_ONLY. "); No_Meanings_Help : constant Help_Type := ( "This option instructs the program to omit Putting out meanings. ", "This is only useful for certain dictionary maintenance procedures. ", "The combination not DO_DICTIONARY_FORMS, MEANINGS_ONLY, NO_MEANINGS ", "results in no visible Output, except spacing lines. Default is N)o."); Omit_Archaic_Help : constant Help_Type := ( "THIS OPTION IS CAN ONLY BE ACTIVE IF WORDS_MODE(TRIM_OUTPUT) IS SET! ", "This option instructs the program to omit inflections and dictionary ", "entries with an AGE code of A (Archaic). Archaic results are rarely ", "of interest in general use. If there is no other possible form, then ", "the Archaic (roughly defined) will be reported. The default is Y(es)."); Omit_Medieval_Help : constant Help_Type := ( "THIS OPTION IS CAN ONLY BE ACTIVE IF WORDS_MODE(TRIM_OUTPUT) IS SET! ", "This option instructs the program to omit inflections and dictionary ", "entries with AGE codes of E or later, those not in use in Roman times.", "While later forms and words are a significant application, most users ", "will not want them. If there is no other possible form, then the ", "Medieval (roughly defined) will be reported. The default is Y(es). "); Omit_Uncommon_Help : constant Help_Type := ( "THIS OPTION IS CAN ONLY BE ACTIVE IF WORDS_MODE(TRIM_OUTPUT) IS SET! ", "This option instructs the program to omit inflections and dictionary ", "entries with FREQ codes indicating that the selection is uncommon. ", "While these forms area significant feature of the program, many users ", "will not want them. If there is no other possible form, then the ", "uncommon (roughly defined) will be reported. The default is Y(es). "); Do_I_For_J_Help : constant Help_Type := ( "This option instructs the program to modify the Output so that the j/J", "is represented as i/I. The consonant i was Written as j in cursive in", "Imperial times and called i longa, and often rendered as j in medieval", "times. The capital is usually rendered as I, as in inscriptions. ", "If this is NO/FALSE, the Output will have the same Character as Input.", "The program default, and the dictionary convention is to retain the j.", "Reset if this is unsuitable for your application. The default is N(o)."); Do_U_For_V_Help : constant Help_Type := ( "This option instructs the program to modify the Output so that the u ", "is represented as v. The consonant u was Written sometimes as uu. ", "The pronunciation was as current w, and important for poetic meter. ", "With the printing press came the practice of distinguishing consonant ", "u with the Character v, and was common for centuries. The practice of", "using only u has been adopted in some 20th century publications (OLD),", " but it is confusing to many modern readers. The capital is commonly ", "V in any case, as it was and is in inscriptions (easier to chisel). ", "If this is NO/FALSE, the Output will have the same Character as Input.", "The program default, and the dictionary convention is to retain the v.", "Reset If this is unsuitable for your application. The default is N(o)."); Pause_In_Screen_Output_Help : constant Help_Type := ( "This option instructs the program to pause in Output on the screen ", "after about 16 lines so that the user can read the Output, otherwise ", "it would just scroll off the top. A RETURN/ENTER gives another page. ", "If the program is waiting for a return, it cannot take other Input. ", "This option is active only for keyboard entry or command line Input, ", "and only when there is no Output file. It is moot if only single word", "Input or brief Output. The default is Y(es). "); No_Screen_Activity_Help : constant Help_Type := ( "This option instructs the program not to keep a running screen of the ", "Input. This is probably only to be used by the developer to calibrate", "run times for large text file Input, removing the time necessary to ", "Write to screen. The default is N(o). "); Update_Local_Dictionary_Help : constant Help_Type := ( "This option instructs the program to invite the user to Input a new ", "word to the local dictionary on the fly. This is only active if the ", "program is not using an (@) Input file! If an UNKNOWN is discovered, ", "the program asks for STEM, PART, and MEAN, the basic elements of a ", "dictionary entry. These are Put into the local dictionary right then,", "and are available for the rest of the session, and all later sessions.", "The use of this option requires a detailed knowledge of the structure ", "of dictionary entries, and is not for the average user. If the entry ", "is not valid, reloading the dictionary will raise and exception, and ", "the invalid entry will be rejected, but the program will continue ", "without that word. Any invalid entries can be corrected or deleted ", "off-line with a text editor on the local dictionary file. If one does", "not want to enter a word when this option is on, a simple RETURN at ", "the STEM=> prompt will ignore and continue the program. This option ", "is only for very experienced users and should normally be off. ", " The default is N(o). ", " ------ NOT AVAILABLE IN THIS VERSION ------- "); Update_Meanings_Help : constant Help_Type := ( "This option instructs the program to invite the user to modify the ", "meaning displayed on a word translation. This is only active if the ", "program is not using an (@) Input file! These changes are Put into ", "the dictionary right then and permanently, and are available from ", "then on, in this session, and all later sessions. Unfortunately, ", "these changes will not survive the replacement of the dictionary by a ", "new version from the developer. Changes can only be recovered by ", "considerable processing by the developer, and should be left there. ", "This option is only for experienced users and should remain off. ", " The default is N(o). ", " ------ NOT AVAILABLE IN THIS VERSION ------- "); Minimize_Output_Help : constant Help_Type := ( "This option instructs the program to minimize the Output. This is a ", "somewhat flexible term, but the use of this option will probably lead ", "to less Output. The default is Y(es). "); Save_Parameters_Help : constant Help_Type := ( "This option instructs the program, to save the current parameters, as ", "just established by the user, in a file WORD.MDV. If such a file ", "exists, the program will load those parameters at the start. If no ", "such file can be found in the current subdirectory, the program will ", "start with a default set of parameters. Since this parameter file is ", "human-readable ASCII, it may also be Created with a text editor. If ", "the file found has been improperly Created, is in the wrong format, or", "otherwise uninterpretable by the program, it will be ignored and the ", "default parameters used, until a proper parameter file in written by ", "the program. Since one may want to make temporary changes during a ", "run, but revert to the usual set, the default is N(o). "); procedure Put (Help : Help_Type) is begin New_Line; for I in Help'First .. Help'Last loop Put_Line (Help (I)); end loop; New_Line; end Put; procedure Update_Local_Dictionary_File is Blank_Line : constant String (1 .. 80) := (others => ' '); Line, Stem_Line, Part_Line, Mean_Line : String (1 .. 80) := Blank_Line; L, Sl, Pl, Ml : Integer := 0; -- SL BAD NAME !!!!!!!!!!! -- DICT_LOC : DICTIONARY; -- Def in LINE_STUFF Dict_Loc_File : File_Type; Dummy : File_Type; -- Omit when Put name here Dict_Loc_Name : constant String := Dictionary_File_Name & ".LOC"; procedure Ready_Dict_Loc_File is -- Effectively goes to the end of DICT_LOC to ready for appending -- Does this by making a new file and writing the old DICT_LOC into it -- If there is not already a DICT_LOC, it Creates one begin Open (Dict_Loc_File, In_File, Latin_Utils.Config.Path (Dict_Loc_Name)); Create (Dummy, Out_File); while not End_Of_File (Dict_Loc_File) loop Get_Line (Dict_Loc_File, Line, L); Put_Line (Dummy, Line (1 .. L)); end loop; Reset (Dummy, In_File); -- Might RESET, but environment might not support Delete (Dict_Loc_File); Create (Dict_Loc_File, Out_File, Dict_Loc_Name); while not End_Of_File (Dummy) loop Get_Line (Dummy, Line, L); Put_Line (Dict_Loc_File, Line (1 .. L)); end loop; Delete (Dummy); exception when Name_Error => Create (Dict_Loc_File, Out_File, Dict_Loc_Name); end Ready_Dict_Loc_File; procedure Append_To_Dict_Loc_File is -- This just appends the 3 lines of a dictionary entry to DICT_LOC -- It prepares the file to Write at the end, Writes, then Closes it begin Ready_Dict_Loc_File; Put_Line (Dict_Loc_File, Stem_Line (1 .. Sl)); -- SL bad name Put (Dict_Loc_File, Part_Line (1 .. Pl)); Put_Line (Dict_Loc_File, " X X X X X "); Put_Line (Dict_Loc_File, Mean_Line (1 .. Ml)); Close (Dict_Loc_File); end Append_To_Dict_Loc_File; begin loop Ada.Text_IO.Put ("STEMS =>"); Get_Line (Stem_Line, Sl); if Sl > 0 then -- if no Input for stems, then just skip the entry Ada.Text_IO.Put ("PART =>"); Get_Line (Part_Line, Pl); Ada.Text_IO.Put ("MEAN =>"); Get_Line (Mean_Line, Ml); else exit; -- on no entry, just CR end if; begin Append_To_Dict_Loc_File; Dict_Loc := Null_Dictionary; Load_Dictionary (Dict_Loc, Dictionary_File_Name & ".LOC"); -- Need to carry LOC through consistently on LOAD_D and LOAD_D_FILE Load_Stem_File (Local); Dictionary_Available (Local) := True; exit; -- If everything OK, otherwise loop back and try again end; end loop; end Update_Local_Dictionary_File; -- Is C one of: '!' .. '/', ':' .. '@', '[' .. '`', '{' .. '~' function Is_Special_Graphical (C : Character) return Boolean is Special_Graphical : constant array (Character) of Boolean := ('!' .. '/' => True, ':' .. '@' => True, '[' .. '`' => True, '{' .. '~' => True, others => False ); begin return Special_Graphical (C); end Is_Special_Graphical; procedure Put_Mdevs is use Mdev_Type_Io; use Reply_Type_Io; begin if Is_Open (Mdev_File) then Close (Mdev_File); end if; Create (Mdev_File, Out_File, Mdev_Full_Name); for I in Words_Mdev'Range loop Put (Mdev_File, I); Set_Col (Mdev_File, 35); Put (Mdev_File, Reply (Words_Mdev (I))); New_Line (Mdev_File); end loop; Put (Mdev_File, "START_FILE_CHARACTER '" & Start_File_Character & "'"); New_Line (Mdev_File); Put (Mdev_File, "CHANGE_PARAMETERS_CHARACTER '" & Change_Parameters_Character & "'"); New_Line (Mdev_File); Put (Mdev_File, "CHANGE_DEVELOPER_MODES_CHARACTER '" & Change_Developer_Modes_Character & "'"); New_Line (Mdev_File); Close (Mdev_File); end Put_Mdevs; procedure Get_Mdevs is use Mdev_Type_Io; use Reply_Type_Io; Mo : Mdev_Type; Rep : Reply_Type; Line : String (1 .. 100) := (others => ' '); Last : Integer := 0; begin Open (Mdev_File, In_File, Latin_Utils.Config.Path (Mdev_Full_Name)); for I in Words_Mdev'Range loop Get (Mdev_File, Mo); Get (Mdev_File, Rep); Words_Mdev (Mo) := Mdev_Of_Reply (Rep); end loop; Skip_Line (Mdev_File); Get_Line (Mdev_File, Line, Last); if Line (1 .. 20) = "START_FILE_CHARACTER" then if Is_Special_Graphical (Line (35)) and (Line (35) /= Change_Parameters_Character) and (Line (35) /= Change_Developer_Modes_Character) then Start_File_Character := Line (35); else Put_Line ("Not an acceptable START_FILE_CHARACTER, may conflict"); Put_Line ("NO CHANGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); end if; else raise Bad_Mdev_File; end if; Get_Line (Mdev_File, Line, Last); if Line (1 .. 27) = "CHANGE_PARAMETERS_CHARACTER" then if Is_Special_Graphical (Line (35)) and (Line (35) /= Start_File_Character) and (Line (35) /= Change_Developer_Modes_Character) then Change_Parameters_Character := Line (35); else Put_Line ("Not an acceptable CHANGE_PARAMETERS_CHARACTER, may conflict"); Put_Line ("NO CHANGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); end if; else raise Bad_Mdev_File; end if; Get_Line (Mdev_File, Line, Last); if Line (1 .. 32) = "CHANGE_DEVELOPER_MODES_CHARACTER" then if Is_Special_Graphical (Line (35)) and (Line (35) /= Start_File_Character) and (Line (35) /= Change_Parameters_Character) then Change_Developer_Modes_Character := Line (35); else Put_Line ("Not an acceptable CHANGE_DEVELOPER_MODES_CHARACTER," & " may conflict"); Put_Line ("NO CHANGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); end if; else raise Bad_Mdev_File; end if; Close (Mdev_File); exception when Name_Error => raise; when others => raise Bad_Mdev_File; end Get_Mdevs; procedure Inquire (Mo : Mdev_Type; Help : in Help_Type := No_Help) is use Mdev_Type_Io; use Reply_Type_Io; L1 : String (1 .. 100); Ll : Natural; R : Reply_Type; begin Put (Mo); Put (" ? "); Set_Col (45); Put ("(Currently "); Put (Reply (Words_Mdev (Mo))); Put (" =>"); Get_Line (L1, Ll); if Ll /= 0 then if Trim (L1 (1 .. Ll)) = "" then Put_Line ("Blank Input, skipping the rest of CHANGE_DEVELOPER_MODES"); raise Blank_Input; elsif L1 (1) = '?' then Put (Help); Inquire (Mo, Help); else Get (L1 (1 .. Ll), R, Ll); Words_Mdev (Mo) := Mdev_Of_Reply (R); end if; end if; New_Line; end Inquire; procedure Change_Developer_Modes is L1 : String (1 .. 100); Ll : Natural; R : Reply_Type; begin Put_Line ("To set developer modes reply Y/y or N/n." & " Return accepts current value."); Put_Line ("A '?' reply gives information/help on that parameter." & " A space skips the rest."); Put_Line ("Developer modes are only for special requirements and " & "may not all be operable."); New_Line; -- Interactive MDEV - lets you do things on unknown words -- You can say it is a noun and then look at the endings -- Or look all the endings and guess what part of speech -- You can look at the dictionary items that are Close to the word -- There may be cases in which the stem is found but is not of right part -- So maybe the word list is deficient and that root goes also to a ADJ -- even if it is listed only for a N. -- One can also look for ADV here with ending 'e', etc. -- You can look up the word in a paper dictionary (with the help of -- ending) -- And then enter the word into DICT.LOC, so it will hit next time -- All unknowns could be recorded in a file for later reference -- A '?' gives information (help) about the item in question -- One can change the symbol that the main program uses for change -- and file -- One can save the new parameters or let them revert to previous -- There should be a basic set of parameters that one can always go to -- There should be moods of translation, maybe to switch dictionaries -- Maybe to turn on or off pre/suffix -- Maybe to allow the user to look at just all the prefixes that match -- INQUIRE (HAVE_DEBUG_FILE, HAVE_DEBUG_FILE_HELP); -- if IS_OPEN (DBG) and then not WORDS_MDEV (HAVE_DEBUG_FILE) then -- DELETE (DBG); -- WORDS_MDEV (WRITE_DEBUG_FILE) := FALSE; -- end if; -- if not IS_OPEN (DBG) and then WORDS_MDEV (HAVE_DEBUG_FILE) then -- begin -- CREATE (DBG, OUT_FILE, DEBUG_FULL_NAME); -- exception -- when others => -- PUT_LINE ("Cannot CREATE WORD.DBG " & -- "-- Check if it is in use elsewhere"); -- end; -- end if; -- -- if WORDS_MDEV (HAVE_DEBUG_FILE) then -- INQUIRE (WRITE_DEBUG_FILE, WRITE_DEBUG_FILE_HELP); -- end if; Inquire (Have_Statistics_File, Have_Statistics_File_Help); if Is_Open (Stats) and then not Words_Mdev (Have_Statistics_File) then Delete (Stats); Words_Mdev (Write_Statistics_File) := False; end if; if not Is_Open (Stats) and then Words_Mdev (Have_Statistics_File) then begin Create (Stats, Out_File, Stats_Full_Name); exception when others => Put_Line ("Cannot CREATE WORD.STA - Check if it is in use elsewhere"); end; end if; if Words_Mdev (Have_Statistics_File) then Inquire (Write_Statistics_File, Write_Statistics_File_Help); end if; Inquire (Do_Only_Initial_Word, Do_Only_Initial_Word_Help); if Words_Mdev (Do_Only_Initial_Word) then Inquire (For_Word_List_Check, For_Word_List_Check_Help); else Words_Mdev (For_Word_List_Check) := False; end if; Inquire (Show_Dictionary, Show_Dictionary_Help); Inquire (Show_Dictionary_Line, Show_Dictionary_Line_Help); Inquire (Show_Dictionary_Codes, Show_Dictionary_Codes_Help); Inquire (Do_Pearse_Codes, Do_Pearse_Codes_Help); if Words_Mode (Do_Fixes) then Inquire (Do_Only_Fixes, Do_Only_Fixes_Help); Inquire (Do_Fixes_Anyway, Do_Fixes_Anyway_Help); end if; Inquire (Use_Prefixes, Use_Prefixes_Help); Inquire (Use_Suffixes, Use_Suffixes_Help); Inquire (Use_Tackons, Use_Tackons_Help); if Words_Mode (Do_Tricks) then Inquire (Do_Medieval_Tricks, Do_Medieval_Tricks_Help); end if; Inquire (Do_Syncope, Do_Syncope_Help); Inquire (Do_Two_Words, Do_Two_Words_Help); Inquire (Include_Unknown_Context, Include_Unknown_Context_Help); Inquire (No_Meanings, No_Meanings_Help); Inquire (Omit_Archaic, Omit_Archaic_Help); Inquire (Omit_Medieval, Omit_Medieval_Help); Inquire (Omit_Uncommon, Omit_Uncommon_Help); Inquire (Do_I_For_J, Do_I_For_J_Help); Inquire (Do_U_For_V, Do_U_For_V_Help); Inquire (Pause_In_Screen_Output, Pause_In_Screen_Output_Help); Inquire (No_Screen_Activity, No_Screen_Activity_Help); Inquire (Update_Local_Dictionary, Update_Local_Dictionary_Help); Inquire (Update_Meanings, Update_Meanings_Help); Inquire (Minimize_Output, Minimize_Output_Help); Put ("START_FILE_CHARACTER ? "); Set_Col (45); Put ("(Currently '"); Put (Start_File_Character); Put ("'"); Put (" =>"); Get_Line (L1, Ll); if Ll /= 0 then if Is_Special_Graphical (L1 (1)) and (L1 (1) /= Change_Parameters_Character) and (L1 (1) /= Change_Developer_Modes_Character) then Start_File_Character := L1 (1); else Put_Line ("Not an acceptable Character, " & "may conflict with other Input"); Put_Line ("NO CHANGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); end if; end if; New_Line; Put ("CHANGE_PARAMETERS_CHARACTER ? "); Set_Col (45); Put ("(Currently '"); Put (Change_Parameters_Character); Put ("'"); Put (" =>"); Get_Line (L1, Ll); if Ll /= 0 then if Is_Special_Graphical (L1 (1)) and (L1 (1) /= Start_File_Character) and (L1 (1) /= Change_Developer_Modes_Character) then Change_Parameters_Character := L1 (1); else Put_Line ("Not an acceptable Character," & " may conflict with other Input"); Put_Line ("NO CHANGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); end if; end if; New_Line; Put ("CHANGE_DEVELOPER_MODES_CHARACTER ? "); Set_Col (45); Put ("(Currently '"); Put (Change_Developer_Modes_Character); Put ("'"); Put (" =>"); Get_Line (L1, Ll); if Ll /= 0 then if Is_Special_Graphical (L1 (1)) and (L1 (1) /= Start_File_Character) and (L1 (1) /= Change_Language_Character) and (L1 (1) /= Change_Parameters_Character) then Change_Developer_Modes_Character := L1 (1); else Put_Line ("Not an acceptable Character, " & "may conflict with other Input"); Put_Line ("NO CHANGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); end if; end if; New_Line; Put ("Do you wish to save this set of parameters? Y or N (Default) "); Put (" =>"); Get_Line (L1, Ll); if Ll /= 0 then if L1 (1) = '?' then Put (Save_Parameters_Help); Put ("Do you wish to save this set of parameters? Y or N (Default) "); Put (" =>"); Get_Line (L1, Ll); end if; Reply_Type_Io.Get (L1 (1 .. Ll), R, Ll); if Mdev_Of_Reply (R) then Put_Mdevs; Put_Line ("MDEV_ARRAY saved in file " & Mdev_Full_Name); end if; end if; New_Line; exception when Blank_Input => null; when others => Put_Line ("Bad Input - terminating CHANGE_DEVELOPER_PARAMETERS"); end Change_Developer_Modes; procedure Initialize_Developer_Parameters is begin Do_Mdev_File : begin -- Read the MDEV file Get_Mdevs; Preface.Put_Line ("MDEV_FILE found - Using those MDEVs and parameters"); exception -- If there is any problem -- Put that the MDEV file is corrupted and the options are: -- to proceed with default parameters -- to set parameters with a CHANGE (SET) PARAMETERS and save -- to examine the MDEV file with a text editor and try to repair it when Name_Error => Words_Mdev := Default_Mdev_Array; when Bad_Mdev_File => Preface.Put_Line ("MDEV_FILE exists, but empty or corupted - Default MDEVs used"); Preface.Put_Line ("You can set new parameters with CHANGE PARAMETERS and save."); Words_Mdev := Default_Mdev_Array; end Do_Mdev_File; -- if not IS_OPEN (DBG) and then WORDS_MDEV (HAVE_DEBUG_FILE) then -- CREATE (DBG, OUT_FILE, DEBUG_FULL_NAME); -- PREFACE.PUT_LINE ("WORD.DBG Created at Initialization"); -- end if; if not Is_Open (Stats) and then Words_Mdev (Have_Statistics_File) then Create (Stats, Out_File, Stats_Full_Name); Preface.Put_Line ("WORD.STA Created at Initialization"); end if; end Initialize_Developer_Parameters; end Support_Utils.Developer_Parameters;
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- S Y S T E M . C R C 3 2 -- -- -- -- S p e c -- -- -- -- Copyright (C) 2001 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- -- -- -- -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package provides routines for computing a commonly used checksum -- called CRC-32. This is a checksum based on treating the binary data -- as a polynomial over a binary field, and the exact specifications of -- the CRC-32 algorithm are as follows: -- -- Name : "CRC-32" -- Width : 32 -- Poly : 04C11DB7 -- Init : FFFFFFFF -- RefIn : True -- RefOut : True -- XorOut : FFFFFFFF -- Check : CBF43926 -- -- Note that this is the algorithm used by PKZip, Ethernet and FDDI. -- -- For more information about this algorithm see: -- -- ftp://ftp.rocksoft.com/papers/crc_v3.txt -- "A Painless Guide to CRC Error Detection Algorithms", Ross N. Williams -- -- "Computation of Cyclic Redundancy Checks via Table Look-Up", Communications -- of the ACM, Vol. 31 No. 8, pp.1008-1013 Aug. 1988. Sarwate, D.V. with Interfaces; package System.CRC32 is type CRC32 is new Interfaces.Unsigned_32; -- Used to represent CRC32 values, which are 32 bit bit-strings procedure Initialize (C : out CRC32); pragma Inline (Initialize); -- Initialize CRC value by assigning the standard Init value (16#FFFF_FFFF) procedure Update (C : in out CRC32; Value : Character); pragma Inline (Update); -- Evolve CRC by including the contribution from Character'Pos (Value) function Get_Value (C : CRC32) return Interfaces.Unsigned_32; pragma Inline (Get_Value); -- Get_Value computes the CRC32 value by performing an XOR with the -- standard XorOut value (16#FFFF_FFFF). Note that this does not -- change the value of C, so it may be used to retrieve intermediate -- values of the CRC32 value during a sequence of Update calls. end System.CRC32;
package body System.Interrupts is procedure Install_Handlers ( Object : not null access Static_Interrupt_Protection; New_Handlers : New_Handler_Array) is Length : constant Natural := New_Handlers'Length; begin for I in 0 .. Length - 1 loop declare New_Item : New_Handler_Item renames New_Handlers (New_Handlers'First + I); begin if Ada.Interrupts.Is_Reserved (New_Item.Interrupt) then raise Program_Error; -- CXC3002 end if; declare Previous_Item : Previous_Handler_Item renames Object.Previous_Handlers ( Object.Previous_Handlers'First + I); begin Previous_Item.Interrupt := New_Item.Interrupt; Interrupt_Handlers.Set_Static_Handler ( New_Item.Handler); Ada.Interrupts.Unchecked_Exchange_Handler ( Previous_Item.Handler, New_Item.Handler, New_Item.Interrupt); end; end; end loop; end Install_Handlers; overriding procedure Finalize ( Object : in out Static_Interrupt_Protection) is begin for I in Object.Previous_Handlers'Range loop declare Previous_Item : Previous_Handler_Item renames Object.Previous_Handlers (I); begin Ada.Interrupts.Unchecked_Attach_Handler ( Previous_Item.Handler, Previous_Item.Interrupt); end; end loop; end Finalize; end System.Interrupts;
pragma Ada_2005; pragma Style_Checks (Off); pragma Warnings (Off); with Interfaces.C; use Interfaces.C; with System; with glib; with glib.Values; with System; -- limited with GStreamer.GST_Low_Level.glib_2_0_glib_glist_h; package GStreamer.GST_Low_Level.gstreamer_0_10_gst_audio_mixerutils_h is -- GStreamer -- * Copyright (C) 2005-2006 Tim-Philipp Müller <tim centricular net> -- * -- * This library is free software; you can redistribute it and/or -- * modify it under the terms of the GNU Library General Public -- * License as published by the Free Software Foundation; either -- * version 2 of the License, or (at your option) any later version. -- * -- * This library is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- * Library General Public License for more details. -- * -- * You should have received a copy of the GNU Library General Public -- * License along with this library; if not, write to the -- * Free Software Foundation, Inc., 59 Temple Place - Suite 330, -- * Boston, MA 02111-1307, USA. -- --* -- * GstAudioMixerFilterFunc: -- * @mixer: a #GstElement implementing the #GstMixer interface -- * @user_data: user data -- * -- * Function that will be called by gst_audio_default_registry_mixer_filter() -- * so the caller can decide which mixer elements should be kept and returned. -- * When the mixer element is passed to the callback function, it is opened -- * and in READY state. If you decide to keep the element, you need to set it -- * back to NULL state yourself (unless you want to keep it opened of course). -- * -- * Returns: TRUE if the element should be kept, FALSE otherwise. -- type GstAudioMixerFilterFunc is access function (arg1 : System.Address; arg2 : System.Address) return GLIB.gboolean; pragma Convention (C, GstAudioMixerFilterFunc); -- gst/audio/mixerutils.h:41 function gst_audio_default_registry_mixer_filter (filter_func : GstAudioMixerFilterFunc; first : GLIB.gboolean; user_data : System.Address) return access GStreamer.GST_Low_Level.glib_2_0_glib_glist_h.GList; -- gst/audio/mixerutils.h:44 pragma Import (C, gst_audio_default_registry_mixer_filter, "gst_audio_default_registry_mixer_filter"); end GStreamer.GST_Low_Level.gstreamer_0_10_gst_audio_mixerutils_h;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- S Y S T E M . O S _ I N T E R F A C E -- -- -- -- B o d y -- -- -- -- Copyright (C) 1997-2020, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- ------------------------------------------------------------------------------ -- This is a AIX (Native) version of this package package body System.OS_Interface is use Interfaces.C; ----------------- -- To_Duration -- ----------------- function To_Duration (TS : timespec) return Duration is begin return Duration (TS.tv_sec) + Duration (TS.tv_nsec) / 10#1#E9; end To_Duration; ------------------------ -- To_Target_Priority -- ------------------------ function To_Target_Priority (Prio : System.Any_Priority) return Interfaces.C.int is Dispatching_Policy : Character; pragma Import (C, Dispatching_Policy, "__gl_task_dispatching_policy"); Time_Slice_Val : Integer; pragma Import (C, Time_Slice_Val, "__gl_time_slice_val"); begin -- For the case SCHED_OTHER the only valid priority across all supported -- versions of AIX is 1 (note that the scheduling policy can be set -- with the pragma Task_Dispatching_Policy or setting the time slice -- value). Otherwise, for SCHED_RR and SCHED_FIFO, the system defines -- priorities in the range 1 .. 127. This means that we must map -- System.Any_Priority in the range 0 .. 126 to 1 .. 127. if Dispatching_Policy = ' ' and then Time_Slice_Val < 0 then return 1; else return Interfaces.C.int (Prio) + 1; end if; end To_Target_Priority; ----------------- -- To_Timespec -- ----------------- function To_Timespec (D : Duration) return timespec is S : time_t; F : Duration; begin S := time_t (Long_Long_Integer (D)); F := D - Duration (S); -- If F is negative due to a round-up, adjust for positive F value if F < 0.0 then S := S - 1; F := F + 1.0; end if; return timespec'(tv_sec => S, tv_nsec => long (Long_Long_Integer (F * 10#1#E9))); end To_Timespec; ----------------- -- sched_yield -- ----------------- -- AIX Thread does not have sched_yield; function sched_yield return int is procedure pthread_yield; pragma Import (C, pthread_yield, "sched_yield"); begin pthread_yield; return 0; end sched_yield; -------------------- -- Get_Stack_Base -- -------------------- function Get_Stack_Base (thread : pthread_t) return Address is pragma Warnings (Off, thread); begin return Null_Address; end Get_Stack_Base; -------------------------- -- PTHREAD_PRIO_INHERIT -- -------------------------- AIX_Version : Integer := 0; -- AIX version in the form xy for AIX version x.y (0 means not set) SYS_NMLN : constant := 32; -- AIX system constant used to define utsname, see sys/utsname.h subtype String_NMLN is String (1 .. SYS_NMLN); type utsname is record sysname : String_NMLN; nodename : String_NMLN; release : String_NMLN; version : String_NMLN; machine : String_NMLN; procserial : String_NMLN; end record; pragma Convention (C, utsname); procedure uname (name : out utsname); pragma Import (C, uname); function PTHREAD_PRIO_INHERIT return int is name : utsname; function Val (C : Character) return Integer; -- Transform a numeric character ('0' .. '9') to an integer --------- -- Val -- --------- function Val (C : Character) return Integer is begin return Character'Pos (C) - Character'Pos ('0'); end Val; -- Start of processing for PTHREAD_PRIO_INHERIT begin if AIX_Version = 0 then -- Set AIX_Version uname (name); AIX_Version := Val (name.version (1)) * 10 + Val (name.release (1)); end if; if AIX_Version < 53 then -- Under AIX < 5.3, PTHREAD_PRIO_INHERIT is defined as 0 in pthread.h return 0; else -- Under AIX >= 5.3, PTHREAD_PRIO_INHERIT is defined as 3 return 3; end if; end PTHREAD_PRIO_INHERIT; end System.OS_Interface;
-- Standard Ada library specification -- Copyright (c) 2003-2018 Maxim Reznik <reznikmm@gmail.com> -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. -- SPDX-License-Identifier: BSD-3-Clause and LicenseRef-AdaReferenceManual --------------------------------------------------------------------------- package Ada.Strings is pragma Pure (Strings); Space : constant Character := ' '; Wide_Space : constant Wide_Character := ' '; Wide_Wide_Space : constant Wide_Wide_Character := ' '; Length_Error, Pattern_Error, Index_Error, Translation_Error : exception; type Alignment is (Left, Right, Center); type Truncation is (Left, Right, Error); type Membership is (Inside, Outside); type Direction is (Forward, Backward); type Trim_End is (Left, Right, Both); end Ada.Strings;
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Web Framework -- -- -- -- Testsuite Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2012, Vadim Godunko <vgodunko@gmail.com> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ private with League.Strings; private with XML.SAX.Attributes; private with Web_Services.SOAP.Payloads.Decoders; package Test_248_Decoders is private type Test_248_Decoder is limited new Web_Services.SOAP.Payloads.Decoders.SOAP_Payload_Decoder with null record; overriding procedure Characters (Self : in out Test_248_Decoder; Text : League.Strings.Universal_String; Success : in out Boolean); overriding function Create (URI : not null access League.Strings.Universal_String) return Test_248_Decoder; overriding procedure End_Element (Self : in out Test_248_Decoder; Namespace_URI : League.Strings.Universal_String; Local_Name : League.Strings.Universal_String; Success : in out Boolean); overriding function Payload (Self : Test_248_Decoder) return not null Web_Services.SOAP.Payloads.SOAP_Payload_Access; overriding procedure Start_Element (Self : in out Test_248_Decoder; Namespace_URI : League.Strings.Universal_String; Local_Name : League.Strings.Universal_String; Attributes : XML.SAX.Attributes.SAX_Attributes; Success : in out Boolean); end Test_248_Decoders;
with Ada.Numerics.Elementary_Functions; use Ada.Numerics.Elementary_Functions; with Ada.Unchecked_Conversion; with Interfaces.C.Pointers; with System; with Ctestc_Types; use Ctestc_Types; package body Ctestc_Callbacks is package Float_Ptrs is new Interfaces.C.Pointers (Index => Natural, Element => Float, Element_Array => Float_Array, Default_Terminator => 0.0); use type Float_Ptrs.Pointer; subtype Float_Star is Float_Ptrs.Pointer; function Convert is new Ada.Unchecked_Conversion (System.Address, Float_Star); function Convert is new Ada.Unchecked_Conversion (System.Address, paTestData_Ptr); ---------------------- -- paMinLatCallback -- ---------------------- function paMinLatCallback (inputBuffer : System.Address; outputBuffer : System.Address; framesPerBuffer : Interfaces.C.unsigned_long; timeInfo : access PA_Stream_Callback_Time_Info; statusFlags : PA_Stream_Callback_Flags; userData : System.Address) return PA_Stream_Callback_Result is pragma Unreferenced (inputBuffer); pragma Unreferenced (timeInfo); pragma Unreferenced (statusFlags); oBuff : Float_Star := Convert (outputBuffer); lData : constant paTestData_Ptr := Convert (userData); left_phaseInc : Float := 0.02; right_phaseInc : Float := 0.06; left_phase : Float := lData.all.left_phase; right_phase : Float := lData.all.right_phase; begin for i in 1 .. Integer (framesPerBuffer) loop left_phase := left_phase + left_phaseInc; if left_phase > Two_Pi then left_phase := left_phase - Two_Pi; end if; oBuff.all := Sin (left_phase); Float_Ptrs.Increment (oBuff); right_phase := right_phase + right_phaseInc; if right_phase > Two_Pi then right_phase := right_phase - Two_Pi; end if; oBuff.all := Sin (right_phase); Float_Ptrs.Increment (oBuff); end loop; lData.all.left_phase := left_phase; lData.all.right_phase := right_phase; return paContinue; end paMinLatCallback; end Ctestc_Callbacks;
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- S Y S T E M . T A S K _ I N F O -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package body contains the routines associated with the implementation -- of the Task_Info pragma. -- This is the Solaris (native) version of this module package body System.Task_Info is ----------------------------- -- Bound_Thread_Attributes -- ----------------------------- function Bound_Thread_Attributes return Thread_Attributes is begin return (False, True); end Bound_Thread_Attributes; function Bound_Thread_Attributes (CPU : CPU_Number) return Thread_Attributes is begin return (True, True, CPU); end Bound_Thread_Attributes; --------------------------------- -- New_Bound_Thread_Attributes -- --------------------------------- function New_Bound_Thread_Attributes return Task_Info_Type is begin return new Thread_Attributes'(False, True); end New_Bound_Thread_Attributes; function New_Bound_Thread_Attributes (CPU : CPU_Number) return Task_Info_Type is begin return new Thread_Attributes'(True, True, CPU); end New_Bound_Thread_Attributes; ----------------------------------- -- New_Unbound_Thread_Attributes -- ----------------------------------- function New_Unbound_Thread_Attributes return Task_Info_Type is begin return new Thread_Attributes'(False, False); end New_Unbound_Thread_Attributes; ------------------------------- -- Unbound_Thread_Attributes -- ------------------------------- function Unbound_Thread_Attributes return Thread_Attributes is begin return (False, False); end Unbound_Thread_Attributes; N_CPU : Natural := 0; pragma Atomic (N_CPU); -- Cache CPU number. Use pragma Atomic to avoid a race condition when -- setting N_CPU in Number_Of_Processors below. -------------------------- -- Number_Of_Processors -- -------------------------- function Number_Of_Processors return Positive is begin if N_CPU = 0 then N_CPU := Natural (OS_Interface.sysconf (OS_Interface.SC_NPROCESSORS_ONLN)); end if; return N_CPU; end Number_Of_Processors; end System.Task_Info;
package PP_LF_Rounded is -- Operations whose semantics is the same as the corresponding -- operations on type Long_Float. These operations can appear both in -- Ada expressions and in SPARK assertions. -- -- The intention is that programmers do not enter these operations -- directly into the Ada code. Instead the provided pre-processor -- replaces each ordinary operator or call of an Long_Elementary_Functions -- function with a corresponding function from this package. -- -- The Prec parameter is used only by PolyPaver to work -- out the rounding precision. The value for Prec is supplied -- by the pre-processor. function Plus (Prec : Integer; X,Y : Long_Float) return Long_Float; --# pre Plus(Prec,X,Y) in Long_Float; function Minus (Prec : Integer; X,Y : Long_Float) return Long_Float; --# pre Minus(Prec,X,Y) in Long_Float; function Multiply (Prec : Integer; X,Y : Long_Float) return Long_Float; --# pre Multiply(Prec,X,Y) in Long_Float; function Divide (Prec : Integer; X,Y : Long_Float) return Long_Float; --# pre Y /= 0.0 and --# Divide(Prec,X,Y) in Long_Float; function Pi(Prec : Integer) return Long_Float; function Exp (Prec : Integer; X : Long_Float) return Long_Float; --# pre Exp(Prec,X) in Long_Float; function Sqrt (Prec : Integer; X : Long_Float) return Long_Float; --# pre X >= 0.0 and --# Sqrt(Prec,X) in Long_Float; end PP_LF_Rounded;
-- Suppose an arithmetic expression is given as a binary tree. Each leaf is an integer and each internal node is -- one of '+', '−', '∗', or '/'. -- -- Given the root to such a tree, write a function to evaluate it. -- -- For example, given the following tree: -- -- * -- / \ -- + + -- / \ / \ -- 3 2 4 5 -- -- You should return 45, as it is (3 + 2) * (4 + 5). package Parser_OO is type Node is tagged private; type Literal is new Node with private; type Operator is new Node with private; type Node_Ptr is access Node'Class; Null_Node : constant Node; Null_Literal : constant Literal; Null_Operator : constant Operator; -- Root is the root of the current sub-tree. function Evaluate (Root : in Node_Ptr) return Integer; private type Node tagged is null record; type Literal is new Node with record Value : Integer; end record; type Operator is new Node with record Which : Character; Left : Node_Ptr; Right : Node_Ptr; end record; Null_Node : constant Node := (others => <>); Null_Literal : constant Literal := (Value => 0); Null_Operator : constant Operator := (Which => '0', others => null); end Parser_OO;
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- A D A . C O N T A I N E R S . -- -- I N D E F I N I T E _ H A S H E D _ M A P S -- -- -- -- S p e c -- -- -- -- Copyright (C) 2004-2006, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- -- apply solely to the contents of the part following the private keyword. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- -- -- -- -- -- -- -- This unit was originally developed by Matthew J Heaney. -- ------------------------------------------------------------------------------ with Ada.Containers.Hash_Tables; with Ada.Streams; with Ada.Finalization; generic type Key_Type (<>) is private; type Element_Type (<>) is private; with function Hash (Key : Key_Type) return Hash_Type; with function Equivalent_Keys (Left, Right : Key_Type) return Boolean; with function "=" (Left, Right : Element_Type) return Boolean is <>; package Ada.Containers.Indefinite_Hashed_Maps is pragma Preelaborate; type Map is tagged private; pragma Preelaborable_Initialization (Map); type Cursor is private; pragma Preelaborable_Initialization (Cursor); Empty_Map : constant Map; No_Element : constant Cursor; function "=" (Left, Right : Map) return Boolean; function Capacity (Container : Map) return Count_Type; procedure Reserve_Capacity (Container : in out Map; Capacity : Count_Type); function Length (Container : Map) return Count_Type; function Is_Empty (Container : Map) return Boolean; procedure Clear (Container : in out Map); function Key (Position : Cursor) return Key_Type; function Element (Position : Cursor) return Element_Type; procedure Replace_Element (Container : in out Map; Position : Cursor; New_Item : Element_Type); procedure Query_Element (Position : Cursor; Process : not null access procedure (Key : Key_Type; Element : Element_Type)); procedure Update_Element (Container : in out Map; Position : Cursor; Process : not null access procedure (Key : Key_Type; Element : in out Element_Type)); procedure Move (Target : in out Map; Source : in out Map); procedure Insert (Container : in out Map; Key : Key_Type; New_Item : Element_Type; Position : out Cursor; Inserted : out Boolean); procedure Insert (Container : in out Map; Key : Key_Type; New_Item : Element_Type); procedure Include (Container : in out Map; Key : Key_Type; New_Item : Element_Type); procedure Replace (Container : in out Map; Key : Key_Type; New_Item : Element_Type); procedure Exclude (Container : in out Map; Key : Key_Type); procedure Delete (Container : in out Map; Key : Key_Type); procedure Delete (Container : in out Map; Position : in out Cursor); function First (Container : Map) return Cursor; function Next (Position : Cursor) return Cursor; procedure Next (Position : in out Cursor); function Find (Container : Map; Key : Key_Type) return Cursor; function Contains (Container : Map; Key : Key_Type) return Boolean; function Element (Container : Map; Key : Key_Type) return Element_Type; function Has_Element (Position : Cursor) return Boolean; function Equivalent_Keys (Left, Right : Cursor) return Boolean; function Equivalent_Keys (Left : Cursor; Right : Key_Type) return Boolean; function Equivalent_Keys (Left : Key_Type; Right : Cursor) return Boolean; procedure Iterate (Container : Map; Process : not null access procedure (Position : Cursor)); private pragma Inline ("="); pragma Inline (Length); pragma Inline (Is_Empty); pragma Inline (Clear); pragma Inline (Key); pragma Inline (Element); pragma Inline (Move); pragma Inline (Contains); pragma Inline (Capacity); pragma Inline (Reserve_Capacity); pragma Inline (Has_Element); pragma Inline (Equivalent_Keys); type Node_Type; type Node_Access is access Node_Type; type Key_Access is access Key_Type; type Element_Access is access Element_Type; type Node_Type is limited record Key : Key_Access; Element : Element_Access; Next : Node_Access; end record; package HT_Types is new Hash_Tables.Generic_Hash_Table_Types (Node_Type, Node_Access); type Map is new Ada.Finalization.Controlled with record HT : HT_Types.Hash_Table_Type; end record; use HT_Types; use Ada.Finalization; use Ada.Streams; procedure Adjust (Container : in out Map); procedure Finalize (Container : in out Map); type Map_Access is access constant Map; for Map_Access'Storage_Size use 0; type Cursor is record Container : Map_Access; Node : Node_Access; end record; procedure Write (Stream : access Root_Stream_Type'Class; Item : Cursor); for Cursor'Write use Write; procedure Read (Stream : access Root_Stream_Type'Class; Item : out Cursor); for Cursor'Read use Read; No_Element : constant Cursor := (Container => null, Node => null); procedure Write (Stream : access Root_Stream_Type'Class; Container : Map); for Map'Write use Write; procedure Read (Stream : access Root_Stream_Type'Class; Container : out Map); for Map'Read use Read; Empty_Map : constant Map := (Controlled with HT => (null, 0, 0, 0)); end Ada.Containers.Indefinite_Hashed_Maps;
pragma Style_Checks (Off); -- This spec has been automatically generated from ATSAMD51G19A.svd pragma Restrictions (No_Elaboration_Code); with HAL; with System; package SAM_SVD.OSCCTRL is pragma Preelaborate; --------------- -- Registers -- --------------- -- OSCCTRL_EVCTRL_CFDEO array type OSCCTRL_EVCTRL_CFDEO_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_EVCTRL_CFDEO type OSCCTRL_EVCTRL_CFDEO_Field (As_Array : Boolean := False) is record case As_Array is when False => -- CFDEO as a value Val : HAL.UInt2; when True => -- CFDEO as an array Arr : OSCCTRL_EVCTRL_CFDEO_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_EVCTRL_CFDEO_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- Event Control type OSCCTRL_EVCTRL_Register is record -- Clock 0 Failure Detector Event Output Enable CFDEO : OSCCTRL_EVCTRL_CFDEO_Field := (As_Array => False, Val => 16#0#); -- unspecified Reserved_2_7 : HAL.UInt6 := 16#0#; end record with Volatile_Full_Access, Object_Size => 8, Bit_Order => System.Low_Order_First; for OSCCTRL_EVCTRL_Register use record CFDEO at 0 range 0 .. 1; Reserved_2_7 at 0 range 2 .. 7; end record; -- OSCCTRL_INTENCLR_XOSCRDY array type OSCCTRL_INTENCLR_XOSCRDY_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_INTENCLR_XOSCRDY type OSCCTRL_INTENCLR_XOSCRDY_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCRDY as a value Val : HAL.UInt2; when True => -- XOSCRDY as an array Arr : OSCCTRL_INTENCLR_XOSCRDY_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_INTENCLR_XOSCRDY_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- OSCCTRL_INTENCLR_XOSCFAIL array type OSCCTRL_INTENCLR_XOSCFAIL_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_INTENCLR_XOSCFAIL type OSCCTRL_INTENCLR_XOSCFAIL_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCFAIL as a value Val : HAL.UInt2; when True => -- XOSCFAIL as an array Arr : OSCCTRL_INTENCLR_XOSCFAIL_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_INTENCLR_XOSCFAIL_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- Interrupt Enable Clear type OSCCTRL_INTENCLR_Register is record -- XOSC 0 Ready Interrupt Enable XOSCRDY : OSCCTRL_INTENCLR_XOSCRDY_Field := (As_Array => False, Val => 16#0#); -- XOSC 0 Clock Failure Detector Interrupt Enable XOSCFAIL : OSCCTRL_INTENCLR_XOSCFAIL_Field := (As_Array => False, Val => 16#0#); -- unspecified Reserved_4_7 : HAL.UInt4 := 16#0#; -- DFLL Ready Interrupt Enable DFLLRDY : Boolean := False; -- DFLL Out Of Bounds Interrupt Enable DFLLOOB : Boolean := False; -- DFLL Lock Fine Interrupt Enable DFLLLCKF : Boolean := False; -- DFLL Lock Coarse Interrupt Enable DFLLLCKC : Boolean := False; -- DFLL Reference Clock Stopped Interrupt Enable DFLLRCS : Boolean := False; -- unspecified Reserved_13_15 : HAL.UInt3 := 16#0#; -- DPLL0 Lock Rise Interrupt Enable DPLL0LCKR : Boolean := False; -- DPLL0 Lock Fall Interrupt Enable DPLL0LCKF : Boolean := False; -- DPLL0 Lock Timeout Interrupt Enable DPLL0LTO : Boolean := False; -- DPLL0 Loop Divider Ratio Update Complete Interrupt Enable DPLL0LDRTO : Boolean := False; -- unspecified Reserved_20_23 : HAL.UInt4 := 16#0#; -- DPLL1 Lock Rise Interrupt Enable DPLL1LCKR : Boolean := False; -- DPLL1 Lock Fall Interrupt Enable DPLL1LCKF : Boolean := False; -- DPLL1 Lock Timeout Interrupt Enable DPLL1LTO : Boolean := False; -- DPLL1 Loop Divider Ratio Update Complete Interrupt Enable DPLL1LDRTO : Boolean := False; -- unspecified Reserved_28_31 : HAL.UInt4 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_INTENCLR_Register use record XOSCRDY at 0 range 0 .. 1; XOSCFAIL at 0 range 2 .. 3; Reserved_4_7 at 0 range 4 .. 7; DFLLRDY at 0 range 8 .. 8; DFLLOOB at 0 range 9 .. 9; DFLLLCKF at 0 range 10 .. 10; DFLLLCKC at 0 range 11 .. 11; DFLLRCS at 0 range 12 .. 12; Reserved_13_15 at 0 range 13 .. 15; DPLL0LCKR at 0 range 16 .. 16; DPLL0LCKF at 0 range 17 .. 17; DPLL0LTO at 0 range 18 .. 18; DPLL0LDRTO at 0 range 19 .. 19; Reserved_20_23 at 0 range 20 .. 23; DPLL1LCKR at 0 range 24 .. 24; DPLL1LCKF at 0 range 25 .. 25; DPLL1LTO at 0 range 26 .. 26; DPLL1LDRTO at 0 range 27 .. 27; Reserved_28_31 at 0 range 28 .. 31; end record; -- OSCCTRL_INTENSET_XOSCRDY array type OSCCTRL_INTENSET_XOSCRDY_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_INTENSET_XOSCRDY type OSCCTRL_INTENSET_XOSCRDY_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCRDY as a value Val : HAL.UInt2; when True => -- XOSCRDY as an array Arr : OSCCTRL_INTENSET_XOSCRDY_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_INTENSET_XOSCRDY_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- OSCCTRL_INTENSET_XOSCFAIL array type OSCCTRL_INTENSET_XOSCFAIL_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_INTENSET_XOSCFAIL type OSCCTRL_INTENSET_XOSCFAIL_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCFAIL as a value Val : HAL.UInt2; when True => -- XOSCFAIL as an array Arr : OSCCTRL_INTENSET_XOSCFAIL_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_INTENSET_XOSCFAIL_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- Interrupt Enable Set type OSCCTRL_INTENSET_Register is record -- XOSC 0 Ready Interrupt Enable XOSCRDY : OSCCTRL_INTENSET_XOSCRDY_Field := (As_Array => False, Val => 16#0#); -- XOSC 0 Clock Failure Detector Interrupt Enable XOSCFAIL : OSCCTRL_INTENSET_XOSCFAIL_Field := (As_Array => False, Val => 16#0#); -- unspecified Reserved_4_7 : HAL.UInt4 := 16#0#; -- DFLL Ready Interrupt Enable DFLLRDY : Boolean := False; -- DFLL Out Of Bounds Interrupt Enable DFLLOOB : Boolean := False; -- DFLL Lock Fine Interrupt Enable DFLLLCKF : Boolean := False; -- DFLL Lock Coarse Interrupt Enable DFLLLCKC : Boolean := False; -- DFLL Reference Clock Stopped Interrupt Enable DFLLRCS : Boolean := False; -- unspecified Reserved_13_15 : HAL.UInt3 := 16#0#; -- DPLL0 Lock Rise Interrupt Enable DPLL0LCKR : Boolean := False; -- DPLL0 Lock Fall Interrupt Enable DPLL0LCKF : Boolean := False; -- DPLL0 Lock Timeout Interrupt Enable DPLL0LTO : Boolean := False; -- DPLL0 Loop Divider Ratio Update Complete Interrupt Enable DPLL0LDRTO : Boolean := False; -- unspecified Reserved_20_23 : HAL.UInt4 := 16#0#; -- DPLL1 Lock Rise Interrupt Enable DPLL1LCKR : Boolean := False; -- DPLL1 Lock Fall Interrupt Enable DPLL1LCKF : Boolean := False; -- DPLL1 Lock Timeout Interrupt Enable DPLL1LTO : Boolean := False; -- DPLL1 Loop Divider Ratio Update Complete Interrupt Enable DPLL1LDRTO : Boolean := False; -- unspecified Reserved_28_31 : HAL.UInt4 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_INTENSET_Register use record XOSCRDY at 0 range 0 .. 1; XOSCFAIL at 0 range 2 .. 3; Reserved_4_7 at 0 range 4 .. 7; DFLLRDY at 0 range 8 .. 8; DFLLOOB at 0 range 9 .. 9; DFLLLCKF at 0 range 10 .. 10; DFLLLCKC at 0 range 11 .. 11; DFLLRCS at 0 range 12 .. 12; Reserved_13_15 at 0 range 13 .. 15; DPLL0LCKR at 0 range 16 .. 16; DPLL0LCKF at 0 range 17 .. 17; DPLL0LTO at 0 range 18 .. 18; DPLL0LDRTO at 0 range 19 .. 19; Reserved_20_23 at 0 range 20 .. 23; DPLL1LCKR at 0 range 24 .. 24; DPLL1LCKF at 0 range 25 .. 25; DPLL1LTO at 0 range 26 .. 26; DPLL1LDRTO at 0 range 27 .. 27; Reserved_28_31 at 0 range 28 .. 31; end record; -- OSCCTRL_INTFLAG_XOSCRDY array type OSCCTRL_INTFLAG_XOSCRDY_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_INTFLAG_XOSCRDY type OSCCTRL_INTFLAG_XOSCRDY_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCRDY as a value Val : HAL.UInt2; when True => -- XOSCRDY as an array Arr : OSCCTRL_INTFLAG_XOSCRDY_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_INTFLAG_XOSCRDY_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- OSCCTRL_INTFLAG_XOSCFAIL array type OSCCTRL_INTFLAG_XOSCFAIL_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_INTFLAG_XOSCFAIL type OSCCTRL_INTFLAG_XOSCFAIL_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCFAIL as a value Val : HAL.UInt2; when True => -- XOSCFAIL as an array Arr : OSCCTRL_INTFLAG_XOSCFAIL_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_INTFLAG_XOSCFAIL_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- Interrupt Flag Status and Clear type OSCCTRL_INTFLAG_Register is record -- XOSC 0 Ready XOSCRDY : OSCCTRL_INTFLAG_XOSCRDY_Field := (As_Array => False, Val => 16#0#); -- XOSC 0 Clock Failure Detector XOSCFAIL : OSCCTRL_INTFLAG_XOSCFAIL_Field := (As_Array => False, Val => 16#0#); -- unspecified Reserved_4_7 : HAL.UInt4 := 16#0#; -- DFLL Ready DFLLRDY : Boolean := False; -- DFLL Out Of Bounds DFLLOOB : Boolean := False; -- DFLL Lock Fine DFLLLCKF : Boolean := False; -- DFLL Lock Coarse DFLLLCKC : Boolean := False; -- DFLL Reference Clock Stopped DFLLRCS : Boolean := False; -- unspecified Reserved_13_15 : HAL.UInt3 := 16#0#; -- DPLL0 Lock Rise DPLL0LCKR : Boolean := False; -- DPLL0 Lock Fall DPLL0LCKF : Boolean := False; -- DPLL0 Lock Timeout DPLL0LTO : Boolean := False; -- DPLL0 Loop Divider Ratio Update Complete DPLL0LDRTO : Boolean := False; -- unspecified Reserved_20_23 : HAL.UInt4 := 16#0#; -- DPLL1 Lock Rise DPLL1LCKR : Boolean := False; -- DPLL1 Lock Fall DPLL1LCKF : Boolean := False; -- DPLL1 Lock Timeout DPLL1LTO : Boolean := False; -- DPLL1 Loop Divider Ratio Update Complete DPLL1LDRTO : Boolean := False; -- unspecified Reserved_28_31 : HAL.UInt4 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_INTFLAG_Register use record XOSCRDY at 0 range 0 .. 1; XOSCFAIL at 0 range 2 .. 3; Reserved_4_7 at 0 range 4 .. 7; DFLLRDY at 0 range 8 .. 8; DFLLOOB at 0 range 9 .. 9; DFLLLCKF at 0 range 10 .. 10; DFLLLCKC at 0 range 11 .. 11; DFLLRCS at 0 range 12 .. 12; Reserved_13_15 at 0 range 13 .. 15; DPLL0LCKR at 0 range 16 .. 16; DPLL0LCKF at 0 range 17 .. 17; DPLL0LTO at 0 range 18 .. 18; DPLL0LDRTO at 0 range 19 .. 19; Reserved_20_23 at 0 range 20 .. 23; DPLL1LCKR at 0 range 24 .. 24; DPLL1LCKF at 0 range 25 .. 25; DPLL1LTO at 0 range 26 .. 26; DPLL1LDRTO at 0 range 27 .. 27; Reserved_28_31 at 0 range 28 .. 31; end record; -- OSCCTRL_STATUS_XOSCRDY array type OSCCTRL_STATUS_XOSCRDY_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_STATUS_XOSCRDY type OSCCTRL_STATUS_XOSCRDY_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCRDY as a value Val : HAL.UInt2; when True => -- XOSCRDY as an array Arr : OSCCTRL_STATUS_XOSCRDY_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_STATUS_XOSCRDY_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- OSCCTRL_STATUS_XOSCFAIL array type OSCCTRL_STATUS_XOSCFAIL_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_STATUS_XOSCFAIL type OSCCTRL_STATUS_XOSCFAIL_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCFAIL as a value Val : HAL.UInt2; when True => -- XOSCFAIL as an array Arr : OSCCTRL_STATUS_XOSCFAIL_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_STATUS_XOSCFAIL_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- OSCCTRL_STATUS_XOSCCKSW array type OSCCTRL_STATUS_XOSCCKSW_Field_Array is array (0 .. 1) of Boolean with Component_Size => 1, Size => 2; -- Type definition for OSCCTRL_STATUS_XOSCCKSW type OSCCTRL_STATUS_XOSCCKSW_Field (As_Array : Boolean := False) is record case As_Array is when False => -- XOSCCKSW as a value Val : HAL.UInt2; when True => -- XOSCCKSW as an array Arr : OSCCTRL_STATUS_XOSCCKSW_Field_Array; end case; end record with Unchecked_Union, Size => 2; for OSCCTRL_STATUS_XOSCCKSW_Field use record Val at 0 range 0 .. 1; Arr at 0 range 0 .. 1; end record; -- Status type OSCCTRL_STATUS_Register is record -- Read-only. XOSC 0 Ready XOSCRDY : OSCCTRL_STATUS_XOSCRDY_Field; -- Read-only. XOSC 0 Clock Failure Detector XOSCFAIL : OSCCTRL_STATUS_XOSCFAIL_Field; -- Read-only. XOSC 0 Clock Switch XOSCCKSW : OSCCTRL_STATUS_XOSCCKSW_Field; -- unspecified Reserved_6_7 : HAL.UInt2; -- Read-only. DFLL Ready DFLLRDY : Boolean; -- Read-only. DFLL Out Of Bounds DFLLOOB : Boolean; -- Read-only. DFLL Lock Fine DFLLLCKF : Boolean; -- Read-only. DFLL Lock Coarse DFLLLCKC : Boolean; -- Read-only. DFLL Reference Clock Stopped DFLLRCS : Boolean; -- unspecified Reserved_13_15 : HAL.UInt3; -- Read-only. DPLL0 Lock Rise DPLL0LCKR : Boolean; -- Read-only. DPLL0 Lock Fall DPLL0LCKF : Boolean; -- Read-only. DPLL0 Timeout DPLL0TO : Boolean; -- Read-only. DPLL0 Loop Divider Ratio Update Complete DPLL0LDRTO : Boolean; -- unspecified Reserved_20_23 : HAL.UInt4; -- Read-only. DPLL1 Lock Rise DPLL1LCKR : Boolean; -- Read-only. DPLL1 Lock Fall DPLL1LCKF : Boolean; -- Read-only. DPLL1 Timeout DPLL1TO : Boolean; -- Read-only. DPLL1 Loop Divider Ratio Update Complete DPLL1LDRTO : Boolean; -- unspecified Reserved_28_31 : HAL.UInt4; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_STATUS_Register use record XOSCRDY at 0 range 0 .. 1; XOSCFAIL at 0 range 2 .. 3; XOSCCKSW at 0 range 4 .. 5; Reserved_6_7 at 0 range 6 .. 7; DFLLRDY at 0 range 8 .. 8; DFLLOOB at 0 range 9 .. 9; DFLLLCKF at 0 range 10 .. 10; DFLLLCKC at 0 range 11 .. 11; DFLLRCS at 0 range 12 .. 12; Reserved_13_15 at 0 range 13 .. 15; DPLL0LCKR at 0 range 16 .. 16; DPLL0LCKF at 0 range 17 .. 17; DPLL0TO at 0 range 18 .. 18; DPLL0LDRTO at 0 range 19 .. 19; Reserved_20_23 at 0 range 20 .. 23; DPLL1LCKR at 0 range 24 .. 24; DPLL1LCKF at 0 range 25 .. 25; DPLL1TO at 0 range 26 .. 26; DPLL1LDRTO at 0 range 27 .. 27; Reserved_28_31 at 0 range 28 .. 31; end record; subtype OSCCTRL_XOSCCTRL_IPTAT_Field is HAL.UInt2; subtype OSCCTRL_XOSCCTRL_IMULT_Field is HAL.UInt4; -- Start-Up Time type XOSCCTRL_STARTUPSelect is (-- 31 us CYCLE1, -- 61 us CYCLE2, -- 122 us CYCLE4, -- 244 us CYCLE8, -- 488 us CYCLE16, -- 977 us CYCLE32, -- 1953 us CYCLE64, -- 3906 us CYCLE128, -- 7813 us CYCLE256, -- 15625 us CYCLE512, -- 31250 us CYCLE1024, -- 62500 us CYCLE2048, -- 125000 us CYCLE4096, -- 250000 us CYCLE8192, -- 500000 us CYCLE16384, -- 1000000 us CYCLE32768) with Size => 4; for XOSCCTRL_STARTUPSelect use (CYCLE1 => 0, CYCLE2 => 1, CYCLE4 => 2, CYCLE8 => 3, CYCLE16 => 4, CYCLE32 => 5, CYCLE64 => 6, CYCLE128 => 7, CYCLE256 => 8, CYCLE512 => 9, CYCLE1024 => 10, CYCLE2048 => 11, CYCLE4096 => 12, CYCLE8192 => 13, CYCLE16384 => 14, CYCLE32768 => 15); -- Clock Failure Detector Prescaler type XOSCCTRL_CFDPRESCSelect is (-- 48 MHz DIV1, -- 24 MHz DIV2, -- 12 MHz DIV4, -- 6 MHz DIV8, -- 3 MHz DIV16, -- 1.5 MHz DIV32, -- 0.75 MHz DIV64, -- 0.3125 MHz DIV128) with Size => 4; for XOSCCTRL_CFDPRESCSelect use (DIV1 => 0, DIV2 => 1, DIV4 => 2, DIV8 => 3, DIV16 => 4, DIV32 => 5, DIV64 => 6, DIV128 => 7); -- External Multipurpose Crystal Oscillator Control type OSCCTRL_XOSCCTRL_Register is record -- unspecified Reserved_0_0 : HAL.Bit := 16#0#; -- Oscillator Enable ENABLE : Boolean := False; -- Crystal Oscillator Enable XTALEN : Boolean := False; -- unspecified Reserved_3_5 : HAL.UInt3 := 16#0#; -- Run in Standby RUNSTDBY : Boolean := False; -- On Demand Control ONDEMAND : Boolean := True; -- Low Buffer Gain Enable LOWBUFGAIN : Boolean := False; -- Oscillator Current Reference IPTAT : OSCCTRL_XOSCCTRL_IPTAT_Field := 16#0#; -- Oscillator Current Multiplier IMULT : OSCCTRL_XOSCCTRL_IMULT_Field := 16#0#; -- Automatic Loop Control Enable ENALC : Boolean := False; -- Clock Failure Detector Enable CFDEN : Boolean := False; -- Xosc Clock Switch Enable SWBEN : Boolean := False; -- unspecified Reserved_18_19 : HAL.UInt2 := 16#0#; -- Start-Up Time STARTUP : XOSCCTRL_STARTUPSelect := SAM_SVD.OSCCTRL.CYCLE1; -- Clock Failure Detector Prescaler CFDPRESC : XOSCCTRL_CFDPRESCSelect := SAM_SVD.OSCCTRL.DIV1; -- unspecified Reserved_28_31 : HAL.UInt4 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_XOSCCTRL_Register use record Reserved_0_0 at 0 range 0 .. 0; ENABLE at 0 range 1 .. 1; XTALEN at 0 range 2 .. 2; Reserved_3_5 at 0 range 3 .. 5; RUNSTDBY at 0 range 6 .. 6; ONDEMAND at 0 range 7 .. 7; LOWBUFGAIN at 0 range 8 .. 8; IPTAT at 0 range 9 .. 10; IMULT at 0 range 11 .. 14; ENALC at 0 range 15 .. 15; CFDEN at 0 range 16 .. 16; SWBEN at 0 range 17 .. 17; Reserved_18_19 at 0 range 18 .. 19; STARTUP at 0 range 20 .. 23; CFDPRESC at 0 range 24 .. 27; Reserved_28_31 at 0 range 28 .. 31; end record; -- External Multipurpose Crystal Oscillator Control type OSCCTRL_XOSCCTRL_Registers is array (0 .. 1) of OSCCTRL_XOSCCTRL_Register; -- DFLL48M Control A type OSCCTRL_DFLLCTRLA_Register is record -- unspecified Reserved_0_0 : HAL.Bit := 16#0#; -- DFLL Enable ENABLE : Boolean := True; -- unspecified Reserved_2_5 : HAL.UInt4 := 16#0#; -- Run in Standby RUNSTDBY : Boolean := False; -- On Demand Control ONDEMAND : Boolean := True; end record with Volatile_Full_Access, Object_Size => 8, Bit_Order => System.Low_Order_First; for OSCCTRL_DFLLCTRLA_Register use record Reserved_0_0 at 0 range 0 .. 0; ENABLE at 0 range 1 .. 1; Reserved_2_5 at 0 range 2 .. 5; RUNSTDBY at 0 range 6 .. 6; ONDEMAND at 0 range 7 .. 7; end record; -- DFLL48M Control B type OSCCTRL_DFLLCTRLB_Register is record -- Operating Mode Selection MODE : Boolean := False; -- Stable DFLL Frequency STABLE : Boolean := False; -- Lose Lock After Wake LLAW : Boolean := False; -- USB Clock Recovery Mode USBCRM : Boolean := False; -- Chill Cycle Disable CCDIS : Boolean := False; -- Quick Lock Disable QLDIS : Boolean := False; -- Bypass Coarse Lock BPLCKC : Boolean := False; -- Wait Lock WAITLOCK : Boolean := False; end record with Volatile_Full_Access, Object_Size => 8, Bit_Order => System.Low_Order_First; for OSCCTRL_DFLLCTRLB_Register use record MODE at 0 range 0 .. 0; STABLE at 0 range 1 .. 1; LLAW at 0 range 2 .. 2; USBCRM at 0 range 3 .. 3; CCDIS at 0 range 4 .. 4; QLDIS at 0 range 5 .. 5; BPLCKC at 0 range 6 .. 6; WAITLOCK at 0 range 7 .. 7; end record; subtype OSCCTRL_DFLLVAL_FINE_Field is HAL.UInt8; subtype OSCCTRL_DFLLVAL_COARSE_Field is HAL.UInt6; subtype OSCCTRL_DFLLVAL_DIFF_Field is HAL.UInt16; -- DFLL48M Value type OSCCTRL_DFLLVAL_Register is record -- Fine Value FINE : OSCCTRL_DFLLVAL_FINE_Field := 16#0#; -- unspecified Reserved_8_9 : HAL.UInt2 := 16#0#; -- Coarse Value COARSE : OSCCTRL_DFLLVAL_COARSE_Field := 16#0#; -- Multiplication Ratio Difference DIFF : OSCCTRL_DFLLVAL_DIFF_Field := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_DFLLVAL_Register use record FINE at 0 range 0 .. 7; Reserved_8_9 at 0 range 8 .. 9; COARSE at 0 range 10 .. 15; DIFF at 0 range 16 .. 31; end record; subtype OSCCTRL_DFLLMUL_MUL_Field is HAL.UInt16; subtype OSCCTRL_DFLLMUL_FSTEP_Field is HAL.UInt8; subtype OSCCTRL_DFLLMUL_CSTEP_Field is HAL.UInt6; -- DFLL48M Multiplier type OSCCTRL_DFLLMUL_Register is record -- DFLL Multiply Factor MUL : OSCCTRL_DFLLMUL_MUL_Field := 16#0#; -- Fine Maximum Step FSTEP : OSCCTRL_DFLLMUL_FSTEP_Field := 16#0#; -- unspecified Reserved_24_25 : HAL.UInt2 := 16#0#; -- Coarse Maximum Step CSTEP : OSCCTRL_DFLLMUL_CSTEP_Field := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_DFLLMUL_Register use record MUL at 0 range 0 .. 15; FSTEP at 0 range 16 .. 23; Reserved_24_25 at 0 range 24 .. 25; CSTEP at 0 range 26 .. 31; end record; -- DFLL48M Synchronization type OSCCTRL_DFLLSYNC_Register is record -- unspecified Reserved_0_0 : HAL.Bit := 16#0#; -- ENABLE Synchronization Busy ENABLE : Boolean := False; -- DFLLCTRLB Synchronization Busy DFLLCTRLB : Boolean := False; -- DFLLVAL Synchronization Busy DFLLVAL : Boolean := False; -- DFLLMUL Synchronization Busy DFLLMUL : Boolean := False; -- unspecified Reserved_5_7 : HAL.UInt3 := 16#0#; end record with Volatile_Full_Access, Object_Size => 8, Bit_Order => System.Low_Order_First; for OSCCTRL_DFLLSYNC_Register use record Reserved_0_0 at 0 range 0 .. 0; ENABLE at 0 range 1 .. 1; DFLLCTRLB at 0 range 2 .. 2; DFLLVAL at 0 range 3 .. 3; DFLLMUL at 0 range 4 .. 4; Reserved_5_7 at 0 range 5 .. 7; end record; -------------------------------------- -- OSCCTRL_DPLL cluster's Registers -- -------------------------------------- -- DPLL Control A type OSCCTRL_DPLLCTRLA_OSCCTRL_DPLL_Register is record -- unspecified Reserved_0_0 : HAL.Bit := 16#0#; -- DPLL Enable ENABLE : Boolean := False; -- unspecified Reserved_2_5 : HAL.UInt4 := 16#0#; -- Run in Standby RUNSTDBY : Boolean := False; -- On Demand Control ONDEMAND : Boolean := True; end record with Volatile_Full_Access, Object_Size => 8, Bit_Order => System.Low_Order_First; for OSCCTRL_DPLLCTRLA_OSCCTRL_DPLL_Register use record Reserved_0_0 at 0 range 0 .. 0; ENABLE at 0 range 1 .. 1; Reserved_2_5 at 0 range 2 .. 5; RUNSTDBY at 0 range 6 .. 6; ONDEMAND at 0 range 7 .. 7; end record; subtype OSCCTRL_DPLLRATIO_OSCCTRL_DPLL_LDR_Field is HAL.UInt13; subtype OSCCTRL_DPLLRATIO_OSCCTRL_DPLL_LDRFRAC_Field is HAL.UInt5; -- DPLL Ratio Control type OSCCTRL_DPLLRATIO_OSCCTRL_DPLL_Register is record -- Loop Divider Ratio LDR : OSCCTRL_DPLLRATIO_OSCCTRL_DPLL_LDR_Field := 16#0#; -- unspecified Reserved_13_15 : HAL.UInt3 := 16#0#; -- Loop Divider Ratio Fractional Part LDRFRAC : OSCCTRL_DPLLRATIO_OSCCTRL_DPLL_LDRFRAC_Field := 16#0#; -- unspecified Reserved_21_31 : HAL.UInt11 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_DPLLRATIO_OSCCTRL_DPLL_Register use record LDR at 0 range 0 .. 12; Reserved_13_15 at 0 range 13 .. 15; LDRFRAC at 0 range 16 .. 20; Reserved_21_31 at 0 range 21 .. 31; end record; -- Proportional Integral Filter Selection type DPLLCTRLB_FILTERSelect is (-- Bandwidth = 92.7Khz and Damping Factor = 0.76 FILTER1, -- Bandwidth = 131Khz and Damping Factor = 1.08 FILTER2, -- Bandwidth = 46.4Khz and Damping Factor = 0.38 FILTER3, -- Bandwidth = 65.6Khz and Damping Factor = 0.54 FILTER4, -- Bandwidth = 131Khz and Damping Factor = 0.56 FILTER5, -- Bandwidth = 185Khz and Damping Factor = 0.79 FILTER6, -- Bandwidth = 65.6Khz and Damping Factor = 0.28 FILTER7, -- Bandwidth = 92.7Khz and Damping Factor = 0.39 FILTER8, -- Bandwidth = 46.4Khz and Damping Factor = 1.49 FILTER9, -- Bandwidth = 65.6Khz and Damping Factor = 2.11 FILTER10, -- Bandwidth = 23.2Khz and Damping Factor = 0.75 FILTER11, -- Bandwidth = 32.8Khz and Damping Factor = 1.06 FILTER12, -- Bandwidth = 65.6Khz and Damping Factor = 1.07 FILTER13, -- Bandwidth = 92.7Khz and Damping Factor = 1.51 FILTER14, -- Bandwidth = 32.8Khz and Damping Factor = 0.53 FILTER15, -- Bandwidth = 46.4Khz and Damping Factor = 0.75 FILTER16) with Size => 4; for DPLLCTRLB_FILTERSelect use (FILTER1 => 0, FILTER2 => 1, FILTER3 => 2, FILTER4 => 3, FILTER5 => 4, FILTER6 => 5, FILTER7 => 6, FILTER8 => 7, FILTER9 => 8, FILTER10 => 9, FILTER11 => 10, FILTER12 => 11, FILTER13 => 12, FILTER14 => 13, FILTER15 => 14, FILTER16 => 15); -- Reference Clock Selection type DPLLCTRLB_REFCLKSelect is (-- Dedicated GCLK clock reference GCLK, -- XOSC32K clock reference XOSC32, -- XOSC0 clock reference XOSC0, -- XOSC1 clock reference XOSC1) with Size => 3; for DPLLCTRLB_REFCLKSelect use (GCLK => 0, XOSC32 => 1, XOSC0 => 2, XOSC1 => 3); -- Lock Time type DPLLCTRLB_LTIMESelect is (-- No time-out. Automatic lock DEFAULT, -- Time-out if no lock within 800us Val_800US, -- Time-out if no lock within 900us Val_900US, -- Time-out if no lock within 1ms Val_1MS, -- Time-out if no lock within 1.1ms Val_1P1MS) with Size => 3; for DPLLCTRLB_LTIMESelect use (DEFAULT => 0, Val_800US => 4, Val_900US => 5, Val_1MS => 6, Val_1P1MS => 7); -- Sigma-Delta DCO Filter Selection type DPLLCTRLB_DCOFILTERSelect is (-- Capacitor(pF) = 0.5 and Bandwidth Fn (MHz) = 3.21 FILTER1, -- Capacitor(pF) = 1 and Bandwidth Fn (MHz) = 1.6 FILTER2, -- Capacitor(pF) = 1.5 and Bandwidth Fn (MHz) = 1.1 FILTER3, -- Capacitor(pF) = 2 and Bandwidth Fn (MHz) = 0.8 FILTER4, -- Capacitor(pF) = 2.5 and Bandwidth Fn (MHz) = 0.64 FILTER5, -- Capacitor(pF) = 3 and Bandwidth Fn (MHz) = 0.55 FILTER6, -- Capacitor(pF) = 3.5 and Bandwidth Fn (MHz) = 0.45 FILTER7, -- Capacitor(pF) = 4 and Bandwidth Fn (MHz) = 0.4 FILTER8) with Size => 3; for DPLLCTRLB_DCOFILTERSelect use (FILTER1 => 0, FILTER2 => 1, FILTER3 => 2, FILTER4 => 3, FILTER5 => 4, FILTER6 => 5, FILTER7 => 6, FILTER8 => 7); subtype OSCCTRL_DPLLCTRLB_OSCCTRL_DPLL_DIV_Field is HAL.UInt11; -- DPLL Control B type OSCCTRL_DPLLCTRLB_OSCCTRL_DPLL_Register is record -- Proportional Integral Filter Selection FILTER : DPLLCTRLB_FILTERSelect := SAM_SVD.OSCCTRL.FILTER1; -- Wake Up Fast WUF : Boolean := False; -- Reference Clock Selection REFCLK : DPLLCTRLB_REFCLKSelect := SAM_SVD.OSCCTRL.XOSC32; -- Lock Time LTIME : DPLLCTRLB_LTIMESelect := SAM_SVD.OSCCTRL.DEFAULT; -- Lock Bypass LBYPASS : Boolean := False; -- Sigma-Delta DCO Filter Selection DCOFILTER : DPLLCTRLB_DCOFILTERSelect := SAM_SVD.OSCCTRL.FILTER1; -- DCO Filter Enable DCOEN : Boolean := False; -- Clock Divider DIV : OSCCTRL_DPLLCTRLB_OSCCTRL_DPLL_DIV_Field := 16#0#; -- unspecified Reserved_27_31 : HAL.UInt5 := 16#0#; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_DPLLCTRLB_OSCCTRL_DPLL_Register use record FILTER at 0 range 0 .. 3; WUF at 0 range 4 .. 4; REFCLK at 0 range 5 .. 7; LTIME at 0 range 8 .. 10; LBYPASS at 0 range 11 .. 11; DCOFILTER at 0 range 12 .. 14; DCOEN at 0 range 15 .. 15; DIV at 0 range 16 .. 26; Reserved_27_31 at 0 range 27 .. 31; end record; -- DPLL Synchronization Busy type OSCCTRL_DPLLSYNCBUSY_OSCCTRL_DPLL_Register is record -- unspecified Reserved_0_0 : HAL.Bit; -- Read-only. DPLL Enable Synchronization Status ENABLE : Boolean; -- Read-only. DPLL Loop Divider Ratio Synchronization Status DPLLRATIO : Boolean; -- unspecified Reserved_3_31 : HAL.UInt29; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_DPLLSYNCBUSY_OSCCTRL_DPLL_Register use record Reserved_0_0 at 0 range 0 .. 0; ENABLE at 0 range 1 .. 1; DPLLRATIO at 0 range 2 .. 2; Reserved_3_31 at 0 range 3 .. 31; end record; -- DPLL Status type OSCCTRL_DPLLSTATUS_OSCCTRL_DPLL_Register is record -- Read-only. DPLL Lock Status LOCK : Boolean; -- Read-only. DPLL Clock Ready CLKRDY : Boolean; -- unspecified Reserved_2_31 : HAL.UInt30; end record with Volatile_Full_Access, Object_Size => 32, Bit_Order => System.Low_Order_First; for OSCCTRL_DPLLSTATUS_OSCCTRL_DPLL_Register use record LOCK at 0 range 0 .. 0; CLKRDY at 0 range 1 .. 1; Reserved_2_31 at 0 range 2 .. 31; end record; type OSCCTRL_DPLL_Cluster is record -- DPLL Control A DPLLCTRLA : aliased OSCCTRL_DPLLCTRLA_OSCCTRL_DPLL_Register; -- DPLL Ratio Control DPLLRATIO : aliased OSCCTRL_DPLLRATIO_OSCCTRL_DPLL_Register; -- DPLL Control B DPLLCTRLB : aliased OSCCTRL_DPLLCTRLB_OSCCTRL_DPLL_Register; -- DPLL Synchronization Busy DPLLSYNCBUSY : aliased OSCCTRL_DPLLSYNCBUSY_OSCCTRL_DPLL_Register; -- DPLL Status DPLLSTATUS : aliased OSCCTRL_DPLLSTATUS_OSCCTRL_DPLL_Register; end record with Size => 160; for OSCCTRL_DPLL_Cluster use record DPLLCTRLA at 16#0# range 0 .. 7; DPLLRATIO at 16#4# range 0 .. 31; DPLLCTRLB at 16#8# range 0 .. 31; DPLLSYNCBUSY at 16#C# range 0 .. 31; DPLLSTATUS at 16#10# range 0 .. 31; end record; type OSCCTRL_DPLL_Clusters is array (0 .. 1) of OSCCTRL_DPLL_Cluster; ----------------- -- Peripherals -- ----------------- -- Oscillators Control type OSCCTRL_Peripheral is record -- Event Control EVCTRL : aliased OSCCTRL_EVCTRL_Register; -- Interrupt Enable Clear INTENCLR : aliased OSCCTRL_INTENCLR_Register; -- Interrupt Enable Set INTENSET : aliased OSCCTRL_INTENSET_Register; -- Interrupt Flag Status and Clear INTFLAG : aliased OSCCTRL_INTFLAG_Register; -- Status STATUS : aliased OSCCTRL_STATUS_Register; -- External Multipurpose Crystal Oscillator Control XOSCCTRL : aliased OSCCTRL_XOSCCTRL_Registers; -- DFLL48M Control A DFLLCTRLA : aliased OSCCTRL_DFLLCTRLA_Register; -- DFLL48M Control B DFLLCTRLB : aliased OSCCTRL_DFLLCTRLB_Register; -- DFLL48M Value DFLLVAL : aliased OSCCTRL_DFLLVAL_Register; -- DFLL48M Multiplier DFLLMUL : aliased OSCCTRL_DFLLMUL_Register; -- DFLL48M Synchronization DFLLSYNC : aliased OSCCTRL_DFLLSYNC_Register; OSCCTRL_DPLL : aliased OSCCTRL_DPLL_Clusters; end record with Volatile; for OSCCTRL_Peripheral use record EVCTRL at 16#0# range 0 .. 7; INTENCLR at 16#4# range 0 .. 31; INTENSET at 16#8# range 0 .. 31; INTFLAG at 16#C# range 0 .. 31; STATUS at 16#10# range 0 .. 31; XOSCCTRL at 16#14# range 0 .. 63; DFLLCTRLA at 16#1C# range 0 .. 7; DFLLCTRLB at 16#20# range 0 .. 7; DFLLVAL at 16#24# range 0 .. 31; DFLLMUL at 16#28# range 0 .. 31; DFLLSYNC at 16#2C# range 0 .. 7; OSCCTRL_DPLL at 16#30# range 0 .. 319; end record; -- Oscillators Control OSCCTRL_Periph : aliased OSCCTRL_Peripheral with Import, Address => OSCCTRL_Base; end SAM_SVD.OSCCTRL;
----------------------------------------------------------------------- -- Ada Labs -- -- -- -- Copyright (C) 2008-2009, AdaCore -- -- -- -- Labs is free software; you can redistribute it and/or modify it -- -- under the terms of the GNU General Public License as published by -- -- the Free Software Foundation; either version 2 of the License, or -- -- (at your option) any later version. -- -- -- -- This program is distributed in the hope that it will be useful, -- -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- -- General Public License for more details. You should have received -- -- a copy of the GNU General Public License along with this program; -- -- if not, write to the Free Software Foundation, Inc., 59 Temple -- -- Place - Suite 330, Boston, MA 02111-1307, USA. -- ----------------------------------------------------------------------- with Ada.Text_IO; use Ada.Text_IO; with Libm_Single; use Libm_Single; with Ada.Real_Time; use Ada.Real_Time; with Display; use Display; with Display.Basic; use Display.Basic; procedure Main is -- define type Bodies_Enum_T as an enumeration of Sun, Earth, Moon, Satellite type Bodies_Enum_T is (Sun, Earth, Moon, Satellite); -- define a type Body_T to store every information about a body -- X, Y, Distance, Speed, Angle, Color, Radius type Body_T is record X : Float; Y : Float; Distance : Float; Speed : Float; Angle : Float; Color : RGBA_T; Radius : Float; Turns_Around : Bodies_Enum_T; end record; -- define type Bodies_Array_T as an array of Body_Type_T indexed by bodies enumeration type Bodies_Array_T is array (Bodies_Enum_T) of Body_T; -- declare variable Bodies which is an array of Body_Type Bodies : Bodies_Array_T; -- declare a variable Next of type Time to store the Next step time Next : Time; -- declare a constant Period of 40 milliseconds of type Time_Span defining the loop period Period : constant Time_Span := Milliseconds (40); -- reference to the application window Window : Window_ID; -- reference to the graphical canvas associated with the application window Canvas : Canvas_ID; -- implement a function to compute the X coordinate -- x of the reference + distance * cos(angle) function Compute_X(Body_To_Move : Body_T; Turns_Around : Body_T) return Float; -- implement a function to compute the Y coordinate -- y of the reference + distance * sin(angle) function Compute_Y(Body_To_Move : Body_T; Turns_Around : Body_T) return Float; procedure Move (Body_To_Move : in out Body_T; Bodies : Bodies_Array_T); -- procedure Draw_Body( taking 2 parameters of your choice....... begin -- Create the main window Window := Create_Window(Width => 240, Height => 320, Name => "Solar System"); -- retrieve the graphical canvas associated with the main window Canvas := Get_Canvas (Window); -- initialize Bodies variable with parameters for each body using an aggregate -- Sun Distance = 0.0, Angle = 0.0, Speed = 0.0, Radius = 20.0, Color = Yellow -- Earth Distance = 50.0, Angle = 0.0, Speed = 0.02, Radius = 5.0, Color = Blue -- Moon Distance = 15.0, Angle = 0.0, Speed = 0.04, Radius = 2.0, Color = White -- Satellite Distance = 8.0, Angle = 0.0, Speed = 0.1, Radius = 1.0, Color = Red Bodies := (Sun => (Distance => 0.0, Speed => 0.0, Radius => 20.0, X => 0.0, Y => 0.0, Angle => 0.0, Color => Yellow, Turns_Around => Sun), Earth => (Distance => 50.0, Speed => 0.02, Radius => 5.0, X => 0.0, Y => 0.0, Angle => 0.0, Color => Blue, Turns_Around => Sun), Moon => (Distance => 15.0, Speed => 0.04, Radius => 2.0, X => 0.0, Y => 0.0, Angle => 0.0, Color => White, Turns_Around => Earth), Satellite => (Distance => 8.0, Speed => 0.1, Radius => 1.0, X => 0.0, Y => 0.0, Angle => 0.0, Color => Red, Turns_Around => Earth)); -- initialize the Next step time begin the current time (Clock) + the period Next := Clock + Period; while not Is_Killed loop -- create a loop to update each body position and angles -- the position of an object around (0,0) at distance d with an angle a -- is (d*cos(a), d*sin(a)) -- update angle parameter of each body adding speed to the previous angle for B in Earth .. Satellite loop Bodies(B).X := Bodies(Bodies (B).Turns_Around).X + Bodies (B).Distance * Cos (Bodies (B).Angle); Bodies(B).Y := Bodies(Bodies(B).Turns_Around).Y + Bodies (B).Distance * Sin (Bodies (B).Angle); Bodies (B).Angle := Bodies (B).Angle + Bodies (B).Speed; end loop; -- create a loop to draw every objects -- use the Draw_Sphere procedure to do it for B in Bodies_Enum_T loop Draw_Sphere(Canvas => Canvas, Position => (Bodies (B).X, Bodies (B).Y, 0.0), Radius => Bodies (B).Radius, Color => Bodies(B).Color); end loop; -- update the screen using procedure Swap_Buffers Swap_Buffers(Window); -- wait until Next delay until Next; -- update the Next time adding the period for the next step Next := Next + Period; end loop; end Main;
with Lumen.Image; package Mandelbrot is function Create_Image (Width, Height : Natural) return Lumen.Image.Descriptor; end Mandelbrot;
-- Copyright 2020 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. with Pck; use Pck; procedure Pkg is R, Q : Rec_Type; ST1 : constant Second_Type := (I => -4, One => 1, X => 2); ST2 : constant Second_Type := (I => 99, One => 1, Y => 77); NAV1 : constant Nested_And_Variable := (One => 0, Two => 93, Str => (others => 'z')); NAV2 : constant Nested_And_Variable := (One => 3, OneValue => 33, Str => (others => 'z'), Str2 => (others => 'q'), Two => 0); NAV3 : constant Nested_And_Variable := (One => 3, OneValue => 33, Str => (others => 'z'), Str2 => (others => 'q'), Two => 7, TwoValue => 88); begin R := (C => 'd'); Q := (C => Character'First, X_First => 27); null; -- STOP end Pkg;
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- G N A T . S O C K E T S . L I N K E R _ O P T I O N S -- -- -- -- S p e c -- -- -- -- Copyright (C) 2001-2005, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- -- -- -- -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package is used to provide target specific linker_options for the -- support of scokets as required by the package GNAT.Sockets. -- This is the Windows/NT version of this package package GNAT.Sockets.Linker_Options is private pragma Linker_Options ("-lwsock32"); end GNAT.Sockets.Linker_Options;
pragma SPARK_Mode; with Types; use Types; with Zumo_LSM303; with Zumo_L3gd20h; package Zumo_Motion is Initd : Boolean := False; procedure Init with Global => (In_Out => (Initd, Zumo_LSM303.Initd, Zumo_L3gd20h.Initd)), Pre => not Initd and then not Zumo_LSM303.Initd and then not Zumo_L3gd20h.Initd, Post => Initd and then Zumo_LSM303.Initd and then Zumo_L3gd20h.Initd; function Get_Heading return Degrees with Pre => Initd and Zumo_LSM303.Initd; end Zumo_Motion;
-- Mean lunar phase computations -- Given a date expressed as a decimal Julian day, -- compute the 'mean' lunar age (days since last mean new moon) -- and the 'mean' lunar phase, a figure in the range 0.0 .. 4.0 -- The algorithm is in the public domain ---------------------------------------------------------------------------- -- Copyright Miletus 2015 -- Permission is hereby granted, free of charge, to any person obtaining -- a copy of this software and associated documentation files (the -- "Software"), to deal in the Software without restriction, including -- without limitation the rights to use, copy, modify, merge, publish, -- distribute, sublicense, and/or sell copies of the Software, and to -- permit persons to whom the Software is furnished to do so, subject to -- the following conditions: -- 1. The above copyright notice and this permission notice shall be included -- in all copies or substantial portions of the Software. -- 2. Changes with respect to any former version shall be documented. -- -- The software is provided "as is", without warranty of any kind, -- express of implied, including but not limited to the warranties of -- merchantability, fitness for a particular purpose and noninfringement. -- In no event shall the authors of copyright holders be liable for any -- claim, damages or other liability, whether in an action of contract, -- tort or otherwise, arising from, out of or in connection with the software -- or the use or other dealings in the software. -- Inquiries: www.calendriermilesien.org ------------------------------------------------------------------------------- -- The length of the mean synodic month and the reference date -- for the mean new moon are discussed in -- "The Length of the Lunar Cycle", Dr Irv Bromberg, Univ. of Toronto, Canada -- http://www.sym454.org/lunar ------------------------------------------------------------------------------- with Cycle_Computations; use Cycle_Computations; package body Lunar_phase_computations is Mean_synodic_month : constant Historical_Duration := 2_551_442.88; -- this value is the length of the mean synodic month -- suitable for mean moon computations New_moon_reference : constant Historical_Time := 2_451_550.0*Day_unit + 2*3600.0 + 20*60.0 + 44.0; -- This is the mean new moon nearest to 2000-01-01 gregorian -- and also the next after 1 1m 2000 -- 2000-01-06 (gregorian) at 14:20:44 Terrestrial Time (TT) package Lunar_Cycle is new Fixed_Cycle_Computations (Fixed_num => Historical_Duration); use Lunar_Cycle; function Mean_lunar_age (This_day : Historical_Time) return Lunar_age is Moon_hour : Cycle_coordinates := Decompose_cycle (Dividend => This_day - New_moon_reference, Divisor => Mean_synodic_month); begin return Moon_hour.Phase; end Mean_lunar_age; function Mean_lunar_residue (This_day : Historical_Time) return Lunar_age is Moon_hour : Cycle_coordinates := Decompose_cycle (Dividend => New_moon_reference - This_day, Divisor => Mean_synodic_month); begin return Moon_hour.Phase; end Mean_lunar_residue; function Mean_lunar_time_shift (This_day : Historical_Time) return H24_Historical_Duration is -- Conversion factor to reprensent lunar age in sec. in range [0 .. 24h[ Lunar_time_scale : constant Long_Float := 86_400.0 / Long_Float (Mean_synodic_month); P : Long_Float := Lunar_time_scale * Long_Float (Mean_lunar_age (This_day)); begin return H24_Historical_Duration (P); end Mean_lunar_time_shift; end Lunar_phase_computations;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . P A C K _ 0 9 -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with System.Storage_Elements; with System.Unsigned_Types; with Unchecked_Conversion; package body System.Pack_09 is subtype Ofs is System.Storage_Elements.Storage_Offset; subtype Uns is System.Unsigned_Types.Unsigned; subtype N07 is System.Unsigned_Types.Unsigned range 0 .. 7; use type System.Storage_Elements.Storage_Offset; use type System.Unsigned_Types.Unsigned; type Cluster is record E0, E1, E2, E3, E4, E5, E6, E7 : Bits_09; end record; for Cluster use record E0 at 0 range 0 * Bits .. 0 * Bits + Bits - 1; E1 at 0 range 1 * Bits .. 1 * Bits + Bits - 1; E2 at 0 range 2 * Bits .. 2 * Bits + Bits - 1; E3 at 0 range 3 * Bits .. 3 * Bits + Bits - 1; E4 at 0 range 4 * Bits .. 4 * Bits + Bits - 1; E5 at 0 range 5 * Bits .. 5 * Bits + Bits - 1; E6 at 0 range 6 * Bits .. 6 * Bits + Bits - 1; E7 at 0 range 7 * Bits .. 7 * Bits + Bits - 1; end record; for Cluster'Size use Bits * 8; for Cluster'Alignment use Integer'Min (Standard'Maximum_Alignment, 1 + 1 * Boolean'Pos (Bits mod 2 = 0) + 2 * Boolean'Pos (Bits mod 4 = 0)); -- Use maximum possible alignment, given the bit field size, since this -- will result in the most efficient code possible for the field. type Cluster_Ref is access Cluster; function To_Ref is new Unchecked_Conversion (System.Address, Cluster_Ref); ------------ -- Get_09 -- ------------ function Get_09 (Arr : System.Address; N : Natural) return Bits_09 is C : constant Cluster_Ref := To_Ref (Arr + Bits * Ofs (Uns (N) / 8)); begin case N07 (Uns (N) mod 8) is when 0 => return C.E0; when 1 => return C.E1; when 2 => return C.E2; when 3 => return C.E3; when 4 => return C.E4; when 5 => return C.E5; when 6 => return C.E6; when 7 => return C.E7; end case; end Get_09; ------------ -- Set_09 -- ------------ procedure Set_09 (Arr : System.Address; N : Natural; E : Bits_09) is C : constant Cluster_Ref := To_Ref (Arr + Bits * Ofs (Uns (N) / 8)); begin case N07 (Uns (N) mod 8) is when 0 => C.E0 := E; when 1 => C.E1 := E; when 2 => C.E2 := E; when 3 => C.E3 := E; when 4 => C.E4 := E; when 5 => C.E5 := E; when 6 => C.E6 := E; when 7 => C.E7 := E; end case; end Set_09; end System.Pack_09;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- S Y S T E M . O S _ P R I M I T I V E S -- -- -- -- S p e c -- -- -- -- Copyright (C) 1998-2005 Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNARL is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNARL; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package provides low level primitives used to implement clock and -- delays in non tasking applications on Alpha/VMS -- The choice of the real clock/delay implementation (depending on whether -- tasking is involved or not) is done via soft links (see s-soflin.ads) -- NEVER add any dependency to tasking packages here package System.OS_Primitives is pragma Preelaborate; subtype OS_Time is Long_Integer; -- System time on VMS is used for performance reasons. -- Note that OS_Time is *not* the same as Ada.Calendar.Time, the -- difference being that relative OS_Time is negative, but relative -- Calendar.Time is positive. -- See Ada.Calendar.Delays for more information on VMS Time. Max_Sensible_Delay : constant Duration := Duration'Min (183 * 24 * 60 * 60.0, Duration'Last); -- Max of half a year delay, needed to prevent exceptions for large -- delay values. It seems unlikely that any test will notice this -- restriction, except in the case of applications setting the clock at -- at run time (see s-tastim.adb). Also note that a larger value might -- cause problems (e.g overflow, or more likely OS limitation in the -- primitives used). In the case where half a year is too long (which -- occurs in high integrity mode with 32-bit words, and possibly on -- some specific ports of GNAT), Duration'Last is used instead. function OS_Clock return OS_Time; -- Returns "absolute" time, represented as an offset -- relative to "the Epoch", which is Nov 17, 1858 on VMS. function Clock return Duration; pragma Inline (Clock); -- Returns "absolute" time, represented as an offset -- relative to "the Epoch", which is Jan 1, 1970 on unixes. -- This implementation is affected by system's clock changes. function Monotonic_Clock return Duration; pragma Inline (Monotonic_Clock); -- Returns "absolute" time, represented as an offset -- relative to "the Epoch", which is Jan 1, 1970. -- This clock implementation is immune to the system's clock changes. Relative : constant := 0; Absolute_Calendar : constant := 1; Absolute_RT : constant := 2; -- Values for Mode call below. Note that the compiler (exp_ch9.adb) -- relies on these values. So any change here must be reflected in -- corresponding changes in the compiler. procedure Timed_Delay (Time : Duration; Mode : Integer); -- Implements the semantics of the delay statement when no tasking is -- used in the application. -- -- Mode is one of the three values above -- -- Time is a relative or absolute duration value, depending on Mode. -- -- Note that currently Ada.Real_Time always uses the tasking run time, so -- this procedure should never be called with Mode set to Absolute_RT. -- This may change in future or bare board implementations. function To_Duration (T : OS_Time; Mode : Integer) return Duration; -- Convert VMS system time to Duration -- Mode is one of the three values above function To_OS_Time (D : Duration; Mode : Integer) return OS_Time; -- Convert Duration to VMS system time -- Mode is one of the three values above end System.OS_Primitives;
-- Copyright 2008-2020 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. with Types; use Types; procedure Foo is R : Rectangle := (1, 2, 3, 4); S : Object'Class := Ident (R); begin Do_Nothing (R); -- STOP Do_Nothing (S); end Foo;
------------------------------------------------------------------------------- -- This file is part of libsparkcrypto. -- -- @author Alexander Senier -- @date 2019-01-21 -- -- Copyright (C) 2018 Componolit GmbH -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions are met: -- -- * Redistributions of source code must retain the above copyright notice, -- this list of conditions and the following disclaimer. -- -- * Redistributions in binary form must reproduce the above copyright -- notice, this list of conditions and the following disclaimer in the -- documentation and/or other materials provided with the distribution. -- -- * Neither the name of the nor the names of its contributors may be used -- to endorse or promote products derived from this software without -- specific prior written permission. -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS -- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -- POSSIBILITY OF SUCH DAMAGE. ------------------------------------------------------------------------------- package LSC.RIPEMD160.HMAC_Generic is pragma Pure; generic type Key_Index_Type is (<>); type Key_Elem_Type is (<>); type Key_Type is array (Key_Index_Type range <>) of Key_Elem_Type; type Message_Index_Type is (<>); type Message_Elem_Type is (<>); type Message_Type is array (Message_Index_Type range <>) of Message_Elem_Type; type Hash_Index_Type is (<>); type Hash_Elem_Type is (<>); type Hash_Type is array (Hash_Index_Type) of Hash_Elem_Type; function HMAC (Key : Key_Type; Message : Message_Type) return Hash_Type; end LSC.RIPEMD160.HMAC_Generic;
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- A D A . S T O R A G E _ I O -- -- -- -- S p e c -- -- -- -- $Revision: 12152 $ -- -- -- -- Copyright (c) 1992,1993,1994 NYU, All Rights Reserved -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -- -- -- ------------------------------------------------------------------------------ with Ada.IO_Exceptions; with System.Storage_Elements; generic type Element_Type is private; package Ada.Storage_IO is pragma Preelaborate (Storage_IO); Buffer_Size : constant System.Storage_Elements.Storage_Count := System.Storage_Elements.Storage_Count ((Element_Type'Size + System.Storage_Unit - 1) / System.Storage_Unit); -- Scientific Toolworks: Added type cast above to make this a -- valid constant value (as in later versions of gnat spec). subtype Buffer_Type is System.Storage_Elements.Storage_Array (1 .. Buffer_Size); --------------------------------- -- Input and Output Operations -- --------------------------------- procedure Read (Buffer : in Buffer_Type; Item : out Element_Type); procedure Write (Buffer : out Buffer_Type; Item : in Element_Type); ---------------- -- Exceptions -- ---------------- Data_Error : exception renames IO_Exceptions.Data_Error; end Ada.Storage_IO;
package COBS.Stream with Preelaborate is end COBS.Stream;
-- Abstract : -- -- See spec. -- -- Copyright (C) 2017 - 2020 Free Software Foundation, Inc. -- -- This library is free software; you can redistribute it and/or modify it -- under terms of the GNU General Public License as published by the Free -- Software Foundation; either version 3, or (at your option) any later -- version. This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- -- TABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- As a special exception under Section 7 of GPL version 3, you are granted -- additional permissions described in the GCC Runtime Library Exception, -- version 3.1, as published by the Free Software Foundation. pragma License (Modified_GPL); with Ada.Exceptions; with Ada.Strings.Bounded; with Ada.Strings.Unbounded; with Ada.Text_IO; with SAL; with WisiToken.Semantic_Checks; package body Wisi is use WisiToken; Chars_Per_Int : constant Integer := Integer'Width; ---------- -- body subprogram specs (as needed), alphabetical function Indent_Nil_P (Indent : in Indent_Type) return Boolean; function Max_Anchor_ID (Data : in out Parse_Data_Type; First_Line : in Line_Number_Type; Last_Line : in Line_Number_Type) return Integer; function Paren_In_Anchor_Line (Data : in out Parse_Data_Type'Class; Tree : in Syntax_Trees.Tree'Class; Anchor_Token : in Augmented_Token; Offset : in Integer) return Integer; ---------- -- body subprograms bodies, alphabetical procedure Adjust_Paren_State (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree'Class; First_Token_Index : in Token_Index; First_Line : in Line_Number_Type; Adjust : in Integer) is begin for I in First_Token_Index .. Data.Terminals.Last_Index loop declare Aug : Augmented_Token renames Get_Aug_Token_Var (Data, Tree, I); begin Aug.Paren_State := Aug.Paren_State + Adjust; end; end loop; for Line in First_Line .. Data.Line_Paren_State.Last_Index loop Data.Line_Paren_State (Line) := Data.Line_Paren_State (Line) + Adjust; end loop; end Adjust_Paren_State; function Image (Aug : in WisiToken.Base_Token_Class_Access; Descriptor : in WisiToken.Descriptor) return String is begin return Image (Augmented_Token_Access (Aug).all, Descriptor); end Image; function Image (Action : in WisiToken.Syntax_Trees.Semantic_Action) return String is pragma Unreferenced (Action); begin return "action"; end Image; function Image (Anchor_IDs : in Anchor_ID_Vectors.Vector) return String is use Ada.Strings.Unbounded; Result : Unbounded_String := +"("; begin for I in Anchor_IDs.First_Index .. Anchor_IDs.Last_Index loop Result := Result & Integer'Image (Anchor_IDs (I)); if I /= Anchor_IDs.Last_Index then Result := Result & ", "; else Result := Result & ")"; end if; end loop; return -Result; end Image; function Image (Indent : in Indent_Type) return String is begin case Indent.Label is when Not_Set => return "(" & Indent_Label'Image (Indent.Label) & ")"; when Int => return "(" & Indent_Label'Image (Indent.Label) & Integer'Image (Indent.Int_Indent) & ")"; when Anchor_Nil => return "(" & Indent_Label'Image (Indent.Label) & ", " & Image (Indent.Anchor_Nil_IDs) & ", nil)"; when Anchor_Int => return "(" & Indent_Label'Image (Indent.Label) & ", " & Image (Indent.Anchor_Int_IDs) & ", " & Integer'Image (Indent.Anchor_Int_Indent) & ")"; when Anchored => return "(" & Indent_Label'Image (Indent.Label) & ", " & Integer'Image (Indent.Anchored_ID) & ", " & Integer'Image (Indent.Anchored_Delta) & ")"; when Anchor_Anchored => return "(" & Indent_Label'Image (Indent.Label) & ", " & Image (Indent.Anchor_Anchored_IDs) & Integer'Image (Indent.Anchor_Anchored_ID) & ", " & Integer'Image (Indent.Anchor_Anchored_Delta) & ")"; end case; end Image; procedure Indent_Apply_Anchored (Delta_Indent : in Simple_Delta_Type; Indent : in out Indent_Type) with Pre => Delta_Indent.Label = Anchored is begin -- Add Delta_Indent to Indent case Indent.Label is when Not_Set => Indent := (Anchored, Delta_Indent.Anchored_ID, Delta_Indent.Anchored_Delta); when Int => if Delta_Indent.Anchored_Accumulate then Indent := (Anchored, Delta_Indent.Anchored_ID, Indent.Int_Indent + Delta_Indent.Anchored_Delta); end if; when Anchor_Nil => Indent := (Anchor_Anchored, Indent.Anchor_Nil_IDs, Delta_Indent.Anchored_ID, Delta_Indent.Anchored_Delta); when Anchor_Int => if Delta_Indent.Anchored_Accumulate then Indent := (Anchor_Anchored, Indent.Anchor_Int_IDs, Delta_Indent.Anchored_ID, Delta_Indent.Anchored_Delta + Indent.Anchor_Int_Indent); end if; when Anchored | Anchor_Anchored => -- already anchored null; end case; end Indent_Apply_Anchored; procedure Indent_Apply_Int (Indent : in out Indent_Type; Offset : in Integer) is begin -- Add an Int indent to Indent case Indent.Label is when Not_Set => Indent := (Int, Offset); when Int => Indent.Int_Indent := Indent.Int_Indent + Offset; when Anchor_Nil => Indent := (Label => Anchor_Int, Anchor_Int_IDs => Indent.Anchor_Nil_IDs, Anchor_Int_Indent => Offset); when Anchor_Int => Indent.Anchor_Int_Indent := Indent.Anchor_Int_Indent + Offset; when Anchored | Anchor_Anchored => null; end case; end Indent_Apply_Int; procedure Indent_Line (Data : in out Parse_Data_Type; Line : in Line_Number_Type; Delta_Indent : in Delta_Type) is -- See note in Indent_Anchored_2 for why we can't use renames here. Indent : Indent_Type := Data.Indents (Line); begin case Delta_Indent.Label is when Simple => case Delta_Indent.Simple_Delta.Label is when None => null; when Int => Indent_Apply_Int (Indent, Delta_Indent.Simple_Delta.Int_Delta); when Anchored => Indent_Apply_Anchored (Delta_Indent.Simple_Delta, Indent); end case; when Hanging => if Delta_Indent.Hanging_Accumulate or Indent_Nil_P (Data.Indents (Line)) then if Line = Delta_Indent.Hanging_First_Line then -- Apply delta_1 case Delta_Indent.Hanging_Delta_1.Label is when None => null; when Int => Indent_Apply_Int (Indent, Delta_Indent.Hanging_Delta_1.Int_Delta); when Anchored => Indent_Apply_Anchored (Delta_Indent.Hanging_Delta_1, Indent); end case; else if Delta_Indent.Hanging_Paren_State = Data.Line_Paren_State (Line) then case Delta_Indent.Hanging_Delta_2.Label is when None => null; when Int => Indent_Apply_Int (Indent, Delta_Indent.Hanging_Delta_2.Int_Delta); when Anchored => Indent_Apply_Anchored (Delta_Indent.Hanging_Delta_2, Indent); end case; end if; end if; end if; end case; if Trace_Action > Extra then Ada.Text_IO.Put_Line (";; indent_line: " & Line_Number_Type'Image (Line) & " => " & Image (Indent)); end if; Data.Indents.Replace_Element (Line, Indent); end Indent_Line; function Indent_Nil_P (Indent : in Indent_Type) return Boolean is begin return Indent.Label in Not_Set | Anchor_Nil; end Indent_Nil_P; function Max_Anchor_ID (Data : in out Parse_Data_Type; First_Line : in Line_Number_Type; Last_Line : in Line_Number_Type) return Integer is Result : Integer := First_Anchor_ID - 1; begin for Line in First_Line .. Last_Line loop declare Indent : Indent_Type renames Data.Indents (Line); begin case Indent.Label is when Not_Set | Int => null; when Anchor_Nil => Result := Integer'Max (Result, Indent.Anchor_Nil_IDs (Indent.Anchor_Nil_IDs.First_Index)); when Anchor_Int => Result := Integer'Max (Result, Indent.Anchor_Int_IDs (Indent.Anchor_Int_IDs.First_Index)); when Anchored => Result := Integer'Max (Result, Indent.Anchored_ID); when Anchor_Anchored => Result := Integer'Max (Result, Indent.Anchor_Anchored_ID); end case; end; end loop; return Result; end Max_Anchor_ID; function Paren_In_Anchor_Line (Data : in out Parse_Data_Type'Class; Tree : in Syntax_Trees.Tree'Class; Anchor_Token : in Augmented_Token; Offset : in Integer) return Integer is use Valid_Node_Index_Arrays; use all type Ada.Containers.Count_Type; Left_Paren_ID : Token_ID renames Data.Left_Paren_ID; Right_Paren_ID : Token_ID renames Data.Right_Paren_ID; I : Base_Token_Index := Anchor_Token.First_Terminals_Index; Paren_Count : Integer := 0; Paren_Char_Pos : Buffer_Pos := Invalid_Buffer_Pos; Text_Begin_Pos : Buffer_Pos := Invalid_Buffer_Pos; begin Find_First : loop declare Tok : Aug_Token_Const_Ref renames Get_Aug_Token_Const (Data, Tree, I); begin if Tok.Deleted then null; elsif Tok.ID = Left_Paren_ID then Paren_Count := Paren_Count + 1; if Paren_Count = 1 then Paren_Char_Pos := Tok.Char_Region.First; end if; elsif Tok.ID = Right_Paren_ID then Paren_Count := Paren_Count - 1; end if; if Tok.First then Text_Begin_Pos := Tok.Char_Region.First; exit Find_First; else if Length (Tok.Inserted_Before) > 0 then for Node of Tok.Inserted_Before loop declare Ins_Tok : Augmented_Token renames Augmented_Token (Tree.Augmented (Node).all); begin if Ins_Tok.ID = Left_Paren_ID then Paren_Count := Paren_Count + 1; if Paren_Count = 1 then Paren_Char_Pos := Tok.Char_Region.First; end if; elsif Ins_Tok.ID = Right_Paren_ID then Paren_Count := Paren_Count - 1; end if; if Ins_Tok.First then Text_Begin_Pos := Tok.Char_Region.First; exit Find_First; end if; end; end loop; end if; end if; end; I := I - 1; end loop Find_First; if Paren_Char_Pos /= Invalid_Buffer_Pos and Text_Begin_Pos /= Invalid_Buffer_Pos then return 1 + Offset + Integer (Paren_Char_Pos - Text_Begin_Pos); else return Offset; end if; end Paren_In_Anchor_Line; procedure Put (Cache : in Navigate_Cache_Type) is package Bounded is new Ada.Strings.Bounded.Generic_Bounded_Length (Max => 2 + 11 * Chars_Per_Int); use Bounded; Line : Bounded_String := To_Bounded_String ("["); procedure Append (Item : in Nil_Buffer_Pos) is begin if Item.Set then Append (Line, Buffer_Pos'Image (Item.Item)); else Append (Line, " -1"); end if; end Append; begin Append (Line, Navigate_Cache_Code); Append (Line, Buffer_Pos'Image (Cache.Pos)); Append (Line, Token_ID'Image (Cache.Statement_ID)); Append (Line, Token_ID'Image (Cache.ID)); Append (Line, Integer'Image (Cache.Length)); Append (Line, Integer'Image (Navigate_Class_Type'Pos (Cache.Class))); Append (Cache.Containing_Pos); Append (Cache.Prev_Pos); Append (Cache.Next_Pos); Append (Cache.End_Pos); Append (Line, ']'); Ada.Text_IO.Put_Line (To_String (Line)); end Put; procedure Put (Cache : in WisiToken.Buffer_Region) is begin Ada.Text_IO.Put_Line ("[" & Name_Property_Code & Buffer_Pos'Image (Cache.First) & Buffer_Pos'Image (Cache.Last) & "]"); end Put; procedure Put (Cache : in Face_Cache_Type) is package Bounded is new Ada.Strings.Bounded.Generic_Bounded_Length (Max => 2 + 4 * Chars_Per_Int); use Bounded; Line : Bounded_String := To_Bounded_String ("["); begin if Cache.Face.Set then Append (Line, Face_Property_Code); Append (Line, Buffer_Pos'Image (Cache.Char_Region.First)); Append (Line, Buffer_Pos'Image (Cache.Char_Region.Last)); Append (Line, Integer'Image (Cache.Face.Item)); Append (Line, ']'); Ada.Text_IO.Put_Line (To_String (Line)); end if; end Put; procedure Put (Line_Number : in Line_Number_Type; Item : in Indent_Type) is begin -- All Anchors must be resolved at this point, but not all lines have -- an indent computed. A negative indent is an error in either the -- grammar indent rules or the algorithms in this package. case Item.Label is when Not_Set => -- Especially with partial parse, we have no idea what this indent should be. null; when Int => declare -- We can easily get negative indents when there are syntax errors. Ind : constant Integer := Integer'Max (0, Item.Int_Indent); begin Ada.Text_IO.Put_Line ('[' & Indent_Code & Line_Number_Type'Image (Line_Number) & Integer'Image (Ind) & ']'); end; when Anchor_Nil | Anchor_Int | Anchored | Anchor_Anchored => raise SAL.Programmer_Error with "Indent item has non-int label: " & Indent_Label'Image (Item.Label); end case; end Put; procedure Put (Item : in Parse.LR.Configuration; Data : in Parse_Data_Type; Tree : in Syntax_Trees.Tree) is use Ada.Strings.Unbounded; use Parse.LR; use Parse.LR.Config_Op_Arrays, Parse.LR.Config_Op_Array_Refs; -- Output is a sequence of edit regions; each is: -- [edit-pos [inserted token-ids] [deleted token-ids] deleted-region] type State_Label is (None, -- not started yet Inserted, -- edit-pos, some insert ids appended Deleted); -- some delete ids appended State : State_Label := None; -- State of the current edit region. Line : Unbounded_String := To_Unbounded_String ("["); Deleted_Region : Buffer_Region := Null_Buffer_Region; Last_Deleted : Config_Op (Delete) := (Delete, Invalid_Token_ID, Invalid_Token_Index); procedure Start_Edit_Region (Op : in Insert_Delete_Op) is begin Append (Line, "["); Append (Line, Get_Aug_Token_Const (Data, Tree, Parse.LR.Token_Index (Op)).Char_Region.First'Image); Append (Line, "["); end Start_Edit_Region; function Deleted_Region_Image return String is begin return "(" & Deleted_Region.First'Image & " . " & Buffer_Pos'Image (Deleted_Region.Last + 1) & ")"; end Deleted_Region_Image; procedure Terminate_Edit_Region is begin case State is when None => null; when Inserted => Append (Line, "][]" & Deleted_Region_Image & "]"); when Deleted => Append (Line, "]" & Deleted_Region_Image & "]"); end case; Deleted_Region := Null_Buffer_Region; end Terminate_Edit_Region; begin if Trace_Action > Outline then Ada.Text_IO.Put_Line (";; " & Parse.LR.Image (Item.Ops, Data.Descriptor.all)); end if; Append (Line, Recover_Code); for I in First_Index (Item.Ops) .. Last_Index (Item.Ops) loop declare Op : Config_Op renames Constant_Ref (Item.Ops, I); begin case Op.Op is when Fast_Forward => Terminate_Edit_Region; State := None; when Undo_Reduce | Push_Back => null; when Insert => case State is when None => Start_Edit_Region (Op); when Inserted => null; when Deleted => Terminate_Edit_Region; Start_Edit_Region (Op); end case; Append (Line, Token_ID'Image (Op.Ins_ID)); State := Inserted; when Delete => Deleted_Region := Deleted_Region and Get_Aug_Token_Const (Data, Tree, Op.Del_Token_Index).Char_Region; declare Skip : Boolean := False; begin case State is when None => Start_Edit_Region (Op); Append (Line, "]["); when Inserted => Append (Line, "]["); when Deleted => if Data.Embedded_Quote_Escape_Doubled and then ((Last_Deleted.Del_ID = Data.Descriptor.String_1_ID and Op.Del_ID = Data.Descriptor.String_1_ID) or (Last_Deleted.Del_ID = Data.Descriptor.String_2_ID and Op.Del_ID = Data.Descriptor.String_2_ID)) then declare Tok_1 : Augmented_Token renames Get_Aug_Token_Const (Data, Tree, Last_Deleted.Del_Token_Index); Tok_2 : Augmented_Token renames Get_Aug_Token_Const (Data, Tree, Op.Del_Token_Index); begin if Tok_1.Char_Region.Last + 1 = Tok_2.Char_Region.First then -- Buffer text was '"""', lexer repair changed it to '""""'. The -- repaired text looks like a single string with an embedded quote. -- But here, it is two STRING_LITERAL tokens. Don't send the second -- delete to elisp. See test/ada_mode-recover_string_quote_1.adb Skip := True; end if; end; end if; end case; State := Deleted; if not Skip then Append (Line, Token_ID'Image (Op.Del_ID)); end if; end; Last_Deleted := Op; end case; end; end loop; case State is when None => null; when Inserted | Deleted => Terminate_Edit_Region; end case; Append (Line, "]"); Ada.Text_IO.Put_Line (To_String (Line)); end Put; procedure Resolve_Anchors (Data : in out Parse_Data_Type) is Begin_Indent : Integer renames Data.Begin_Indent; Anchor_Indent : array (First_Anchor_ID .. Data.Max_Anchor_ID) of Integer; begin if Trace_Action > Outline then Ada.Text_IO.New_Line; Ada.Text_IO.Put_Line (";; Begin_Indent: " & Integer'Image (Data.Begin_Indent)); for I in Data.Indents.First_Index .. Data.Indents.Last_Index loop Ada.Text_IO.Put_Line (";; " & Line_Number_Type'Image (I) & ", " & Image (Data.Indents (I))); end loop; Ada.Text_IO.Put_Line (";; resolve anchors"); end if; for I in Data.Indents.First_Index .. Data.Indents.Last_Index loop declare Indent : constant Indent_Type := Data.Indents (I); begin case Indent.Label is when Not_Set => -- Indent not computed, therefore not output. null; when Int => Data.Indents.Replace_Element (I, (Int, Indent.Int_Indent + Begin_Indent)); when Anchor_Nil => for I of Indent.Anchor_Nil_IDs loop Anchor_Indent (I) := Begin_Indent; end loop; Data.Indents.Replace_Element (I, (Int, Begin_Indent)); when Anchor_Int => for I of Indent.Anchor_Int_IDs loop Anchor_Indent (I) := Indent.Anchor_Int_Indent + Begin_Indent; end loop; Data.Indents.Replace_Element (I, (Int, Indent.Anchor_Int_Indent + Begin_Indent)); when Anchored => Data.Indents.Replace_Element (I, (Int, Anchor_Indent (Indent.Anchored_ID) + Indent.Anchored_Delta)); when Anchor_Anchored => declare Temp : constant Integer := Anchor_Indent (Indent.Anchor_Anchored_ID) + Indent.Anchor_Anchored_Delta; begin for I of Indent.Anchor_Anchored_IDs loop Anchor_Indent (I) := Temp; end loop; Data.Indents.Replace_Element (I, (Int, Temp)); end; end case; end; end loop; end Resolve_Anchors; procedure Set_End (Data : in out Parse_Data_Type; Containing_Pos : in Buffer_Pos; End_Pos : in Buffer_Pos) is use Navigate_Cursor_Lists; I : Cursor := Data.End_Positions.First; Delete_Cache : Boolean; Temp : Cursor; begin loop exit when not Has_Element (I); declare Cache : Navigate_Cache_Type renames Data.Navigate_Caches (Element (I)); begin if Cache.Pos in Containing_Pos .. End_Pos then Cache.End_Pos := (True, End_Pos); Delete_Cache := True; else Delete_Cache := False; end if; end; if Delete_Cache then Temp := Next (I); Delete (Data.End_Positions, I); I := Temp; else Next (I); end if; end loop; end Set_End; ---------- -- public subprograms (declaration order) procedure Initialize (Data : in out Parse_Data_Type; Lexer : in WisiToken.Lexer.Handle; Descriptor : access constant WisiToken.Descriptor; Base_Terminals : in Base_Token_Array_Access; Post_Parse_Action : in Post_Parse_Action_Type; Begin_Line : in Line_Number_Type; End_Line : in Line_Number_Type; Begin_Indent : in Integer; Params : in String) is pragma Unreferenced (Params); begin Data.Line_Begin_Char_Pos.Set_First_Last (First => Begin_Line, Last => End_Line); -- + 1 for data on line following last line; see Lexer_To_Augmented. Data.Line_Paren_State.Set_First_Last (First => Begin_Line, Last => End_Line + 1); Data.Lexer := Lexer; Data.Descriptor := Descriptor; Data.Base_Terminals := Base_Terminals; Data.Post_Parse_Action := Post_Parse_Action; case Post_Parse_Action is when Navigate | Face => null; when Indent => Data.Indents.Set_First_Last (First => Begin_Line, Last => End_Line); Data.Begin_Indent := Begin_Indent; end case; Data.Reset; exception when E : others => raise SAL.Programmer_Error with "wisi.initialize: " & Ada.Exceptions.Exception_Name (E) & ": " & Ada.Exceptions.Exception_Message (E); end Initialize; overriding procedure Reset (Data : in out Parse_Data_Type) is begin Data.Last_Terminal_Node := WisiToken.Invalid_Node_Index; Data.Leading_Non_Grammar.Clear; -- Data.Line_Begin_Char_Pos set in Initialize, overwritten in Lexer_To_Augmented for S of Data.Line_Paren_State loop S := 0; end loop; Data.Current_Paren_State := 0; Data.Navigate_Caches.Finalize; Data.Navigate_Caches.Initialize; Data.Name_Caches.Finalize; Data.Name_Caches.Initialize; Data.End_Positions.Clear; Data.Face_Caches.Finalize; Data.Face_Caches.Initialize; for I in Data.Indents.First_Index .. Data.Indents.Last_Index loop Data.Indents.Replace_Element (I, (Label => Not_Set)); end loop; Data.Max_Anchor_ID := First_Anchor_ID - 1; end Reset; function Source_File_Name (Data : in Parse_Data_Type) return String is begin return Data.Lexer.File_Name; end Source_File_Name; function Post_Parse_Action (Data : in Parse_Data_Type) return Post_Parse_Action_Type is begin return Data.Post_Parse_Action; end Post_Parse_Action; overriding procedure Lexer_To_Augmented (Data : in out Parse_Data_Type; Tree : in out Syntax_Trees.Tree'Class; Token : in Base_Token; Lexer : not null access WisiToken.Lexer.Instance'Class) is use all type Ada.Containers.Count_Type; begin if Lexer.First then Data.Line_Begin_Char_Pos (Token.Line) := Token.Char_Region.First; if Token.Line > Data.Line_Begin_Char_Pos.First_Index and then Data.Line_Begin_Char_Pos (Token.Line - 1) = Invalid_Buffer_Pos then -- Previous token contains multiple lines; ie %code in wisitoken_grammar.wy declare First_Set_Line : Line_Number_Type; begin for Line in reverse Data.Line_Begin_Char_Pos.First_Index .. Token.Line - 1 loop if Data.Line_Begin_Char_Pos (Line) /= Invalid_Buffer_Pos then First_Set_Line := Line; exit; end if; end loop; for Line in First_Set_Line + 1 .. Token.Line - 1 loop Data.Line_Begin_Char_Pos (Line) := Data.Line_Begin_Char_Pos (First_Set_Line); -- good enough end loop; end; end if; end if; if Token.ID < Data.Descriptor.First_Terminal then -- Non-grammar token if Token.ID = Data.Descriptor.New_Line_ID then Data.Line_Paren_State (Token.Line + 1) := Data.Current_Paren_State; end if; if Data.Last_Terminal_Node = Invalid_Node_Index then Data.Leading_Non_Grammar.Append ((Token with Lexer.First)); else declare Containing_Token : Aug_Token_Var_Ref renames Get_Aug_Token_Var (Tree, Data.Last_Terminal_Node); Trailing_Blank : constant Boolean := Token.ID = Data.Descriptor.New_Line_ID and (Containing_Token.Non_Grammar.Length > 0 and then Containing_Token.Non_Grammar (Containing_Token.Non_Grammar.Last_Index).ID = Data.Descriptor.New_Line_ID); begin if Lexer.First and (Token.ID in Data.First_Comment_ID .. Data.Last_Comment_ID or Trailing_Blank) then if Containing_Token.First_Trailing_Comment_Line = Invalid_Line_Number then Containing_Token.First_Trailing_Comment_Line := Token.Line; end if; Containing_Token.Last_Trailing_Comment_Line := Token.Line; end if; Containing_Token.Non_Grammar.Append ((Token with Lexer.First)); end; end if; else -- grammar token declare Temp : constant Augmented_Token_Access := new Augmented_Token' (Token with Deleted => False, First => Lexer.First, Paren_State => Data.Current_Paren_State, First_Terminals_Index => Data.Terminals.Last_Index, Last_Terminals_Index => Data.Terminals.Last_Index, First_Indent_Line => (if Lexer.First then Token.Line else Invalid_Line_Number), Last_Indent_Line => (if Lexer.First then Token.Line else Invalid_Line_Number), First_Trailing_Comment_Line => Invalid_Line_Number, -- Set by Reduce Last_Trailing_Comment_Line => Invalid_Line_Number, Non_Grammar => Non_Grammar_Token_Arrays.Empty_Vector, Inserted_Before => Valid_Node_Index_Arrays.Empty_Vector); begin Data.Last_Terminal_Node := Token.Tree_Index; if Token.ID = Data.Left_Paren_ID then Data.Current_Paren_State := Data.Current_Paren_State + 1; elsif Token.ID = Data.Right_Paren_ID then Data.Current_Paren_State := Data.Current_Paren_State - 1; end if; Tree.Set_Augmented (Token.Tree_Index, Base_Token_Class_Access (Temp)); end; end if; end Lexer_To_Augmented; overriding procedure Insert_Token (Data : in out Parse_Data_Type; Tree : in out Syntax_Trees.Tree'Class; Token : in Valid_Node_Index) is use Valid_Node_Index_Arrays; Before_Index : constant Token_Index := Tree.Before (Token); Before_Aug : Aug_Token_Var_Ref renames Get_Aug_Token_Var (Data, Tree, Before_Index); -- Set data that allows using Token when computing indent. Indent_Line : constant Line_Number_Type := (if Before_Aug.First then Before_Aug.Line else Invalid_Line_Number); -- Set for Insert_After False; see below for True. New_Aug : constant Augmented_Token_Access := new Augmented_Token' (ID => Tree.ID (Token), Tree_Index => Token, Byte_Region => (First | Last => Before_Aug.Byte_Region.First), Line => Before_Aug.Line, Column => Before_Aug.Column, Char_Region => (First | Last => Before_Aug.Char_Region.First), Deleted => False, First => Before_Aug.First, Paren_State => Before_Aug.Paren_State, First_Terminals_Index => Invalid_Token_Index, Last_Terminals_Index => Invalid_Token_Index, First_Indent_Line => Indent_Line, Last_Indent_Line => Indent_Line, First_Trailing_Comment_Line => Invalid_Line_Number, Last_Trailing_Comment_Line => Invalid_Line_Number, Non_Grammar => Non_Grammar_Token_Arrays.Empty_Vector, Inserted_Before => Valid_Node_Index_Arrays.Empty_Vector); Prev_Terminal : constant Node_Index := Tree.Prev_Terminal (Token); -- Invalid_Node_Index if Token is inserted before first grammar token Insert_After : Boolean := False; begin Tree.Set_Augmented (Token, Base_Token_Class_Access (New_Aug)); Append (Before_Aug.Inserted_Before, Token); if Prev_Terminal /= Invalid_Node_Index and Before_Aug.First then declare use all type Ada.Containers.Count_Type; use all type Ada.Text_IO.Count; -- See test/ada_mode-interactive_2.adb, "Typing ..."; three tests. -- -- When typing new code, we want a new blank line to be indented as -- if the code was there already. To accomplish that, we put the -- inserted tokens at the end of the line before the Before token; -- that will be after the non-grammar on the previous terminal. -- -- Compare to test/ada_mode-recover_20.adb. There we are not typing -- new code, but there is a blank line; the right paren is placed at -- the end of the blank line, causing the comment to be indented. Prev_Aug : Aug_Token_Var_Ref renames Get_Aug_Token_Var (Tree, Prev_Terminal); -- Prev_Aug.Non_Grammar must have at least one New_Line, since -- Before_Aug.First is True. The whitespace after the New_Line is not -- given a token. -- -- If the first two tokens in Prev_Non_Grammar are both New_Lines, -- there is a blank line after the code line (and before any -- comments); assume that is the edit point. Insert_On_Blank_Line : constant Boolean := Prev_Aug.Non_Grammar.Length >= 2 and then (Prev_Aug.Non_Grammar (Prev_Aug.Non_Grammar.First_Index).ID = Data.Descriptor.New_Line_ID and Prev_Aug.Non_Grammar (Prev_Aug.Non_Grammar.First_Index + 1).ID = Data.Descriptor.New_Line_ID); -- In Ada, 'end' is Insert_After except when Insert_On_Blank_Line is -- True (see test/ada_mode-interactive_2.adb Record_1), so Insert_After -- needs Insert_On_Blank_Line. begin Insert_After := Parse_Data_Type'Class (Data).Insert_After (Tree, Token, Insert_On_Blank_Line); if Insert_After then if Insert_On_Blank_Line then declare Prev_Non_Grammar : constant Non_Grammar_Token := Prev_Aug.Non_Grammar (Prev_Aug.Non_Grammar.First_Index + 1); -- The newline nominally after the inserted token. begin New_Aug.Byte_Region := (First | Last => Prev_Non_Grammar.Byte_Region.Last - 1); New_Aug.Char_Region := (First | Last => Prev_Non_Grammar.Char_Region.Last - 1); New_Aug.First := True; New_Aug.Line := Prev_Non_Grammar.Line; New_Aug.Column := Prev_Aug.Column + Ada.Text_IO.Count (Length (New_Aug.Char_Region)) - 1; New_Aug.First_Indent_Line := Prev_Non_Grammar.Line; New_Aug.Last_Indent_Line := Prev_Non_Grammar.Line; for I in Prev_Aug.Non_Grammar.First_Index + 1 .. Prev_Aug.Non_Grammar.Last_Index loop New_Aug.Non_Grammar.Append (Prev_Aug.Non_Grammar (I)); end loop; Prev_Aug.Non_Grammar.Set_First_Last (Prev_Aug.Non_Grammar.First_Index, Prev_Aug.Non_Grammar.First_Index); end; else New_Aug.Byte_Region := (First | Last => Prev_Aug.Byte_Region.Last); New_Aug.Char_Region := (First | Last => Prev_Aug.Char_Region.Last); New_Aug.First := False; New_Aug.Line := Prev_Aug.Line; New_Aug.Column := Prev_Aug.Column + Ada.Text_IO.Count (Length (Prev_Aug.Char_Region)) - 1; New_Aug.First_Indent_Line := Invalid_Line_Number; New_Aug.Last_Indent_Line := Invalid_Line_Number; New_Aug.Non_Grammar := Prev_Aug.Non_Grammar; Prev_Aug.Non_Grammar := Non_Grammar_Token_Arrays.Empty_Vector; end if; New_Aug.First_Trailing_Comment_Line := Prev_Aug.First_Trailing_Comment_Line; New_Aug.Last_Trailing_Comment_Line := Prev_Aug.Last_Trailing_Comment_Line; Prev_Aug.First_Trailing_Comment_Line := Invalid_Line_Number; Prev_Aug.Last_Trailing_Comment_Line := Invalid_Line_Number; end if; end; end if; if New_Aug.First and not Insert_After then Before_Aug.First := False; Before_Aug.First_Indent_Line := Invalid_Line_Number; Before_Aug.Last_Indent_Line := Invalid_Line_Number; end if; if New_Aug.ID = Data.Left_Paren_ID then Adjust_Paren_State (Data, Tree, Before_Index, New_Aug.Line + 1, +1); elsif New_Aug.ID = Data.Right_Paren_ID then Adjust_Paren_State (Data, Tree, Before_Index, New_Aug.Line + 1, -1); end if; end Insert_Token; overriding procedure Delete_Token (Data : in out Parse_Data_Type; Tree : in out Syntax_Trees.Tree'Class; Deleted_Token_Index : in WisiToken.Token_Index) is use all type Ada.Containers.Count_Type; Deleted_Token : Augmented_Token renames Get_Aug_Token_Var (Data, Tree, Deleted_Token_Index); Prev_Token_Index : Base_Token_Index := Deleted_Token_Index - 1; Next_Token_Index : Base_Token_Index := Deleted_Token_Index + 1; begin if Deleted_Token.Deleted then -- This can happen if error recovery screws up. if WisiToken.Trace_Action > WisiToken.Detail then Ada.Text_IO.Put_Line (";; delete token again; ignored " & Image (Deleted_Token, Data.Descriptor.all)); end if; return; end if; if WisiToken.Trace_Action > WisiToken.Detail then Ada.Text_IO.Put_Line (";; delete token " & Image (Deleted_Token, Data.Descriptor.all)); end if; Deleted_Token.Deleted := True; if Deleted_Token.Non_Grammar.Length > 0 then -- Move Non_Grammar to previous non-deleted token loop exit when Prev_Token_Index = Base_Token_Index'First; exit when Get_Aug_Token_Const (Data, Tree, Prev_Token_Index).Deleted = False; Prev_Token_Index := Prev_Token_Index - 1; end loop; if Prev_Token_Index = Base_Token_Index'First then Deleted_Token.Non_Grammar (Deleted_Token.Non_Grammar.First_Index).First := Deleted_Token.First; Data.Leading_Non_Grammar.Append (Deleted_Token.Non_Grammar); else declare Prev_Token : Augmented_Token renames Get_Aug_Token_Var (Data, Tree, Prev_Token_Index); begin Prev_Token.Non_Grammar.Append (Deleted_Token.Non_Grammar); if Deleted_Token.First_Trailing_Comment_Line /= Invalid_Line_Number then if Prev_Token.First_Trailing_Comment_Line = Invalid_Line_Number then Prev_Token.First_Trailing_Comment_Line := Deleted_Token.First_Trailing_Comment_Line; end if; Prev_Token.Last_Trailing_Comment_Line := Deleted_Token.Last_Trailing_Comment_Line; end if; end; end if; end if; -- Data.Terminals.Last_Index is Wisi_EOI; it is never deleted loop exit when Get_Aug_Token_Const (Data, Tree, Next_Token_Index).Deleted = False; Next_Token_Index := Next_Token_Index + 1; exit when Next_Token_Index = Data.Terminals.Last_Index; end loop; if Deleted_Token.First and (Next_Token_Index = Data.Terminals.Last_Index or else Get_Aug_Token_Const (Data, Tree, Next_Token_Index).Line > Deleted_Token.Line) then -- Deleted_Token.Line is now blank; add to previous token non -- grammar. if Prev_Token_Index > Base_Token_Index'First then declare Prev_Token : Augmented_Token renames Get_Aug_Token_Var (Data, Tree, Prev_Token_Index); begin if Prev_Token.First_Trailing_Comment_Line = Invalid_Line_Number then Prev_Token.First_Trailing_Comment_Line := Deleted_Token.Line; Prev_Token.Last_Trailing_Comment_Line := Deleted_Token.Line; else if Prev_Token.First_Trailing_Comment_Line > Deleted_Token.Line then Prev_Token.First_Trailing_Comment_Line := Deleted_Token.Line; end if; if Prev_Token.Last_Trailing_Comment_Line < Deleted_Token.Line then Prev_Token.Last_Trailing_Comment_Line := Deleted_Token.Line; end if; end if; end; end if; end if; if Deleted_Token.First and Next_Token_Index < Data.Terminals.Last_Index then declare Next_Token : Augmented_Token renames Get_Aug_Token_Var (Data, Tree, Next_Token_Index); begin if not Next_Token.First then Next_Token.First := True; Next_Token.First_Indent_Line := Deleted_Token.First_Indent_Line; Next_Token.Last_Indent_Line := Deleted_Token.Last_Indent_Line; end if; end; end if; if Deleted_Token.ID = Data.Left_Paren_ID then Adjust_Paren_State (Data, Tree, Deleted_Token_Index + 1, Deleted_Token.Line + 1, -1); elsif Deleted_Token.ID = Data.Right_Paren_ID then Adjust_Paren_State (Data, Tree, Deleted_Token_Index + 1, Deleted_Token.Line + 1, +1); end if; end Delete_Token; overriding procedure Reduce (Data : in out Parse_Data_Type; Tree : in out Syntax_Trees.Tree'Class; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array) is Aug_Nonterm : constant Augmented_Token_Access := new Augmented_Token' (ID => Tree.ID (Nonterm), Byte_Region => Tree.Byte_Region (Nonterm), others => <>); Trailing_Comment_Done : Boolean := False; begin Tree.Set_Augmented (Nonterm, Base_Token_Class_Access (Aug_Nonterm)); for I in reverse Tokens'Range loop -- 'reverse' to find token containing trailing comments; last -- non-empty token. declare Aug_Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (I)); begin if Data.Post_Parse_Action = Indent then if Aug_Token.First_Terminals_Index /= Invalid_Token_Index then Aug_Nonterm.First_Terminals_Index := Aug_Token.First_Terminals_Index; end if; if Aug_Nonterm.Last_Terminals_Index = Invalid_Token_Index then Aug_Nonterm.Last_Terminals_Index := Aug_Token.Last_Terminals_Index; end if; Aug_Nonterm.First := Aug_Nonterm.First or Aug_Token.First; if Aug_Token.First_Indent_Line /= Invalid_Line_Number then Aug_Nonterm.First_Indent_Line := Aug_Token.First_Indent_Line; elsif Trailing_Comment_Done and Aug_Token.First_Trailing_Comment_Line /= Invalid_Line_Number then Aug_Nonterm.First_Indent_Line := Aug_Token.First_Trailing_Comment_Line; end if; if Aug_Nonterm.Last_Indent_Line = Invalid_Line_Number then if Trailing_Comment_Done and Aug_Token.Last_Trailing_Comment_Line /= Invalid_Line_Number then Aug_Nonterm.Last_Indent_Line := Aug_Token.Last_Trailing_Comment_Line; elsif Aug_Token.Last_Indent_Line /= Invalid_Line_Number then Aug_Nonterm.Last_Indent_Line := Aug_Token.Last_Indent_Line; end if; end if; if not Trailing_Comment_Done then Aug_Nonterm.First_Trailing_Comment_Line := Aug_Token.First_Trailing_Comment_Line; Aug_Nonterm.Last_Trailing_Comment_Line := Aug_Token.Last_Trailing_Comment_Line; Trailing_Comment_Done := True; end if; end if; -- Compute_Indent if Aug_Token.Line /= Invalid_Line_Number then Aug_Nonterm.Line := Aug_Token.Line; Aug_Nonterm.Column := Aug_Token.Column; end if; if Aug_Nonterm.Char_Region.First > Aug_Token.Char_Region.First then Aug_Nonterm.Char_Region.First := Aug_Token.Char_Region.First; end if; if Aug_Nonterm.Char_Region.Last < Aug_Token.Char_Region.Last then Aug_Nonterm.Char_Region.Last := Aug_Token.Char_Region.Last; end if; Aug_Nonterm.Paren_State := Aug_Token.Paren_State; end; end loop; end Reduce; procedure Statement_Action (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; Params : in Statement_Param_Array) is Nonterm_Tok : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Nonterm); First_Item : Boolean := True; Start_Set : Boolean := False; Override_Start_Set : Boolean := False; Containing_Pos : Nil_Buffer_Pos := Nil; begin for Pair of Params loop if not (Pair.Index in Tokens'Range) then raise Fatal_Error with Error_Message (File_Name => Data.Lexer.File_Name, Line => Nonterm_Tok.Line, Column => Nonterm_Tok.Column, Message => "wisi-statement-action: " & Trimmed_Image (Tree.Production_ID (Nonterm)) & " token index" & SAL.Peek_Type'Image (Pair.Index) & " not in tokens range (" & SAL.Peek_Type'Image (Tokens'First) & " .." & SAL.Peek_Type'Image (Tokens'Last) & "); bad grammar action."); elsif Tree.Byte_Region (Tokens (Pair.Index)) /= Null_Buffer_Region then declare use all type WisiToken.Syntax_Trees.Node_Label; Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, (if Pair.Class = Statement_End and then Tree.Label (Tokens (Pair.Index)) = WisiToken.Syntax_Trees.Nonterm then Tree.Last_Terminal (Tokens (Pair.Index)) else Tokens (Pair.Index))); Cache_Pos : constant Buffer_Pos := Token.Char_Region.First; Cursor : Navigate_Cache_Trees.Cursor := Navigate_Cache_Trees.Find (Data.Navigate_Caches.Iterate, Cache_Pos, Direction => Navigate_Cache_Trees.Unknown); begin if Navigate_Cache_Trees.Has_Element (Cursor) then declare Cache : Navigate_Cache_Type renames Data.Navigate_Caches (Cursor); begin if Pair.Class = Statement_Start then if Start_Set then Cache.Class := Motion; else Cache.Class := Statement_Start; Start_Set := True; end if; elsif Override_Start_Set then Cache.Class := Statement_Start; Start_Set := True; else Cache.Class := Pair.Class; end if; Cache.Statement_ID := Tree.ID (Nonterm); Cache.Containing_Pos := Containing_Pos; end; else Cursor := Data.Navigate_Caches.Insert ((Pos => Cache_Pos, Statement_ID => Tree.ID (Nonterm), ID => Token.ID, Length => Length (Token.Char_Region), Class => (if Override_Start_Set then Statement_Start else Pair.Class), Containing_Pos => Containing_Pos, others => Nil)); end if; Data.End_Positions.Append (Cursor); if First_Item then First_Item := False; if Override_Start_Set or Pair.Class = Statement_Start then Override_Start_Set := False; Containing_Pos := (True, Token.Char_Region.First); -- Set containing on all contained caches declare use Navigate_Cache_Trees; Iterator : constant Navigate_Cache_Trees.Iterator := Data.Navigate_Caches.Iterate; Cursor : Navigate_Cache_Trees.Cursor := Find_In_Range (Iterator, Ascending, Nonterm_Tok.Char_Region.First + 1, -- don't set containing on start Nonterm_Tok.Char_Region.Last); begin loop exit when not Has_Element (Cursor); declare Cache : Navigate_Cache_Type renames Data.Navigate_Caches (Cursor); begin if not Cache.Containing_Pos.Set then Cache.Containing_Pos := Containing_Pos; end if; exit when Nonterm_Tok.Char_Region.Last < Cache.Pos + 1; end; Cursor := Iterator.Next (Cursor); end loop; end; end if; end if; if Pair.Class = Statement_End and Containing_Pos.Set then Set_End (Data, Containing_Pos.Item, Cache_Pos); end if; end; else -- Token.Byte_Region is null if First_Item and Pair.Class = Statement_Start then Override_Start_Set := True; end if; end if; end loop; end Statement_Action; procedure Name_Action (Data : in out Parse_Data_Type; Tree : in WisiToken.Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in WisiToken.Valid_Node_Index_Array; Name : in WisiToken.Positive_Index_Type) is begin if not (Name in Tokens'Range) then declare Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (Tokens'First)); begin raise Fatal_Error with Error_Message (File_Name => Data.Lexer.File_Name, Line => Token.Line, Column => Token.Column, Message => "wisi-name-action: " & Trimmed_Image (Tree.Production_ID (Nonterm)) & " name (" & Trimmed_Image (Name) & ") not in Tokens range (" & SAL.Peek_Type'Image (Tokens'First) & " .." & SAL.Peek_Type'Image (Tokens'Last) & "); bad grammar action."); end; end if; if Tree.Is_Virtual (Tokens (Name)) then -- Virtual tokens have the same Char_Region as the token they are -- inserted before (for indent purposes), which leads to Name_Action -- appearing to be applied twice. test/ada_mode-fatal_error_1.adb. -- They also don't appear in the actual buffer, so setting a face or -- completing on them is pointless. return; end if; declare use Name_Cache_Trees; Name_Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (Name)); Cursor : constant Name_Cache_Trees.Cursor := Find (Data.Name_Caches.Iterate, Name_Token.Char_Region.First, Direction => Name_Cache_Trees.Unknown); begin if Name_Token.Char_Region = Null_Buffer_Region then return; elsif Has_Element (Cursor) then raise Fatal_Error with Error_Message (File_Name => Data.Lexer.File_Name, Line => Name_Token.Line, Column => Name_Token.Column, Message => Tree.Image (Tokens (Name), Data.Descriptor.all, Node_Numbers => WisiToken.Trace_Action > Extra, Include_RHS_Index => WisiToken.Trace_Action > Extra) & ": wisi-name-action: name set twice."); else if Trace_Action > Detail then Ada.Text_IO.Put_Line ("Name_Action " & Tree.Image (Nonterm, Data.Descriptor.all, Node_Numbers => WisiToken.Trace_Action > Extra, Include_RHS_Index => WisiToken.Trace_Action > Extra) & " " & Tree.Image (Tokens (Name), Data.Descriptor.all, Node_Numbers => WisiToken.Trace_Action > Extra, Include_RHS_Index => WisiToken.Trace_Action > Extra)); end if; Data.Name_Caches.Insert (Name_Token.Char_Region); end if; end; end Name_Action; procedure Motion_Action (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; Params : in Motion_Param_Array) is use Navigate_Cache_Trees; Start : Nil_Buffer_Pos := (Set => False); Iter : constant Iterator := Data.Navigate_Caches.Iterate; Prev_Cache_Cur : Cursor; Cache_Cur : Cursor; begin if WisiToken.Trace_Action > Outline then Ada.Text_IO.Put_Line ("Motion_Action " & Image (Tree.ID (Nonterm), Data.Descriptor.all) & " " & Image (Tree.Byte_Region (Nonterm))); end if; for Param of Params loop if Tree.Byte_Region (Tokens (Param.Index)) /= Null_Buffer_Region then declare use all type WisiToken.Syntax_Trees.Node_Label; Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (Param.Index)); Region : constant Buffer_Region := Token.Char_Region; Skip : Boolean := False; begin if not Start.Set then Start := (True, Region.First); end if; case Tree.Label (Tokens (Param.Index)) is when Shared_Terminal => Cache_Cur := Find (Iter, Region.First); when Virtual_Terminal | Virtual_Identifier => return; when Syntax_Trees.Nonterm => if Param.ID = Invalid_Token_ID then Cache_Cur := Find (Iter, Region.First); else Skip := True; Cache_Cur := Find_In_Range (Iter, Ascending, Region.First, Region.Last); loop exit when not Has_Element (Cache_Cur); if Data.Navigate_Caches (Cache_Cur).Pos > Region.Last then Cache_Cur := No_Element; exit; elsif Data.Navigate_Caches (Cache_Cur).ID = Param.ID and not Data.Navigate_Caches (Cache_Cur).Prev_Pos.Set then Skip := False; exit; end if; Cache_Cur := Next (Iter, Cache_Cur); end loop; end if; end case; if not Skip then if not Has_Element (Cache_Cur) then raise Fatal_Error with Error_Message (File_Name => Data.Lexer.File_Name, Line => Token.Line, Column => Token.Column, Message => "wisi-motion-action: token " & WisiToken.Image (Token.ID, Data.Descriptor.all) & " has no cache; add to statement-action for " & Trimmed_Image (Tree.Production_ID (Nonterm)) & "."); end if; if Has_Element (Prev_Cache_Cur) then declare Cache : Navigate_Cache_Type renames Data.Navigate_Caches (Cache_Cur); Prev_Cache : Navigate_Cache_Type renames Data.Navigate_Caches (Prev_Cache_Cur); begin if not Cache.Prev_Pos.Set then Cache.Prev_Pos := (True, Prev_Cache.Pos); if WisiToken.Trace_Action > Detail then Ada.Text_IO.Put_Line (" " & Cache.Pos'Image & " prev to " & Cache.Prev_Pos.Item'Image); end if; end if; if not Prev_Cache.Next_Pos.Set then Prev_Cache.Next_Pos := (True, Cache.Pos); if WisiToken.Trace_Action > Detail then Ada.Text_IO.Put_Line (" " & Prev_Cache.Pos'Image & " next to " & Prev_Cache.Next_Pos.Item'Image); end if; end if; end; end if; loop -- Set Prev_Cache_Cur to last motion cache in nonterm chain exit when not Data.Navigate_Caches (Cache_Cur).Next_Pos.Set; Cache_Cur := Find (Iter, Data.Navigate_Caches (Cache_Cur).Next_Pos.Item); pragma Assert (Has_Element (Cache_Cur)); -- otherwise there's a bug in this subprogram. end loop; Prev_Cache_Cur := Cache_Cur; end if; end; end if; end loop; end Motion_Action; procedure Face_Apply_Action (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; Params : in Face_Apply_Param_Array) is pragma Unreferenced (Nonterm); use Face_Cache_Trees; Iter : constant Iterator := Data.Face_Caches.Iterate; Cache_Cur : Cursor; Suffix_Cur : Cursor; begin for Param of Params loop if Tree.Byte_Region (Tokens (Param.Index)) /= Null_Buffer_Region then declare Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (Param.Index)); begin Cache_Cur := Find (Iter, Token.Char_Region.First, Direction => Ascending); if Has_Element (Cache_Cur) then declare Cache : Face_Cache_Type renames Data.Face_Caches (Cache_Cur); begin case Cache.Class is when Prefix => Cache.Face := (True, Param.Prefix_Face); -- Check for suffix Suffix_Cur := Next (Iter, Cache_Cur); if Has_Element (Suffix_Cur) then declare Suf_Cache : Face_Cache_Type renames Data.Face_Caches (Suffix_Cur); begin if Suffix = Suf_Cache.Class and Inside (Suf_Cache.Char_Region.First, Token.Char_Region) then Suf_Cache.Face := (True, Param.Suffix_Face); end if; end; end if; when Suffix => Cache.Face := (True, Param.Suffix_Face); end case; end; else Data.Face_Caches.Insert ((Token.Char_Region, Suffix, (True, Param.Suffix_Face))); end if; end; end if; end loop; end Face_Apply_Action; procedure Face_Apply_List_Action (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; Params : in Face_Apply_Param_Array) is pragma Unreferenced (Nonterm); use Face_Cache_Trees; Iter : constant Iterator := Data.Face_Caches.Iterate; Cache_Cur : Cursor; begin for Param of Params loop if Tree.Byte_Region (Tokens (Param.Index)) /= Null_Buffer_Region then declare Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (Param.Index)); begin Cache_Cur := Find_In_Range (Iter, Ascending, Token.Char_Region.First, Token.Char_Region.Last); loop exit when not Has_Element (Cache_Cur) or else Data.Face_Caches (Cache_Cur).Char_Region.First > Token.Char_Region.Last; declare Cache : Face_Cache_Type renames Data.Face_Caches (Cache_Cur); begin case Cache.Class is when Prefix => Cache.Face := (True, Param.Prefix_Face); when Suffix => Cache.Face := (True, Param.Suffix_Face); end case; end; Cache_Cur := Next (Iter, Cache_Cur); end loop; end; end if; end loop; end Face_Apply_List_Action; procedure Face_Mark_Action (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; Params : in Face_Mark_Param_Array) is pragma Unreferenced (Nonterm); use Face_Cache_Trees; Iter : constant Iterator := Data.Face_Caches.Iterate; Cache_Cur : Cursor; begin for Param of Params loop if Tree.Byte_Region (Tokens (Param.Index)) /= Null_Buffer_Region then declare Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (Param.Index)); begin Cache_Cur := Find (Iter, Token.Char_Region.First, Direction => Ascending); if Has_Element (Cache_Cur) then declare Cache : Face_Cache_Type renames Data.Face_Caches (Cache_Cur); Other_Cur : Cursor := Find_In_Range (Iter, Ascending, Cache.Char_Region.Last + 1, Token.Char_Region.Last); Temp : Cursor; begin loop exit when not Has_Element (Other_Cur) or else Data.Face_Caches (Other_Cur).Char_Region.First > Token.Char_Region.Last; Temp := Other_Cur; Other_Cur := Next (Iter, Other_Cur); Delete (Data.Face_Caches, Temp); end loop; Cache.Class := Param.Class; Cache.Char_Region.Last := Token.Char_Region.Last; end; else Data.Face_Caches.Insert ((Token.Char_Region, Param.Class, (Set => False))); end if; end; end if; end loop; end Face_Mark_Action; procedure Face_Remove_Action (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; Params : in Face_Remove_Param_Array) is pragma Unreferenced (Nonterm); use Face_Cache_Trees; Iter : constant Iterator := Data.Face_Caches.Iterate; Cache_Cur : Cursor; Temp : Cursor; begin for I of Params loop if Tree.Byte_Region (Tokens (I)) /= Null_Buffer_Region then declare Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (I)); begin Cache_Cur := Find_In_Range (Iter, Ascending, Token.Char_Region.First, Token.Char_Region.Last); loop exit when not Has_Element (Cache_Cur) or else Data.Face_Caches (Cache_Cur).Char_Region.First > Token.Char_Region.Last; Temp := Cache_Cur; Cache_Cur := Next (Iter, Cache_Cur); Delete (Data.Face_Caches, Temp); end loop; end; end if; end loop; end Face_Remove_Action; function "+" (Item : in Integer) return Indent_Arg_Arrays.Vector is begin return Result : Indent_Arg_Arrays.Vector do Result.Append (Item); end return; end "+"; function "&" (List : in Indent_Arg_Arrays.Vector; Item : in Integer) return Indent_Arg_Arrays.Vector is begin return Result : Indent_Arg_Arrays.Vector := List do Result.Append (Item); end return; end "&"; function "&" (Left, Right : in Integer) return Indent_Arg_Arrays.Vector is begin return Result : Indent_Arg_Arrays.Vector do Result.Append (Left); Result.Append (Right); end return; end "&"; function Image (Item : in Simple_Indent_Param) return String is begin return "(" & Simple_Indent_Param_Label'Image (Item.Label) & (case Item.Label is when None => "", when Int => Integer'Image (Item.Int_Delta), when Anchored_Label => Positive_Index_Type'Image (Item.Anchored_Index) & "," & Integer'Image (Item.Anchored_Delta), when Language => "<language_function>") & ")"; end Image; function Image (Item : in Indent_Param) return String is begin return "(" & Indent_Param_Label'Image (Item.Label) & ", " & (case Item.Label is when Simple => Image (Item.Param), when Hanging_Label => Image (Item.Hanging_Delta_1) & ", " & Image (Item.Hanging_Delta_2) & ")"); end Image; function Image (Item : in Indent_Pair) return String is begin return "(" & Image (Item.Code_Delta) & (if Item.Comment_Present then ", " & Image (Item.Comment_Delta) else "") & ")"; end Image; procedure Indent_Action_0 (Data : in out Parse_Data_Type'Class; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; Params : in Indent_Param_Array) is begin if Trace_Action > Outline then Ada.Text_IO.Put_Line (";; indent_action_0: " & Tree.Image (Nonterm, Data.Descriptor.all)); end if; for I in Tokens'Range loop if (Tree.Is_Virtual_Terminal (Tokens (I)) or Tree.Byte_Region (Tokens (I)) /= Null_Buffer_Region) and I in Params'Range -- in some translated EBNF, not every token has an indent param then declare use all type SAL.Base_Peek_Type; Tree_Token : constant Valid_Node_Index := Tokens (I); Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tree_Token); Pair : Indent_Pair renames Params (I); Code_Delta : Delta_Type; Comment_Param : Indent_Param; Comment_Param_Set : Boolean := False; Comment_Delta : Delta_Type; begin if Trace_Action > Detail then Ada.Text_IO.Put_Line (";; indent_action_0 a: " & Tree.Image (Tree_Token, Data.Descriptor.all) & ": " & Image (Pair)); end if; if Token.First_Indent_Line /= Invalid_Line_Number then Code_Delta := Indent_Compute_Delta (Data, Tree, Tokens, Pair.Code_Delta, Tree_Token, Indenting_Comment => False); Indent_Token_1 (Data, Tree, Token, Code_Delta, Indenting_Comment => False); end if; if Token.First_Trailing_Comment_Line /= Invalid_Line_Number then if Pair.Comment_Present then Comment_Param := Pair.Comment_Delta; Comment_Param_Set := True; elsif I < Tokens'Last then Comment_Param := Params (I + 1).Code_Delta; Comment_Param_Set := True; end if; if Comment_Param_Set then Comment_Delta := Indent_Compute_Delta (Data, Tree, Tokens, Comment_Param, Tree_Token, Indenting_Comment => True); Indent_Token_1 (Data, Tree, Token, Comment_Delta, Indenting_Comment => True); end if; end if; end; end if; end loop; end Indent_Action_0; procedure Indent_Action_1 (Data : in out Parse_Data_Type'Class; Tree : in Syntax_Trees.Tree; Nonterm : in Valid_Node_Index; Tokens : in Valid_Node_Index_Array; N : in Positive_Index_Type; Params : in Indent_Param_Array) is use all type Syntax_Trees.Node_Label; begin for I in Tokens'First .. N loop declare Aug : Aug_Token_Const_Ref renames Wisi.Get_Aug_Token_Const_1 (Tree, Tokens (I)); begin if Tree.Label (Tokens (I)) /= Virtual_Terminal and then Aug.First then Indent_Action_0 (Data, Tree, Nonterm, Tokens, Params); return; end if; end; end loop; end Indent_Action_1; function Indent_Hanging_1 (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Tokens : in Valid_Node_Index_Array; Tree_Indenting : in Valid_Node_Index; Indenting_Comment : in Boolean; Delta_1 : in Simple_Indent_Param; Delta_2 : in Simple_Indent_Param; Option : in Boolean; Accumulate : in Boolean) return Delta_Type is Indenting_Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tree_Indenting); begin if Indenting_Comment then return Indent_Compute_Delta (Data, Tree, Tokens, (Simple, Delta_1), Tree_Indenting, Indenting_Comment); else return (Hanging, Hanging_First_Line => Indenting_Token.Line, Hanging_Paren_State => Indenting_Token.Paren_State, Hanging_Delta_1 => Indent_Compute_Delta (Data, Tree, Tokens, (Simple, Delta_1), Tree_Indenting, Indenting_Comment).Simple_Delta, Hanging_Delta_2 => (if (not Option) or Indenting_Token.Line = Indenting_Token.First_Indent_Line -- first token in tok is first on line then Indent_Compute_Delta (Data, Tree, Tokens, (Simple, Delta_2), Tree_Indenting, Indenting_Comment).Simple_Delta else Indent_Compute_Delta (Data, Tree, Tokens, (Simple, Delta_1), Tree_Indenting, Indenting_Comment).Simple_Delta), Hanging_Accumulate => Accumulate); end if; end Indent_Hanging_1; procedure Put_Language_Action (Data : in Parse_Data_Type; Content : in String) is pragma Unreferenced (Data); begin Ada.Text_IO.Put_Line ("[" & Language_Action_Code & Content & "]"); end Put_Language_Action; procedure Put (Data : in out Parse_Data_Type; Parser : in Parse.Base_Parser'Class) is use all type Ada.Containers.Count_Type; Last_Term : constant Node_Index := Parser.Tree.Last_Terminal (Parser.Tree.Root); function Get_Last_Char_Pos return Buffer_Pos is begin if Last_Term = Invalid_Node_Index then -- All comments, or empty if Data.Leading_Non_Grammar.Length > 0 then return Data.Leading_Non_Grammar (Data.Leading_Non_Grammar.Last_Index).Char_Region.Last; else return Buffer_Pos'First; end if; else declare Aug : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Parser.Tree, Last_Term); begin if Aug.Non_Grammar.Length = 0 then return Aug.Char_Region.Last; else return Aug.Non_Grammar (Aug.Non_Grammar.Last_Index).Char_Region.Last; end if; end; end if; end Get_Last_Char_Pos; Last_Char_Pos : constant Buffer_Pos := Get_Last_Char_Pos; function Get_Last_Line return Line_Number_Type is begin for I in Data.Line_Begin_Char_Pos.First_Index .. Data.Line_Begin_Char_Pos.Last_Index loop if Data.Line_Begin_Char_Pos (I) = Invalid_Buffer_Pos then raise SAL.Programmer_Error with "line_begin_pos" & Line_Number_Type'Image (I) & " invalid"; end if; if Data.Line_Begin_Char_Pos (I) > Last_Char_Pos then if I > Line_Number_Type'First then return I - 1; else return I; end if; end if; end loop; return Data.Line_Begin_Char_Pos.Last_Index; end Get_Last_Line; begin if Trace_Action > Outline then Ada.Text_IO.Put_Line (";; last_char_pos:" & Buffer_Pos'Image (Last_Char_Pos + 1) & " last_line:" & Line_Number_Type'Image (Get_Last_Line)); end if; -- +1 to match Emacs region Ada.Text_IO.Put_Line ('[' & End_Code & Buffer_Pos'Image (Last_Char_Pos + 1) & ']'); case Data.Post_Parse_Action is when Navigate => for Cache of Data.Navigate_Caches loop Put (Cache); end loop; for Cache of Data.Name_Caches loop Put (Cache); end loop; when Face => for Cache of Data.Face_Caches loop Put (Cache); end loop; when Indent => Resolve_Anchors (Data); if Trace_Action > Outline then Ada.Text_IO.Put_Line (";; indent leading non_grammar"); end if; for Token of Data.Leading_Non_Grammar loop if Token.First then Put (Token.Line, (Int, Data.Begin_Indent)); end if; end loop; -- It may be that not all lines in Data.Indents were parsed. if Trace_Action > Outline then Ada.Text_IO.Put_Line (";; indent grammar"); end if; for I in Data.Indents.First_Index .. Get_Last_Line loop Put (I, Data.Indents (I)); end loop; end case; end Put; procedure Put (Lexer_Errors : in Lexer.Error_Lists.List) is begin for Item of Lexer_Errors loop Ada.Text_IO.Put_Line ('[' & Lexer_Error_Code & Buffer_Pos'Image (Item.Char_Pos) & " ""lexer error" & (if Item.Recover_Char (1) = ASCII.NUL then """" elsif Item.Recover_Char (1) = '"' then """ ?\""" else """ ?" & Item.Recover_Char (1)) & "]"); if Item.Recover_Char (2) /= ASCII.NUL then raise SAL.Programmer_Error with "lexer error with non-ascii or multiple repair char"; end if; end loop; end Put; procedure Put (Data : in Parse_Data_Type; Lexer_Errors : in Lexer.Error_Lists.List; Parse_Errors : in Parse.LR.Parse_Error_Lists.List; Tree : in Syntax_Trees.Tree) is use all type SAL.Base_Peek_Type; use Ada.Text_IO; use Semantic_Checks; function Safe_Pos (Node : in Valid_Node_Index) return Buffer_Pos is -- Return a reasonable position for the error at Node. -- -- In a successful parse with error recovery, Node is a terminal with -- an augmented token in Data.Terminals, so that is the first -- choice. -- -- If this is an error due to a bad recovery, Node may be a virtual -- token, with no position information, so we try to get information -- from its parent. use Syntax_Trees; N : Node_Index := Node; begin loop if Tree.Label (N) /= Virtual_Terminal then declare Ref : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, N); begin if Ref.Char_Region /= Null_Buffer_Region then return Ref.Element.Char_Region.First; end if; end; end if; N := Tree.Parent (N); exit when N = Invalid_Node_Index; end loop; return Buffer_Pos'First; end Safe_Pos; function Safe_Pos (Token : in Recover_Token) return Buffer_Pos is begin if Token.Name /= Null_Buffer_Region then return Token.Name.First; elsif Token.Byte_Region = Null_Buffer_Region then return Buffer_Pos'First; else return Token.Byte_Region.First; end if; end Safe_Pos; begin Put (Lexer_Errors); for Item of Parse_Errors loop case Item.Label is when Parse.LR.Action => Put_Line ('[' & Parser_Error_Code & Buffer_Pos'Image (Safe_Pos (Item.Error_Token)) & " ""syntax error: expecting " & Image (Item.Expecting, Data.Descriptor.all) & ", found '" & Image (Tree.ID (Item.Error_Token), Data.Descriptor.all) & "'""]"); when Parse.LR.Check => Put_Line ('[' & Check_Error_Code & Integer'Image (Semantic_Checks.Check_Status_Label'Pos (Item.Check_Status.Label)) & (case Item.Check_Status.Label is when Ok => "", when Error => Buffer_Pos'Image (Safe_Pos (Item.Check_Status.Begin_Name)) & Buffer_Pos'Image (Safe_Pos (Item.Check_Status.End_Name)) & " ""block name error""]")); when Parse.LR.Message => Put_Line ('[' & Parser_Error_Code & Buffer_Pos'Image (Buffer_Pos'First) & " """ & (-Item.Msg) & """]"); end case; if Item.Recover.Stack.Depth > 0 then Put (Item.Recover, Data, Tree); end if; end loop; end Put; procedure Put_Error (Data : in Parse_Data_Type; Line_Number : in Line_Number_Type; Message : in String) is use Ada.Text_IO; begin Put_Line ("(error """ & Error_Message (Data.Lexer.File_Name, Line_Number, 0, Message) & """)"); end Put_Error; ---------- -- Spec visible private subprograms, alphabetical function Image (Item : in Simple_Delta_Type) return String is begin return "(" & Simple_Delta_Labels'Image (Item.Label) & (case Item.Label is when None => "", when Int => Integer'Image (Item.Int_Delta), when Anchored => Integer'Image (Item.Anchored_ID) & Integer'Image (Item.Anchored_Delta) & " " & Boolean'Image (Item.Anchored_Accumulate)) & ")"; end Image; function Image (Item : in Delta_Type) return String is begin return "(" & Delta_Labels'Image (Item.Label) & (case Item.Label is when Simple => " " & Image (Item.Simple_Delta), when Hanging => Line_Number_Type'Image (Item.Hanging_First_Line) & Integer'Image (Item.Hanging_Paren_State) & " " & Image (Item.Hanging_Delta_1) & " " & Image (Item.Hanging_Delta_2) & " " & Boolean'Image (Item.Hanging_Accumulate)) & ")"; end Image; function Current_Indent_Offset (Data : in Parse_Data_Type; Anchor_Token : in Augmented_Token'Class; Offset : in Integer) return Integer is begin return Offset + Integer (Anchor_Token.Char_Region.First - Data.Line_Begin_Char_Pos (Anchor_Token.Line)); end Current_Indent_Offset; function First_Line (Token : in Augmented_Token; Indenting_Comment : in Boolean) return Line_Number_Type is begin return (if Indenting_Comment then (if Token.First_Trailing_Comment_Line = Invalid_Line_Number then Token.Line else Token.First_Trailing_Comment_Line) else (if Token.First_Indent_Line = Invalid_Line_Number then Token.Line else Token.First_Indent_Line)); end First_Line; function Get_Aug_Token_Const_1 (Tree : in Syntax_Trees.Tree'Class; Tree_Index : in Valid_Node_Index) return Aug_Token_Const_Ref is begin return To_Aug_Token_Const_Ref (Tree.Augmented (Tree_Index)); end Get_Aug_Token_Const_1; function Get_Aug_Token_Const (Data : in Parse_Data_Type; Tree : in WisiToken.Syntax_Trees.Tree'Class; Token : in WisiToken.Token_Index) return Aug_Token_Const_Ref is begin return Get_Aug_Token_Const_1 (Tree, Data.Terminals.all (Token).Tree_Index); end Get_Aug_Token_Const; function Get_Aug_Token_Var (Tree : in Syntax_Trees.Tree'Class; Tree_Index : in Valid_Node_Index) return Aug_Token_Var_Ref is begin return To_Aug_Token_Var_Ref (Tree.Augmented (Tree_Index)); end Get_Aug_Token_Var; function Get_Aug_Token_Var (Data : in Parse_Data_Type; Tree : in WisiToken.Syntax_Trees.Tree'Class; Token : in WisiToken.Token_Index) return Aug_Token_Var_Ref is begin return Get_Aug_Token_Var (Tree, Data.Terminals.all (Token).Tree_Index); end Get_Aug_Token_Var; function Get_Text (Data : in Parse_Data_Type; Tree : in WisiToken.Syntax_Trees.Tree; Tree_Index : in WisiToken.Valid_Node_Index) return String is use all type Syntax_Trees.Node_Label; begin case Tree.Label (Tree_Index) is when Shared_Terminal | Nonterm => return Data.Lexer.Buffer_Text (Tree.Byte_Region (Tree_Index)); when Virtual_Terminal | Virtual_Identifier => raise SAL.Programmer_Error; end case; end Get_Text; function Elisp_Escape_Quotes (Item : in String) return String is Result : String (Item'First .. Item'First + Item'Length * 2); Last : Integer := Item'First - 1; begin for I in Item'Range loop if Item (I) = '"' then Last := Last + 1; Result (Last) := '\'; end if; Last := Last + 1; Result (Last) := Item (I); end loop; return Result (Result'First .. Last); end Elisp_Escape_Quotes; overriding function Image (Item : in Augmented_Token; Descriptor : in WisiToken.Descriptor) return String is ID_Image : constant String := Image (Item.ID, Descriptor); begin if Item.Line /= Invalid_Line_Number then return "(" & ID_Image & Line_Number_Type'Image (Item.Line) & ":" & Trimmed_Image (Integer (Item.Column)) & ")"; elsif Item.Char_Region = Null_Buffer_Region then if Item.Byte_Region = Null_Buffer_Region then return "(" & ID_Image & ")"; else return "(" & ID_Image & ", " & Image (Item.Byte_Region) & ")"; end if; else return "(" & ID_Image & ", " & Image (Item.Char_Region) & ")"; end if; end Image; function Indent_Anchored_2 (Data : in out Parse_Data_Type; Anchor_Line : in Line_Number_Type; Last_Line : in Line_Number_Type; Offset : in Integer; Accumulate : in Boolean) return Delta_Type is -- Return an anchored delta use Anchor_ID_Vectors; -- We can't use a Reference here, because the Element in reference -- types is constrained (as are all allocated objects of access -- types; AARM 4.8 (6/3)), and we may need to change the Label. Indent : Indent_Type := Data.Indents (Anchor_Line); Anchor_ID : constant Integer := 1 + Max_Anchor_ID (Data, Anchor_Line, Last_Line); begin Data.Max_Anchor_ID := Integer'Max (Data.Max_Anchor_ID, Anchor_ID); case Indent.Label is when Not_Set => Indent := (Anchor_Nil, To_Vector (Anchor_ID, 1)); if Trace_Action > Extra then Ada.Text_IO.Put_Line (";; indent_anchored: " & Line_Number_Type'Image (Anchor_Line) & " => " & Image (Indent)); end if; when Int => Indent := (Anchor_Int, To_Vector (Anchor_ID, 1), Indent.Int_Indent); if Trace_Action > Extra then Ada.Text_IO.Put_Line (";; indent_anchored: " & Line_Number_Type'Image (Anchor_Line) & " => " & Image (Indent)); end if; when Anchor_Nil => Indent.Anchor_Nil_IDs := Anchor_ID & Indent.Anchor_Nil_IDs; when Anchor_Int => Indent.Anchor_Int_IDs := Anchor_ID & Indent.Anchor_Int_IDs; when Anchored => Indent := (Anchor_Anchored, To_Vector (Anchor_ID, 1), Indent.Anchored_ID, Indent.Anchored_Delta); when Anchor_Anchored => Indent.Anchor_Anchored_IDs := Anchor_ID & Indent.Anchor_Anchored_IDs; end case; Data.Indents.Replace_Element (Anchor_Line, Indent); return (Simple, (Anchored, Anchor_ID, Offset, Accumulate)); end Indent_Anchored_2; function Indent_Compute_Delta (Data : in out Parse_Data_Type'Class; Tree : in Syntax_Trees.Tree; Tokens : in Valid_Node_Index_Array; Param : in Indent_Param; Tree_Indenting : in Valid_Node_Index; Indenting_Comment : in Boolean) return Delta_Type is Indenting_Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tree_Indenting); begin -- Evaluate wisi-anchored*, wisi-hanging*. case Param.Label is when Simple => case Param.Param.Label is when None => return (Simple, (Label => None)); when Int => return (Simple, (Int, Param.Param.Int_Delta)); when Anchored_Label => declare Anchor_Token : Aug_Token_Const_Ref renames Get_Aug_Token_Const_1 (Tree, Tokens (Param.Param.Anchored_Index)); begin case Anchored_Label'(Param.Param.Label) is when Anchored_0 => -- [2] wisi-anchored return Indent_Anchored_2 (Data, Anchor_Line => Anchor_Token.Line, Last_Line => Indenting_Token.Last_Line (Indenting_Comment), Offset => Current_Indent_Offset (Data, Anchor_Token, Param.Param.Anchored_Delta), Accumulate => True); when Anchored_1 => -- [2] wisi-anchored% return Indent_Anchored_2 (Data, Anchor_Line => Anchor_Token.Line, Last_Line => Indenting_Token.Last_Line (Indenting_Comment), Offset => Paren_In_Anchor_Line (Data, Tree, Anchor_Token, Param.Param.Anchored_Delta), Accumulate => True); when Anchored_2 => -- [2] wisi-anchored%- return Indent_Anchored_2 (Data, Anchor_Line => Anchor_Token.Line, Last_Line => Indenting_Token.Last_Line (Indenting_Comment), Offset => Paren_In_Anchor_Line (Data, Tree, Anchor_Token, Param.Param.Anchored_Delta), Accumulate => False); when Anchored_3 => -- [2] wisi-anchored* if Indenting_Token.First then return Indent_Anchored_2 (Data, Anchor_Line => Anchor_Token.Line, Last_Line => Indenting_Token.Last_Line (Indenting_Comment), Offset => Current_Indent_Offset (Data, Anchor_Token, Param.Param.Anchored_Delta), Accumulate => True); else return Null_Delta; end if; when Anchored_4 => -- [2] wisi-anchored*- return Indent_Anchored_2 (Data, Anchor_Line => Anchor_Token.Line, Last_Line => Indenting_Token.Last_Line (Indenting_Comment), Offset => Current_Indent_Offset (Data, Anchor_Token, Param.Param.Anchored_Delta), Accumulate => False); end case; end; when Language => return Param.Param.Function_Ptr (Data, Tree, Tokens, Tree_Indenting, Indenting_Comment, Param.Param.Args); end case; when Hanging_Label => case Hanging_Label'(Param.Label) is when Hanging_0 => -- wisi-hanging return Indent_Hanging_1 (Data, Tree, Tokens, Tree_Indenting, Indenting_Comment, Param.Hanging_Delta_1, Param.Hanging_Delta_2, Option => False, Accumulate => True); when Hanging_1 => -- wisi-hanging- return Indent_Hanging_1 (Data, Tree, Tokens, Tree_Indenting, Indenting_Comment, Param.Hanging_Delta_1, Param.Hanging_Delta_2, Option => False, Accumulate => False); when Hanging_2 => -- wisi-hanging% return Indent_Hanging_1 (Data, Tree, Tokens, Tree_Indenting, Indenting_Comment, Param.Hanging_Delta_1, Param.Hanging_Delta_2, Option => True, Accumulate => True); when Hanging_3 => -- wisi-hanging%- return Indent_Hanging_1 (Data, Tree, Tokens, Tree_Indenting, Indenting_Comment, Param.Hanging_Delta_1, Param.Hanging_Delta_2, Option => True, Accumulate => False); end case; end case; end Indent_Compute_Delta; procedure Indent_Token_1 (Data : in out Parse_Data_Type; Tree : in Syntax_Trees.Tree; Indenting_Token : in Augmented_Token'Class; Delta_Indent : in Delta_Type; Indenting_Comment : in Boolean) is -- Aplly Delta_Indent to Indenting_Token First_Line : constant Line_Number_Type := Indenting_Token.First_Line (Indenting_Comment); Last_Line : constant Line_Number_Type := Indenting_Token.Last_Line (Indenting_Comment); begin if Trace_Action > Detail then Ada.Text_IO.Put_Line (";; indent_token_1: " & Indenting_Token.Image (Data.Descriptor.all) & " " & Image (Delta_Indent) & Line_Number_Type'Image (First_Line) & " .." & Line_Number_Type'Image (Last_Line) & (if Indenting_Comment then " comment" else "")); end if; for Line in First_Line .. Last_Line loop if Data.Indent_Comment_Col_0 then declare use all type Ada.Text_IO.Count; function Containing_Token return Base_Token_Index is -- Return token index of terminal containing non_grammer on Line; -- Invalid_Token_Index if none. I : Line_Number_Type := Line; J : Base_Token_Index; begin if Line < Data.Line_Begin_Token.First_Index then -- Line is before first grammar token; Leading_Non_Grammar checked -- below. return Invalid_Token_Index; end if; loop exit when Data.Line_Begin_Token.all (I) /= Base_Token_Arrays.No_Index; -- No_Index means Line is in a multi-line token, which could be a block comment. I := I - 1; end loop; J := Data.Line_Begin_Token.all (I); declare Aug : Augmented_Token renames Get_Aug_Token_Const (Data, Tree, J); begin if Line in Aug.First_Trailing_Comment_Line .. Aug.Last_Trailing_Comment_Line then return J; else return Invalid_Token_Index; end if; end; end Containing_Token; Indent : Boolean := True; Containing : constant Base_Token_Index := Containing_Token; begin if Line < Data.Line_Begin_Token.First_Index then -- Line is before the first grammar token. We may be doing a partial -- parse where the initial indent is non-zero, so we still have to -- check for column 0. for Tok of Data.Leading_Non_Grammar loop if Tok.Line = Line and then Tok.ID in Data.First_Comment_ID .. Data.Last_Comment_ID and then Tok.Column = 0 then Indent := False; exit; end if; end loop; elsif Containing /= Invalid_Token_Index then for Tok of Get_Aug_Token_Const (Data, Tree, Containing).Non_Grammar loop if Tok.Line = Line and then Tok.ID in Data.First_Comment_ID .. Data.Last_Comment_ID and then Tok.Column = 0 then Indent := False; exit; end if; end loop; end if; if Indent then Indent_Line (Data, Line, Delta_Indent); else Indent_Line (Data, Line, (Simple, (Int, 0))); end if; end; else Indent_Line (Data, Line, Delta_Indent); end if; end loop; end Indent_Token_1; function Last_Line (Token : in Augmented_Token; Indenting_Comment : in Boolean) return Line_Number_Type is begin return (if Indenting_Comment then (if Token.Last_Trailing_Comment_Line = Invalid_Line_Number then Token.Line else Token.Last_Trailing_Comment_Line) else (if Token.Last_Indent_Line = Invalid_Line_Number then Token.Line else Token.Last_Indent_Line)); end Last_Line; end Wisi;
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>circ_buff_write_128</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>gmem_out</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <direction>2</direction> <if_type>4</if_type> <array_size>0</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>output_V</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>output.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>stream_in_V</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>fifo.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_4"> <Value> <Obj> <type>1</type> <id>4</id> <name>reset</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>reset</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>85</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_5"> <Value> <Obj> <type>0</type> <id>6</id> <name>output_V_read</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>output.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>119</item> <item>120</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>1</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_6"> <Value> <Obj> <type>0</type> <id>7</id> <name>tmp_1</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName>tmp_1_fu_251_p4</rtlName> <coreName/> </Obj> <bitwidth>28</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>122</item> <item>123</item> <item>125</item> <item>127</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>2</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_7"> <Value> <Obj> <type>0</type> <id>8</id> <name>tmp_17_cast</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName>tmp_17_cast_fu_261_p1</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>128</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>3</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_8"> <Value> <Obj> <type>0</type> <id>13</id> <name>data_V</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>36</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="11" tracking_level="0" version="0"> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second class_id="12" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="13" tracking_level="0" version="0"> <first class_id="14" tracking_level="0" version="0"> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>36</second> </item> </second> </item> </inlineStackInfo> <originalName>data.V</originalName> <rtlName>data_V_U</rtlName> <coreName>RAM</coreName> </Obj> <bitwidth>96</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>130</item> </oprand_edges> <opcode>alloca</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>4</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_9"> <Value> <Obj> <type>0</type> <id>19</id> <name>reset_read</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>47</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>47</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>132</item> <item>133</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>5</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_10"> <Value> <Obj> <type>0</type> <id>20</id> <name>tmp</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>47</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>47</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_fu_265_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>134</item> <item>136</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.85</m_delay> <m_topoIndex>6</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_11"> <Value> <Obj> <type>0</type> <id>21</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>47</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>47</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>137</item> <item>138</item> <item>139</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>7</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>23</id> <name>output_V2_sum</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>54</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>54</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>output_V2_sum_fu_271_p2</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>140</item> <item>142</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.15</m_delay> <m_topoIndex>8</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_13"> <Value> <Obj> <type>0</type> <id>24</id> <name>output_V2_sum_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>54</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>54</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>output_V2_sum_cast_fu_277_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>143</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>9</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_14"> <Value> <Obj> <type>0</type> <id>25</id> <name>gmem_out_addr</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>54</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>54</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>144</item> <item>145</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>10</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_15"> <Value> <Obj> <type>0</type> <id>26</id> <name>stream_tail_V_req</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>54</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>54</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>147</item> <item>148</item> <item>150</item> </oprand_edges> <opcode>readreq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>11</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_16"> <Value> <Obj> <type>0</type> <id>27</id> <name>stream_tail_V</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>54</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>54</second> </item> </second> </item> </inlineStackInfo> <originalName>stream_tail.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>152</item> <item>153</item> <item>467</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>12</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_17"> <Value> <Obj> <type>0</type> <id>28</id> <name>stream_head_V_load</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>154</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>13</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>29</id> <name>lhs_V_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>lhs_V_cast_fu_291_p1</rtlName> <coreName/> </Obj> <bitwidth>10</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>155</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>14</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_19"> <Value> <Obj> <type>0</type> <id>30</id> <name>ret_V</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName>ret.V</originalName> <rtlName>ret_V_fu_295_p2</rtlName> <coreName/> </Obj> <bitwidth>10</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>156</item> <item>158</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.92</m_delay> <m_topoIndex>15</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_20"> <Value> <Obj> <type>0</type> <id>31</id> <name>ret_V_2_cast6</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>ret_V_2_cast6_fu_301_p2</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>159</item> <item>161</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.92</m_delay> <m_topoIndex>16</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>32</id> <name>ret_V_2_cast5</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>ret_V_2_cast5_fu_306_p1</rtlName> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>162</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>1</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>1</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>17</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>33</id> <name>ret_V_2_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>ret_V_2_cast_fu_309_p1</rtlName> <coreName/> </Obj> <bitwidth>129</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>163</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>18</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_23"> <Value> <Obj> <type>0</type> <id>34</id> <name>tmp_3_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_3_cast_fu_312_p1</rtlName> <coreName/> </Obj> <bitwidth>129</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>164</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>19</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_24"> <Value> <Obj> <type>0</type> <id>35</id> <name>tmp_4</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_4_fu_315_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>165</item> <item>166</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.46</m_delay> <m_topoIndex>20</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>36</id> <name>ret_V_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>ret_V_cast_fu_321_p1</rtlName> <coreName/> </Obj> <bitwidth>129</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>167</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>21</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>37</id> <name>tmp_6</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_6_fu_325_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>168</item> <item>169</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.46</m_delay> <m_topoIndex>22</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>38</id> <name>or_cond</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>or_cond_fu_331_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>170</item> <item>171</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.33</m_delay> <m_topoIndex>23</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>39</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>59</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>59</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>172</item> <item>173</item> <item>174</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>24</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>41</id> <name>tmp_7</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_7_fu_337_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>175</item> <item>176</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>1</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.46</m_delay> <m_topoIndex>25</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>42</id> <name>tmp_8</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>76</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>76</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_8_fu_342_p1</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>177</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>26</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>43</id> <name>tmp_2</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>76</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>76</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_2_fu_345_p1</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>178</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>27</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>44</id> <name>p_neg1_pn_v_cast_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>p_neg1_pn_v_cast_cast_fu_348_p3</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>179</item> <item>181</item> <item>183</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>1</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.47</m_delay> <m_topoIndex>28</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>45</id> <name>p_neg1_pn</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>74</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>74</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>p_neg1_pn_fu_356_p2</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>184</item> <item>185</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>1</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>29</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>46</id> <name>bytes_to_write</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>76</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>76</second> </item> </second> </item> </inlineStackInfo> <originalName>bytes_to_write</originalName> <rtlName>bytes_to_write_fu_362_p2</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>186</item> <item>187</item> </oprand_edges> <opcode>sub</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>1</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.82</m_delay> <m_topoIndex>30</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>47</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>188</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>31</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_36"> <Value> <Obj> <type>0</type> <id>49</id> <name>h</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>h</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>190</item> <item>191</item> <item>192</item> <item>193</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>32</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_37"> <Value> <Obj> <type>0</type> <id>50</id> <name>bytes_to_write_2</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName>bytes_to_write</originalName> <rtlName>bytes_to_write_2_fu_368_p1</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>194</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>33</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_38"> <Value> <Obj> <type>0</type> <id>51</id> <name>tmp_s</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_s_fu_372_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>195</item> <item>196</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.86</m_delay> <m_topoIndex>34</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_39"> <Value> <Obj> <type>0</type> <id>52</id> <name>h_1</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName>h</originalName> <rtlName>h_1_fu_377_p2</rtlName> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>197</item> <item>199</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>35</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_40"> <Value> <Obj> <type>0</type> <id>53</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>200</item> <item>201</item> <item>202</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>36</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_41"> <Value> <Obj> <type>0</type> <id>56</id> <name>stream_in_V_read</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>89</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>89</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>65</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>204</item> <item>205</item> </oprand_edges> <opcode>nbread</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>37</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_42"> <Value> <Obj> <type>0</type> <id>57</id> <name>empty_n</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>89</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>89</second> </item> </second> </item> </inlineStackInfo> <originalName>empty_n</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>206</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>38</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_43"> <Value> <Obj> <type>0</type> <id>58</id> <name>tmp_22</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>89</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>89</second> </item> </second> </item> </inlineStackInfo> <originalName>tmp</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>207</item> </oprand_edges> <opcode>extractvalue</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>39</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_44"> <Value> <Obj> <type>0</type> <id>59</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>89</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>89</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>208</item> <item>209</item> <item>210</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>40</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_45"> <Value> <Obj> <type>0</type> <id>61</id> <name>tmp_20</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>95</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>95</second> </item> </second> </item> </inlineStackInfo> <originalName>tmp</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>212</item> <item>213</item> <item>476</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>41</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_46"> <Value> <Obj> <type>0</type> <id>62</id> <name>tmp_21</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>95</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>95</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_21_fu_391_p2</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>214</item> <item>216</item> </oprand_edges> <opcode>shl</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>42</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_47"> <Value> <Obj> <type>0</type> <id>63</id> <name>tmp_3</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>89</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>89</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_3_fu_397_p2</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>217</item> <item>218</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.44</m_delay> <m_topoIndex>43</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_48"> <Value> <Obj> <type>0</type> <id>64</id> <name>tmp_5</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>95</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>95</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_5_fu_402_p4</rtlName> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>220</item> <item>221</item> <item>223</item> <item>225</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>44</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_49"> <Value> <Obj> <type>0</type> <id>65</id> <name>tmp_10</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>95</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>95</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>data_V_d0</rtlName> <coreName/> </Obj> <bitwidth>96</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>227</item> <item>228</item> <item>229</item> </oprand_edges> <opcode>bitconcatenate</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>45</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_50"> <Value> <Obj> <type>0</type> <id>66</id> <name>tmp_11</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>105</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>105</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_11_fu_421_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>230</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>46</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_51"> <Value> <Obj> <type>0</type> <id>67</id> <name>data_V_addr</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>105</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>105</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>231</item> <item>233</item> <item>234</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>47</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_52"> <Value> <Obj> <type>0</type> <id>68</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>105</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>105</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>235</item> <item>236</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.35</m_delay> <m_topoIndex>48</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_53"> <Value> <Obj> <type>0</type> <id>69</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>237</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>49</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_54"> <Value> <Obj> <type>0</type> <id>71</id> <name>bytes_to_write_1</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>bytes_to_write</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>238</item> <item>239</item> <item>240</item> <item>241</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>50</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_55"> <Value> <Obj> <type>0</type> <id>72</id> <name>tmp_9</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_9_fu_426_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>242</item> <item>244</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.86</m_delay> <m_topoIndex>51</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_56"> <Value> <Obj> <type>0</type> <id>73</id> <name>tmp_14</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_14_fu_432_p1</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>245</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>52</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_57"> <Value> <Obj> <type>0</type> <id>74</id> <name>tmp_17</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>85</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>85</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_17_fu_436_p3</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>246</item> <item>247</item> <item>249</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>53</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_58"> <Value> <Obj> <type>0</type> <id>75</id> <name>tmp_18</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_18_fu_444_p2</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>250</item> <item>251</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.92</m_delay> <m_topoIndex>54</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_59"> <Value> <Obj> <type>0</type> <id>76</id> <name>tmp_19</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_19_fu_449_p1</rtlName> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>252</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>55</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_60"> <Value> <Obj> <type>0</type> <id>77</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>253</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.75</m_delay> <m_topoIndex>56</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_61"> <Value> <Obj> <type>0</type> <id>79</id> <name>t_V</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>115</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>115</second> </item> </second> </item> </inlineStackInfo> <originalName>t.V</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>254</item> <item>255</item> <item>256</item> <item>257</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>57</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_62"> <Value> <Obj> <type>0</type> <id>80</id> <name>h1</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>h</originalName> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>258</item> <item>259</item> <item>260</item> <item>261</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>58</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_63"> <Value> <Obj> <type>0</type> <id>81</id> <name>h1_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>h1_cast_fu_453_p1</rtlName> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>262</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>59</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_64"> <Value> <Obj> <type>0</type> <id>82</id> <name>tmp_12</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_12_fu_457_p2</rtlName> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>263</item> <item>264</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.86</m_delay> <m_topoIndex>60</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_65"> <Value> <Obj> <type>0</type> <id>84</id> <name>h_2</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName>h</originalName> <rtlName>h_2_fu_463_p2</rtlName> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>265</item> <item>266</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.00</m_delay> <m_topoIndex>61</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_66"> <Value> <Obj> <type>0</type> <id>85</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>267</item> <item>268</item> <item>269</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>62</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_67"> <Value> <Obj> <type>0</type> <id>90</id> <name>tmp_14_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_14_cast_fu_469_p1</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>270</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>63</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_68"> <Value> <Obj> <type>0</type> <id>91</id> <name>tmp_15</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_15_fu_473_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>271</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>64</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_69"> <Value> <Obj> <type>0</type> <id>92</id> <name>data_V_addr_1</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>272</item> <item>273</item> <item>274</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>65</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_70"> <Value> <Obj> <type>0</type> <id>93</id> <name>data_V_load</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>96</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>275</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.35</m_delay> <m_topoIndex>66</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_71"> <Value> <Obj> <type>0</type> <id>94</id> <name>extLd</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>extLd_fu_505_p1</rtlName> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>276</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>73</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_72"> <Value> <Obj> <type>0</type> <id>95</id> <name>output_V2_sum4</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>output_V2_sum4_fu_478_p2</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>277</item> <item>278</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.15</m_delay> <m_topoIndex>67</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_73"> <Value> <Obj> <type>0</type> <id>96</id> <name>output_V2_sum4_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>output_V2_sum4_cast_fu_495_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>279</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>70</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_74"> <Value> <Obj> <type>0</type> <id>97</id> <name>gmem_out_addr_1</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>280</item> <item>281</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>71</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_75"> <Value> <Obj> <type>0</type> <id>98</id> <name>gmem_out_addr_1_req</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>283</item> <item>284</item> <item>285</item> </oprand_edges> <opcode>writereq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>72</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_76"> <Value> <Obj> <type>0</type> <id>99</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>7</count> <item_version>0</item_version> <item>287</item> <item>288</item> <item>289</item> <item>290</item> <item>469</item> <item>472</item> <item>473</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>74</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_77"> <Value> <Obj> <type>0</type> <id>100</id> <name>gmem_out_addr_1_resp</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>113</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>113</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>292</item> <item>293</item> <item>468</item> </oprand_edges> <opcode>writeresp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>75</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_78"> <Value> <Obj> <type>0</type> <id>101</id> <name>tmp_16</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>115</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>115</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>tmp_16_fu_483_p2</rtlName> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>294</item> <item>295</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.92</m_delay> <m_topoIndex>68</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_79"> <Value> <Obj> <type>0</type> <id>102</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>116</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>116</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>296</item> <item>297</item> <item>474</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>69</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_80"> <Value> <Obj> <type>0</type> <id>104</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>109</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>109</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>298</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>76</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_81"> <Value> <Obj> <type>0</type> <id>106</id> <name>output_V2_sum3</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>121</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>121</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>output_V2_sum3_fu_509_p2</rtlName> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>299</item> <item>301</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.15</m_delay> <m_topoIndex>77</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_82"> <Value> <Obj> <type>0</type> <id>107</id> <name>output_V2_sum3_cast</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>121</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>121</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName>output_V2_sum3_cast_fu_514_p1</rtlName> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>302</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>78</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_83"> <Value> <Obj> <type>0</type> <id>108</id> <name>gmem_out_addr_2</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>121</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>121</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>128</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>303</item> <item>304</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>79</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_84"> <Value> <Obj> <type>0</type> <id>109</id> <name>gmem_out_addr_2_req</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>121</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>121</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>305</item> <item>306</item> <item>307</item> </oprand_edges> <opcode>writereq</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>80</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_85"> <Value> <Obj> <type>0</type> <id>110</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>121</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>121</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>6</count> <item_version>0</item_version> <item>308</item> <item>309</item> <item>310</item> <item>311</item> <item>471</item> <item>475</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>81</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_86"> <Value> <Obj> <type>0</type> <id>111</id> <name>gmem_out_addr_2_resp</name> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>121</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>121</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>312</item> <item>313</item> <item>470</item> </oprand_edges> <opcode>writeresp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.91</m_delay> <m_topoIndex>82</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_87"> <Value> <Obj> <type>0</type> <id>112</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>314</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>83</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_88"> <Value> <Obj> <type>0</type> <id>114</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>315</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>84</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_89"> <Value> <Obj> <type>0</type> <id>116</id> <name/> <fileName>estream_write/c_src/circ_buff_write_128.cpp</fileName> <fileDirectory>..</fileDirectory> <lineNumber>124</lineNumber> <contextFuncName>circ_buff_write_128</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/home/ylxiao/ws_183/estream4fccm2021_1IP/workspace/hls_prj</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>estream_write/c_src/circ_buff_write_128.cpp</first> <second>circ_buff_write_128</second> </first> <second>124</second> </item> </second> </item> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>85</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>19</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_90"> <Value> <Obj> <type>2</type> <id>124</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>4</content> </item> <item class_id_reference="16" object_id="_91"> <Value> <Obj> <type>2</type> <id>126</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>31</content> </item> <item class_id_reference="16" object_id="_92"> <Value> <Obj> <type>2</type> <id>129</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_93"> <Value> <Obj> <type>2</type> <id>135</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>8</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_94"> <Value> <Obj> <type>2</type> <id>141</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <const_type>0</const_type> <content>512</content> </item> <item class_id_reference="16" object_id="_95"> <Value> <Obj> <type>2</type> <id>149</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_96"> <Value> <Obj> <type>2</type> <id>157</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>10</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_97"> <Value> <Obj> <type>2</type> <id>160</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_98"> <Value> <Obj> <type>2</type> <id>180</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <const_type>0</const_type> <content>65535</content> </item> <item class_id_reference="16" object_id="_99"> <Value> <Obj> <type>2</type> <id>182</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <const_type>0</const_type> <content>511</content> </item> <item class_id_reference="16" object_id="_100"> <Value> <Obj> <type>2</type> <id>189</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_101"> <Value> <Obj> <type>2</type> <id>198</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>15</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_102"> <Value> <Obj> <type>2</type> <id>215</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>32</content> </item> <item class_id_reference="16" object_id="_103"> <Value> <Obj> <type>2</type> <id>222</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>32</content> </item> <item class_id_reference="16" object_id="_104"> <Value> <Obj> <type>2</type> <id>224</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>63</content> </item> <item class_id_reference="16" object_id="_105"> <Value> <Obj> <type>2</type> <id>232</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_106"> <Value> <Obj> <type>2</type> <id>243</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>16</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_107"> <Value> <Obj> <type>2</type> <id>248</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>9</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_108"> <Value> <Obj> <type>2</type> <id>300</id> <name>empty</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <bitwidth>29</bitwidth> </Value> <const_type>0</const_type> <content>513</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_109"> <Obj> <type>3</type> <id>22</id> <name>codeRepl</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>6</item> <item>7</item> <item>8</item> <item>13</item> <item>19</item> <item>20</item> <item>21</item> </node_objs> </item> <item class_id_reference="18" object_id="_110"> <Obj> <type>3</type> <id>40</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>17</count> <item_version>0</item_version> <item>23</item> <item>24</item> <item>25</item> <item>26</item> <item>27</item> <item>28</item> <item>29</item> <item>30</item> <item>31</item> <item>32</item> <item>33</item> <item>34</item> <item>35</item> <item>36</item> <item>37</item> <item>38</item> <item>39</item> </node_objs> </item> <item class_id_reference="18" object_id="_111"> <Obj> <type>3</type> <id>48</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>41</item> <item>42</item> <item>43</item> <item>44</item> <item>45</item> <item>46</item> <item>47</item> </node_objs> </item> <item class_id_reference="18" object_id="_112"> <Obj> <type>3</type> <id>54</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>5</count> <item_version>0</item_version> <item>49</item> <item>50</item> <item>51</item> <item>52</item> <item>53</item> </node_objs> </item> <item class_id_reference="18" object_id="_113"> <Obj> <type>3</type> <id>60</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>4</count> <item_version>0</item_version> <item>56</item> <item>57</item> <item>58</item> <item>59</item> </node_objs> </item> <item class_id_reference="18" object_id="_114"> <Obj> <type>3</type> <id>70</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>9</count> <item_version>0</item_version> <item>61</item> <item>62</item> <item>63</item> <item>64</item> <item>65</item> <item>66</item> <item>67</item> <item>68</item> <item>69</item> </node_objs> </item> <item class_id_reference="18" object_id="_115"> <Obj> <type>3</type> <id>78</id> <name>.loopexit</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>71</item> <item>72</item> <item>73</item> <item>74</item> <item>75</item> <item>76</item> <item>77</item> </node_objs> </item> <item class_id_reference="18" object_id="_116"> <Obj> <type>3</type> <id>86</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>6</count> <item_version>0</item_version> <item>79</item> <item>80</item> <item>81</item> <item>82</item> <item>84</item> <item>85</item> </node_objs> </item> <item class_id_reference="18" object_id="_117"> <Obj> <type>3</type> <id>105</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>14</count> <item_version>0</item_version> <item>90</item> <item>91</item> <item>92</item> <item>93</item> <item>94</item> <item>95</item> <item>96</item> <item>97</item> <item>98</item> <item>99</item> <item>100</item> <item>101</item> <item>102</item> <item>104</item> </node_objs> </item> <item class_id_reference="18" object_id="_118"> <Obj> <type>3</type> <id>113</id> <name/> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>106</item> <item>107</item> <item>108</item> <item>109</item> <item>110</item> <item>111</item> <item>112</item> </node_objs> </item> <item class_id_reference="18" object_id="_119"> <Obj> <type>3</type> <id>115</id> <name>.loopexit528</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>114</item> </node_objs> </item> <item class_id_reference="18" object_id="_120"> <Obj> <type>3</type> <id>117</id> <name>._crit_edge533</name> <fileName/> <fileDirectory/> <lineNumber>0</lineNumber> <contextFuncName/> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName/> <rtlName/> <coreName/> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>116</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>178</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_121"> <id>120</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>6</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_122"> <id>123</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_123"> <id>125</id> <edge_type>1</edge_type> <source_obj>124</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_124"> <id>127</id> <edge_type>1</edge_type> <source_obj>126</source_obj> <sink_obj>7</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_125"> <id>128</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>8</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_126"> <id>130</id> <edge_type>1</edge_type> <source_obj>129</source_obj> <sink_obj>13</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_127"> <id>133</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>19</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_128"> <id>134</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>20</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_129"> <id>136</id> <edge_type>1</edge_type> <source_obj>135</source_obj> <sink_obj>20</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_130"> <id>137</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>21</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_131"> <id>138</id> <edge_type>2</edge_type> <source_obj>40</source_obj> <sink_obj>21</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_132"> <id>139</id> <edge_type>2</edge_type> <source_obj>117</source_obj> <sink_obj>21</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_133"> <id>140</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>23</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_134"> <id>142</id> <edge_type>1</edge_type> <source_obj>141</source_obj> <sink_obj>23</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_135"> <id>143</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>24</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_136"> <id>144</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>25</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_137"> <id>145</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>25</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_138"> <id>148</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>26</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_139"> <id>150</id> <edge_type>1</edge_type> <source_obj>149</source_obj> <sink_obj>26</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_140"> <id>153</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>27</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_141"> <id>154</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>28</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_142"> <id>155</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>29</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_143"> <id>156</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>30</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_144"> <id>158</id> <edge_type>1</edge_type> <source_obj>157</source_obj> <sink_obj>30</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_145"> <id>159</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_146"> <id>161</id> <edge_type>1</edge_type> <source_obj>160</source_obj> <sink_obj>31</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_147"> <id>162</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>32</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_148"> <id>163</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>33</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_149"> <id>164</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>34</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_150"> <id>165</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>35</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_151"> <id>166</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>35</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_152"> <id>167</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>36</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_153"> <id>168</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_154"> <id>169</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>37</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_155"> <id>170</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>38</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_156"> <id>171</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>38</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_157"> <id>172</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>39</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_158"> <id>173</id> <edge_type>2</edge_type> <source_obj>48</source_obj> <sink_obj>39</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_159"> <id>174</id> <edge_type>2</edge_type> <source_obj>115</source_obj> <sink_obj>39</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_160"> <id>175</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>41</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_161"> <id>176</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>41</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_162"> <id>177</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>42</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_163"> <id>178</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>43</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_164"> <id>179</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_165"> <id>181</id> <edge_type>1</edge_type> <source_obj>180</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_166"> <id>183</id> <edge_type>1</edge_type> <source_obj>182</source_obj> <sink_obj>44</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_167"> <id>184</id> <edge_type>1</edge_type> <source_obj>44</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_168"> <id>185</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>45</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_169"> <id>186</id> <edge_type>1</edge_type> <source_obj>45</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_170"> <id>187</id> <edge_type>1</edge_type> <source_obj>42</source_obj> <sink_obj>46</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_171"> <id>188</id> <edge_type>2</edge_type> <source_obj>54</source_obj> <sink_obj>47</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_172"> <id>190</id> <edge_type>1</edge_type> <source_obj>189</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_173"> <id>191</id> <edge_type>2</edge_type> <source_obj>48</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_174"> <id>192</id> <edge_type>1</edge_type> <source_obj>52</source_obj> <sink_obj>49</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_175"> <id>193</id> <edge_type>2</edge_type> <source_obj>70</source_obj> <sink_obj>49</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_176"> <id>194</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>50</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_177"> <id>195</id> <edge_type>1</edge_type> <source_obj>50</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_178"> <id>196</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_179"> <id>197</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_180"> <id>199</id> <edge_type>1</edge_type> <source_obj>198</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_181"> <id>200</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_182"> <id>201</id> <edge_type>2</edge_type> <source_obj>78</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_183"> <id>202</id> <edge_type>2</edge_type> <source_obj>60</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_184"> <id>205</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_185"> <id>206</id> <edge_type>1</edge_type> <source_obj>56</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_186"> <id>207</id> <edge_type>1</edge_type> <source_obj>56</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_187"> <id>208</id> <edge_type>1</edge_type> <source_obj>57</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_188"> <id>209</id> <edge_type>2</edge_type> <source_obj>78</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_189"> <id>210</id> <edge_type>2</edge_type> <source_obj>70</source_obj> <sink_obj>59</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_190"> <id>213</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_191"> <id>214</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_192"> <id>216</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_193"> <id>217</id> <edge_type>1</edge_type> <source_obj>58</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_194"> <id>218</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_195"> <id>221</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_196"> <id>223</id> <edge_type>1</edge_type> <source_obj>222</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_197"> <id>225</id> <edge_type>1</edge_type> <source_obj>224</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_198"> <id>228</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_199"> <id>229</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_200"> <id>230</id> <edge_type>1</edge_type> <source_obj>49</source_obj> <sink_obj>66</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_201"> <id>231</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_202"> <id>233</id> <edge_type>1</edge_type> <source_obj>232</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_203"> <id>234</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>67</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_204"> <id>235</id> <edge_type>1</edge_type> <source_obj>65</source_obj> <sink_obj>68</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_205"> <id>236</id> <edge_type>1</edge_type> <source_obj>67</source_obj> <sink_obj>68</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_206"> <id>237</id> <edge_type>2</edge_type> <source_obj>54</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_207"> <id>238</id> <edge_type>1</edge_type> <source_obj>50</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_208"> <id>239</id> <edge_type>2</edge_type> <source_obj>60</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_209"> <id>240</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_210"> <id>241</id> <edge_type>2</edge_type> <source_obj>54</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_211"> <id>242</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_212"> <id>244</id> <edge_type>1</edge_type> <source_obj>243</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_213"> <id>245</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>73</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_214"> <id>246</id> <edge_type>1</edge_type> <source_obj>72</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_215"> <id>247</id> <edge_type>1</edge_type> <source_obj>73</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_216"> <id>249</id> <edge_type>1</edge_type> <source_obj>248</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_217"> <id>250</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>75</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_218"> <id>251</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>75</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_219"> <id>252</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_220"> <id>253</id> <edge_type>2</edge_type> <source_obj>86</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_221"> <id>254</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_222"> <id>255</id> <edge_type>2</edge_type> <source_obj>78</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_223"> <id>256</id> <edge_type>1</edge_type> <source_obj>101</source_obj> <sink_obj>79</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_224"> <id>257</id> <edge_type>2</edge_type> <source_obj>105</source_obj> <sink_obj>79</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_225"> <id>258</id> <edge_type>1</edge_type> <source_obj>189</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_226"> <id>259</id> <edge_type>2</edge_type> <source_obj>78</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_227"> <id>260</id> <edge_type>1</edge_type> <source_obj>84</source_obj> <sink_obj>80</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_228"> <id>261</id> <edge_type>2</edge_type> <source_obj>105</source_obj> <sink_obj>80</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_229"> <id>262</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_230"> <id>263</id> <edge_type>1</edge_type> <source_obj>81</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_231"> <id>264</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_232"> <id>265</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_233"> <id>266</id> <edge_type>1</edge_type> <source_obj>198</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_234"> <id>267</id> <edge_type>1</edge_type> <source_obj>82</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_235"> <id>268</id> <edge_type>2</edge_type> <source_obj>113</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_236"> <id>269</id> <edge_type>2</edge_type> <source_obj>105</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_237"> <id>270</id> <edge_type>1</edge_type> <source_obj>79</source_obj> <sink_obj>90</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_238"> <id>271</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>91</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_239"> <id>272</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_240"> <id>273</id> <edge_type>1</edge_type> <source_obj>232</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_241"> <id>274</id> <edge_type>1</edge_type> <source_obj>91</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_242"> <id>275</id> <edge_type>1</edge_type> <source_obj>92</source_obj> <sink_obj>93</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_243"> <id>276</id> <edge_type>1</edge_type> <source_obj>93</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_244"> <id>277</id> <edge_type>1</edge_type> <source_obj>90</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_245"> <id>278</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_246"> <id>279</id> <edge_type>1</edge_type> <source_obj>95</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_247"> <id>280</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_248"> <id>281</id> <edge_type>1</edge_type> <source_obj>96</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_249"> <id>284</id> <edge_type>1</edge_type> <source_obj>97</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_250"> <id>285</id> <edge_type>1</edge_type> <source_obj>149</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_251"> <id>288</id> <edge_type>1</edge_type> <source_obj>97</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_252"> <id>289</id> <edge_type>1</edge_type> <source_obj>94</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_253"> <id>290</id> <edge_type>1</edge_type> <source_obj>180</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_254"> <id>293</id> <edge_type>1</edge_type> <source_obj>97</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_255"> <id>294</id> <edge_type>1</edge_type> <source_obj>79</source_obj> <sink_obj>101</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_256"> <id>295</id> <edge_type>1</edge_type> <source_obj>160</source_obj> <sink_obj>101</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_257"> <id>296</id> <edge_type>1</edge_type> <source_obj>101</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_258"> <id>297</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_259"> <id>298</id> <edge_type>2</edge_type> <source_obj>86</source_obj> <sink_obj>104</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_260"> <id>299</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>106</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_261"> <id>301</id> <edge_type>1</edge_type> <source_obj>300</source_obj> <sink_obj>106</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_262"> <id>302</id> <edge_type>1</edge_type> <source_obj>106</source_obj> <sink_obj>107</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_263"> <id>303</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>108</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_264"> <id>304</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>108</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_265"> <id>306</id> <edge_type>1</edge_type> <source_obj>108</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_266"> <id>307</id> <edge_type>1</edge_type> <source_obj>149</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_267"> <id>309</id> <edge_type>1</edge_type> <source_obj>108</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_268"> <id>310</id> <edge_type>1</edge_type> <source_obj>76</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_269"> <id>311</id> <edge_type>1</edge_type> <source_obj>180</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_270"> <id>313</id> <edge_type>1</edge_type> <source_obj>108</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_271"> <id>314</id> <edge_type>2</edge_type> <source_obj>115</source_obj> <sink_obj>112</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_272"> <id>315</id> <edge_type>2</edge_type> <source_obj>117</source_obj> <sink_obj>114</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_273"> <id>451</id> <edge_type>2</edge_type> <source_obj>22</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_274"> <id>452</id> <edge_type>2</edge_type> <source_obj>22</source_obj> <sink_obj>40</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_275"> <id>453</id> <edge_type>2</edge_type> <source_obj>40</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_276"> <id>454</id> <edge_type>2</edge_type> <source_obj>40</source_obj> <sink_obj>48</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_277"> <id>455</id> <edge_type>2</edge_type> <source_obj>48</source_obj> <sink_obj>54</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_278"> <id>456</id> <edge_type>2</edge_type> <source_obj>54</source_obj> <sink_obj>60</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_279"> <id>457</id> <edge_type>2</edge_type> <source_obj>54</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_280"> <id>458</id> <edge_type>2</edge_type> <source_obj>60</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_281"> <id>459</id> <edge_type>2</edge_type> <source_obj>60</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_282"> <id>460</id> <edge_type>2</edge_type> <source_obj>70</source_obj> <sink_obj>54</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_283"> <id>461</id> <edge_type>2</edge_type> <source_obj>78</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_284"> <id>462</id> <edge_type>2</edge_type> <source_obj>86</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_285"> <id>463</id> <edge_type>2</edge_type> <source_obj>86</source_obj> <sink_obj>113</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_286"> <id>464</id> <edge_type>2</edge_type> <source_obj>105</source_obj> <sink_obj>86</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_287"> <id>465</id> <edge_type>2</edge_type> <source_obj>113</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_288"> <id>466</id> <edge_type>2</edge_type> <source_obj>115</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_289"> <id>467</id> <edge_type>4</edge_type> <source_obj>26</source_obj> <sink_obj>27</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_290"> <id>468</id> <edge_type>4</edge_type> <source_obj>99</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_291"> <id>469</id> <edge_type>4</edge_type> <source_obj>98</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_292"> <id>470</id> <edge_type>4</edge_type> <source_obj>110</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_293"> <id>471</id> <edge_type>4</edge_type> <source_obj>109</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_294"> <id>472</id> <edge_type>4</edge_type> <source_obj>26</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_295"> <id>473</id> <edge_type>4</edge_type> <source_obj>27</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_296"> <id>474</id> <edge_type>4</edge_type> <source_obj>28</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_297"> <id>475</id> <edge_type>4</edge_type> <source_obj>27</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_298"> <id>476</id> <edge_type>4</edge_type> <source_obj>56</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>8</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_299"> <mId>1</mId> <mTag>circ_buff_write_128</mTag> <mType>0</mType> <sub_regions> <count>7</count> <item_version>0</item_version> <item>2</item> <item>3</item> <item>4</item> <item>5</item> <item>6</item> <item>7</item> <item>8</item> </sub_regions> <basic_blocks> <count>0</count> <item_version>0</item_version> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>-1</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_300"> <mId>2</mId> <mTag>Entry</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>3</count> <item_version>0</item_version> <item>22</item> <item>40</item> <item>48</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>9</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_301"> <mId>3</mId> <mTag>fifo_read</mTag> <mType>1</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>3</count> <item_version>0</item_version> <item>54</item> <item>60</item> <item>70</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>-1</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_302"> <mId>4</mId> <mTag>Region 1</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>78</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_303"> <mId>5</mId> <mTag>gmem_write</mTag> <mType>1</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>86</item> <item>105</item> </basic_blocks> <mII>1</mII> <mDepth>8</mDepth> <mMinTripCount>0</mMinTripCount> <mMaxTripCount>32767</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>32773</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_304"> <mId>6</mId> <mTag>Region 2</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>113</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>7</mMinLatency> <mMaxLatency>7</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_305"> <mId>7</mId> <mTag>Region 3</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>115</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> <item class_id_reference="22" object_id="_306"> <mId>8</mId> <mTag>Return</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>117</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"/> </item> </cdfg_regions> <fsm class_id="24" tracking_level="1" version="0" object_id="_307"> <states class_id="25" tracking_level="0" version="0"> <count>29</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_308"> <id>1</id> <operations class_id="27" tracking_level="0" version="0"> <count>17</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_309"> <id>6</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_310"> <id>7</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_311"> <id>8</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_312"> <id>9</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_313"> <id>10</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_314"> <id>11</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_315"> <id>12</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_316"> <id>13</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_317"> <id>14</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_318"> <id>15</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_319"> <id>16</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_320"> <id>17</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_321"> <id>18</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_322"> <id>19</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_323"> <id>20</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_324"> <id>21</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_325"> <id>23</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_326"> <id>2</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_327"> <id>24</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_328"> <id>25</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_329"> <id>26</id> <stage>7</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_330"> <id>3</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_331"> <id>26</id> <stage>6</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_332"> <id>4</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_333"> <id>26</id> <stage>5</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_334"> <id>5</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_335"> <id>26</id> <stage>4</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_336"> <id>6</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_337"> <id>26</id> <stage>3</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_338"> <id>7</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_339"> <id>26</id> <stage>2</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_340"> <id>8</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_341"> <id>26</id> <stage>1</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_342"> <id>9</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_343"> <id>27</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_344"> <id>28</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_345"> <id>29</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_346"> <id>30</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_347"> <id>10</id> <operations> <count>16</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_348"> <id>31</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_349"> <id>32</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_350"> <id>33</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_351"> <id>34</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_352"> <id>35</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_353"> <id>36</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_354"> <id>37</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_355"> <id>38</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_356"> <id>39</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_357"> <id>41</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_358"> <id>42</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_359"> <id>43</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_360"> <id>44</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_361"> <id>45</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_362"> <id>46</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_363"> <id>47</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_364"> <id>11</id> <operations> <count>10</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_365"> <id>49</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_366"> <id>50</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_367"> <id>51</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_368"> <id>52</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_369"> <id>53</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_370"> <id>55</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_371"> <id>56</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_372"> <id>57</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_373"> <id>58</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_374"> <id>59</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_375"> <id>12</id> <operations> <count>9</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_376"> <id>61</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_377"> <id>62</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_378"> <id>63</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_379"> <id>64</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_380"> <id>65</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_381"> <id>66</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_382"> <id>67</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_383"> <id>68</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_384"> <id>69</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_385"> <id>13</id> <operations> <count>7</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_386"> <id>71</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_387"> <id>72</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_388"> <id>73</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_389"> <id>74</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_390"> <id>75</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_391"> <id>76</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_392"> <id>77</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_393"> <id>14</id> <operations> <count>14</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_394"> <id>79</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_395"> <id>80</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_396"> <id>81</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_397"> <id>82</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_398"> <id>83</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_399"> <id>84</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_400"> <id>85</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_401"> <id>90</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_402"> <id>91</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_403"> <id>92</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_404"> <id>93</id> <stage>2</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_405"> <id>95</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_406"> <id>101</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_407"> <id>102</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_408"> <id>15</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_409"> <id>93</id> <stage>1</stage> <latency>2</latency> </item> <item class_id_reference="28" object_id="_410"> <id>96</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_411"> <id>97</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_412"> <id>98</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_413"> <id>16</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_414"> <id>94</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_415"> <id>99</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_416"> <id>17</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_417"> <id>100</id> <stage>5</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_418"> <id>18</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_419"> <id>100</id> <stage>4</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_420"> <id>19</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_421"> <id>100</id> <stage>3</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_422"> <id>20</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_423"> <id>100</id> <stage>2</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_424"> <id>21</id> <operations> <count>6</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_425"> <id>87</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_426"> <id>88</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_427"> <id>89</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_428"> <id>100</id> <stage>1</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_429"> <id>103</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_430"> <id>104</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_431"> <id>22</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_432"> <id>106</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_433"> <id>23</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_434"> <id>107</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_435"> <id>108</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_436"> <id>109</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_437"> <id>24</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_438"> <id>110</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_439"> <id>25</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_440"> <id>111</id> <stage>5</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_441"> <id>26</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_442"> <id>111</id> <stage>4</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_443"> <id>27</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_444"> <id>111</id> <stage>3</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_445"> <id>28</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_446"> <id>111</id> <stage>2</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_447"> <id>29</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_448"> <id>111</id> <stage>1</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_449"> <id>112</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_450"> <id>114</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_451"> <id>116</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="29" tracking_level="0" version="0"> <count>32</count> <item_version>0</item_version> <item class_id="30" tracking_level="1" version="0" object_id="_452"> <inState>1</inState> <outState>2</outState> <condition class_id="31" tracking_level="0" version="0"> <id>-1</id> <sop class_id="32" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="33" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="34" tracking_level="0" version="0"> <first class_id="35" tracking_level="0" version="0"> <first>20</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_453"> <inState>1</inState> <outState>29</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>20</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_454"> <inState>2</inState> <outState>3</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_455"> <inState>3</inState> <outState>4</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_456"> <inState>4</inState> <outState>5</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_457"> <inState>5</inState> <outState>6</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_458"> <inState>6</inState> <outState>7</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_459"> <inState>7</inState> <outState>8</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_460"> <inState>8</inState> <outState>9</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_461"> <inState>9</inState> <outState>10</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_462"> <inState>10</inState> <outState>29</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>38</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_463"> <inState>10</inState> <outState>11</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>38</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_464"> <inState>11</inState> <outState>13</outState> <condition> <id>-1</id> <sop> <count>2</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>57</first> <second>0</second> </first> <second>1</second> </item> </item> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>51</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_465"> <inState>11</inState> <outState>12</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>2</count> <item_version>0</item_version> <item> <first> <first>51</first> <second>0</second> </first> <second>0</second> </item> <item> <first> <first>57</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_466"> <inState>12</inState> <outState>11</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_467"> <inState>13</inState> <outState>14</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_468"> <inState>22</inState> <outState>23</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_469"> <inState>23</inState> <outState>24</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_470"> <inState>24</inState> <outState>25</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_471"> <inState>25</inState> <outState>26</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_472"> <inState>26</inState> <outState>27</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_473"> <inState>27</inState> <outState>28</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_474"> <inState>28</inState> <outState>29</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_475"> <inState>15</inState> <outState>16</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_476"> <inState>16</inState> <outState>17</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_477"> <inState>17</inState> <outState>18</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_478"> <inState>18</inState> <outState>19</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_479"> <inState>19</inState> <outState>20</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_480"> <inState>20</inState> <outState>21</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_481"> <inState>21</inState> <outState>14</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_482"> <inState>14</inState> <outState>22</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>82</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_483"> <inState>14</inState> <outState>15</outState> <condition> <id>-1</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>82</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> </transitions> </fsm> <res class_id="36" tracking_level="1" version="0" object_id="_484"> <dp_component_resource class_id="37" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="38" tracking_level="0" version="0"> <first>circ_buff_write_128_control_s_axi_U (circ_buff_write_128_control_s_axi)</first> <second class_id="39" tracking_level="0" version="0"> <count>3</count> <item_version>0</item_version> <item class_id="40" tracking_level="0" version="0"> <first>BRAM</first> <second>0</second> </item> <item> <first>FF</first> <second>88</second> </item> <item> <first>LUT</first> <second>120</second> </item> </second> </item> <item> <first>circ_buff_write_128_gmem_out_m_axi_U (circ_buff_write_128_gmem_out_m_axi)</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>BRAM</first> <second>8</second> </item> <item> <first>FF</first> <second>613</second> </item> <item> <first>LUT</first> <second>787</second> </item> </second> </item> </dp_component_resource> <dp_expression_resource> <count>33</count> <item_version>0</item_version> <item> <first>ap_block_pp0_stage0_01001 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_pp0_stage0_11001 ( or ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state15_io ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state16_io ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state21_pp0_stage0_iter7 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_block_state29 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_condition_485 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_condition_495 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_enable_pp0 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>2</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter1 ( xor ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>2</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>ap_predicate_op141_writeresp_state29 ( and ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>bytes_to_write_fu_362_p2 ( - ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>h_1_fu_377_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>15</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>22</second> </item> </second> </item> <item> <first>h_2_fu_463_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>15</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>22</second> </item> </second> </item> <item> <first>or_cond_fu_331_p2 ( or ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>2</second> </item> </second> </item> <item> <first>output_V2_sum3_fu_509_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>29</second> </item> <item> <first>(1P1)</first> <second>10</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>36</second> </item> </second> </item> <item> <first>output_V2_sum4_fu_478_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>29</second> </item> <item> <first>(1P1)</first> <second>29</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>36</second> </item> </second> </item> <item> <first>output_V2_sum_fu_271_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>29</second> </item> <item> <first>(1P1)</first> <second>10</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>36</second> </item> </second> </item> <item> <first>p_neg1_pn_fu_356_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>p_neg1_pn_v_cast_cast_fu_348_p3 ( select ) </first> <second> <count>5</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>2</second> </item> <item> <first>(2P2)</first> <second>9</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ret_V_2_cast6_fu_301_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>9</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>ret_V_fu_295_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>10</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>17</second> </item> </second> </item> <item> <first>tmp_12_fu_457_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>13</second> </item> </second> </item> <item> <first>tmp_16_fu_483_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>9</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>tmp_17_fu_436_p3 ( select ) </first> <second> <count>5</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>1</second> </item> <item> <first>(1P1)</first> <second>9</second> </item> <item> <first>(2P2)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>tmp_18_fu_444_p2 ( + ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>9</second> </item> <item> <first>(1P1)</first> <second>9</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>16</second> </item> </second> </item> <item> <first>tmp_3_fu_397_p2 ( or ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>64</second> </item> <item> <first>(1P1)</first> <second>64</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>64</second> </item> </second> </item> <item> <first>tmp_4_fu_315_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>129</second> </item> <item> <first>(1P1)</first> <second>129</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>71</second> </item> </second> </item> <item> <first>tmp_6_fu_325_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>129</second> </item> <item> <first>(1P1)</first> <second>129</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>71</second> </item> </second> </item> <item> <first>tmp_7_fu_337_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>128</second> </item> <item> <first>(1P1)</first> <second>128</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>50</second> </item> </second> </item> <item> <first>tmp_9_fu_426_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>13</second> </item> </second> </item> <item> <first>tmp_fu_265_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>8</second> </item> <item> <first>(1P1)</first> <second>1</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>11</second> </item> </second> </item> <item> <first>tmp_s_fu_372_p2 ( icmp ) </first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0P0)</first> <second>16</second> </item> <item> <first>(1P1)</first> <second>16</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>13</second> </item> </second> </item> </dp_expression_resource> <dp_fifo_resource> <count>0</count> <item_version>0</item_version> </dp_fifo_resource> <dp_memory_resource> <count>1</count> <item_version>0</item_version> <item> <first>data_V_U</first> <second> <count>7</count> <item_version>0</item_version> <item> <first>(0Words)</first> <second>512</second> </item> <item> <first>(1Bits)</first> <second>96</second> </item> <item> <first>(2Banks)</first> <second>1</second> </item> <item> <first>(3W*Bits*Banks)</first> <second>49152</second> </item> <item> <first>BRAM</first> <second>3</second> </item> <item> <first>FF</first> <second>0</second> </item> <item> <first>LUT</first> <second>0</second> </item> </second> </item> </dp_memory_resource> <dp_multiplexer_resource> <count>20</count> <item_version>0</item_version> <item> <first>ap_NS_fsm</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>23</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>23</second> </item> <item> <first>LUT</first> <second>109</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter1</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter7</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_phi_mux_t_V_phi_fu_234_p4</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>9</second> </item> <item> <first>(2Count)</first> <second>18</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_sig_ioackin_gmem_out_ARREADY</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_sig_ioackin_gmem_out_AWREADY</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>ap_sig_ioackin_gmem_out_WREADY</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>bytes_to_write_1_reg_221</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>16</second> </item> <item> <first>(2Count)</first> <second>32</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>data_V_address0</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>3</second> </item> <item> <first>(1Bits)</first> <second>9</second> </item> <item> <first>(2Count)</first> <second>27</second> </item> <item> <first>LUT</first> <second>15</second> </item> </second> </item> <item> <first>gmem_out_AWADDR</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>3</second> </item> <item> <first>(1Bits)</first> <second>32</second> </item> <item> <first>(2Count)</first> <second>96</second> </item> <item> <first>LUT</first> <second>15</second> </item> </second> </item> <item> <first>gmem_out_WDATA</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>3</second> </item> <item> <first>(1Bits)</first> <second>128</second> </item> <item> <first>(2Count)</first> <second>384</second> </item> <item> <first>LUT</first> <second>15</second> </item> </second> </item> <item> <first>gmem_out_blk_n_AR</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_out_blk_n_AW</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_out_blk_n_B</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_out_blk_n_R</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>gmem_out_blk_n_W</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>h1_reg_240</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>15</second> </item> <item> <first>(2Count)</first> <second>30</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>h_reg_209</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>15</second> </item> <item> <first>(2Count)</first> <second>30</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>stream_in_V_TDATA_blk_n</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>1</second> </item> <item> <first>(2Count)</first> <second>2</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> <item> <first>t_V_reg_231</first> <second> <count>4</count> <item_version>0</item_version> <item> <first>(0Size)</first> <second>2</second> </item> <item> <first>(1Bits)</first> <second>9</second> </item> <item> <first>(2Count)</first> <second>18</second> </item> <item> <first>LUT</first> <second>9</second> </item> </second> </item> </dp_multiplexer_resource> <dp_register_resource> <count>33</count> <item_version>0</item_version> <item> <first>ap_CS_fsm</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>22</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>22</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter0</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter1</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter2</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter3</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter4</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter5</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter6</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_enable_reg_pp0_iter7</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_reg_ioackin_gmem_out_ARREADY</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_reg_ioackin_gmem_out_AWREADY</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>ap_reg_ioackin_gmem_out_WREADY</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>bytes_to_write_1_reg_221</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>16</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>16</second> </item> </second> </item> <item> <first>bytes_to_write_reg_570</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>16</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>16</second> </item> </second> </item> <item> <first>data_V_load_reg_626</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>96</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>96</second> </item> </second> </item> <item> <first>h1_reg_240</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>15</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>15</second> </item> </second> </item> <item> <first>h_1_reg_584</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>15</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>15</second> </item> </second> </item> <item> <first>h_reg_209</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>15</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>15</second> </item> </second> </item> <item> <first>or_cond_reg_566</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>output_V2_sum3_reg_637</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>29</second> </item> </second> </item> <item> <first>output_V2_sum4_reg_616</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>29</second> </item> </second> </item> <item> <first>output_V2_sum_reg_534</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>29</second> </item> </second> </item> <item> <first>ret_V_reg_560</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>10</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>10</second> </item> </second> </item> <item> <first>stream_head_V</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>stream_head_V_load_reg_552</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>stream_tail_V_reg_545</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>128</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>128</second> </item> </second> </item> <item> <first>t_V_reg_231</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>tmp_12_reg_602</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> <item> <first>tmp_16_reg_621</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>9</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>tmp_17_cast_reg_524</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>29</second> </item> <item> <first>(Consts)</first> <second>1</second> </item> <item> <first>FF</first> <second>28</second> </item> </second> </item> <item> <first>tmp_19_reg_597</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>128</second> </item> <item> <first>(Consts)</first> <second>119</second> </item> <item> <first>FF</first> <second>9</second> </item> </second> </item> <item> <first>tmp_22_reg_592</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>64</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>64</second> </item> </second> </item> <item> <first>tmp_reg_530</first> <second> <count>3</count> <item_version>0</item_version> <item> <first>(Bits)</first> <second>1</second> </item> <item> <first>(Consts)</first> <second>0</second> </item> <item> <first>FF</first> <second>1</second> </item> </second> </item> </dp_register_resource> <dp_dsp_resource> <count>2</count> <item_version>0</item_version> <item> <first>circ_buff_write_128_control_s_axi_U</first> <second> <count>0</count> <item_version>0</item_version> </second> </item> <item> <first>circ_buff_write_128_gmem_out_m_axi_U</first> <second> <count>0</count> <item_version>0</item_version> </second> </item> </dp_dsp_resource> <dp_component_map class_id="41" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_component_map> <dp_expression_map> <count>22</count> <item_version>0</item_version> <item class_id="42" tracking_level="0" version="0"> <first>bytes_to_write_fu_362_p2 ( - ) </first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>h_1_fu_377_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>h_2_fu_463_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>or_cond_fu_331_p2 ( or ) </first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>output_V2_sum3_fu_509_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>output_V2_sum4_fu_478_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>output_V2_sum_fu_271_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>p_neg1_pn_fu_356_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>p_neg1_pn_v_cast_cast_fu_348_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>ret_V_2_cast6_fu_301_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>ret_V_fu_295_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>tmp_12_fu_457_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>tmp_16_fu_483_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>tmp_17_fu_436_p3 ( select ) </first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>tmp_18_fu_444_p2 ( + ) </first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>tmp_3_fu_397_p2 ( or ) </first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>tmp_4_fu_315_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>tmp_6_fu_325_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>tmp_7_fu_337_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>tmp_9_fu_426_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>72</item> </second> </item> <item> <first>tmp_fu_265_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>tmp_s_fu_372_p2 ( icmp ) </first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> </dp_expression_map> <dp_fifo_map> <count>0</count> <item_version>0</item_version> </dp_fifo_map> <dp_memory_map> <count>1</count> <item_version>0</item_version> <item> <first>data_V_U</first> <second> <count>1</count> <item_version>0</item_version> <item>438</item> </second> </item> </dp_memory_map> </res> <node_label_latency class_id="43" tracking_level="0" version="0"> <count>85</count> <item_version>0</item_version> <item class_id="44" tracking_level="0" version="0"> <first>6</first> <second class_id="45" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>7</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>8</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>13</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>19</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>20</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>21</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>23</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>24</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>25</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>26</first> <second> <first>1</first> <second>6</second> </second> </item> <item> <first>27</first> <second> <first>8</first> <second>0</second> </second> </item> <item> <first>28</first> <second> <first>8</first> <second>0</second> </second> </item> <item> <first>29</first> <second> <first>8</first> <second>0</second> </second> </item> <item> <first>30</first> <second> <first>8</first> <second>0</second> </second> </item> <item> <first>31</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>32</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>33</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>34</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>35</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>36</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>37</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>38</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>39</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>41</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>42</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>43</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>44</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>45</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>46</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>47</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>49</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>50</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>51</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>53</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>56</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>57</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>58</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>59</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>61</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>62</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>63</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>64</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>65</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>66</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>67</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>68</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>69</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>71</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>72</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>73</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>74</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>75</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>76</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>77</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>79</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>80</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>81</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>82</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>84</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>85</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>90</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>91</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>92</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>93</first> <second> <first>13</first> <second>1</second> </second> </item> <item> <first>94</first> <second> <first>15</first> <second>0</second> </second> </item> <item> <first>95</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>96</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>97</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>98</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>99</first> <second> <first>15</first> <second>0</second> </second> </item> <item> <first>100</first> <second> <first>16</first> <second>4</second> </second> </item> <item> <first>101</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>102</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>104</first> <second> <first>20</first> <second>0</second> </second> </item> <item> <first>106</first> <second> <first>21</first> <second>0</second> </second> </item> <item> <first>107</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>108</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>109</first> <second> <first>22</first> <second>0</second> </second> </item> <item> <first>110</first> <second> <first>23</first> <second>0</second> </second> </item> <item> <first>111</first> <second> <first>24</first> <second>4</second> </second> </item> <item> <first>112</first> <second> <first>28</first> <second>0</second> </second> </item> <item> <first>114</first> <second> <first>28</first> <second>0</second> </second> </item> <item> <first>116</first> <second> <first>28</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="46" tracking_level="0" version="0"> <count>12</count> <item_version>0</item_version> <item class_id="47" tracking_level="0" version="0"> <first>22</first> <second class_id="48" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>40</first> <second> <first>0</first> <second>9</second> </second> </item> <item> <first>48</first> <second> <first>9</first> <second>9</second> </second> </item> <item> <first>54</first> <second> <first>10</first> <second>10</second> </second> </item> <item> <first>60</first> <second> <first>10</first> <second>10</second> </second> </item> <item> <first>70</first> <second> <first>10</first> <second>11</second> </second> </item> <item> <first>78</first> <second> <first>11</first> <second>11</second> </second> </item> <item> <first>86</first> <second> <first>12</first> <second>12</second> </second> </item> <item> <first>105</first> <second> <first>12</first> <second>19</second> </second> </item> <item> <first>113</first> <second> <first>13</first> <second>20</second> </second> </item> <item> <first>115</first> <second> <first>20</first> <second>20</second> </second> </item> <item> <first>117</first> <second> <first>20</first> <second>20</second> </second> </item> </bblk_ent_exit> <regions class_id="49" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="50" tracking_level="1" version="0" object_id="_485"> <region_name>gmem_write</region_name> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>86</item> <item>105</item> </basic_blocks> <nodes> <count>0</count> <item_version>0</item_version> </nodes> <anchor_node>-1</anchor_node> <region_type>8</region_type> <interval>1</interval> <pipe_depth>8</pipe_depth> </item> </regions> <dp_fu_nodes class_id="51" tracking_level="0" version="0"> <count>70</count> <item_version>0</item_version> <item class_id="52" tracking_level="0" version="0"> <first>118</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>122</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>128</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>134</first> <second> <count>7</count> <item_version>0</item_version> <item>26</item> <item>26</item> <item>26</item> <item>26</item> <item>26</item> <item>26</item> <item>26</item> </second> </item> <item> <first>141</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>146</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>152</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>158</first> <second> <count>6</count> <item_version>0</item_version> <item>98</item> <item>100</item> <item>100</item> <item>100</item> <item>100</item> <item>100</item> </second> </item> <item> <first>165</first> <second> <count>1</count> <item_version>0</item_version> <item>99</item> </second> </item> <item> <first>174</first> <second> <count>6</count> <item_version>0</item_version> <item>109</item> <item>111</item> <item>111</item> <item>111</item> <item>111</item> <item>111</item> </second> </item> <item> <first>181</first> <second> <count>1</count> <item_version>0</item_version> <item>110</item> </second> </item> <item> <first>190</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>196</first> <second> <count>3</count> <item_version>0</item_version> <item>68</item> <item>93</item> <item>93</item> </second> </item> <item> <first>202</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>213</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>224</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>234</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>244</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>251</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>261</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>265</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>271</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>277</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>280</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>287</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>291</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>295</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>301</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>306</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>309</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>312</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>315</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>321</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>325</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>331</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>337</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>342</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>345</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>348</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>356</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>362</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>368</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>372</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>377</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>383</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>387</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>391</first> <second> <count>1</count> <item_version>0</item_version> <item>62</item> </second> </item> <item> <first>397</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>402</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>412</first> <second> <count>1</count> <item_version>0</item_version> <item>65</item> </second> </item> <item> <first>421</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>426</first> <second> <count>1</count> <item_version>0</item_version> <item>72</item> </second> </item> <item> <first>432</first> <second> <count>1</count> <item_version>0</item_version> <item>73</item> </second> </item> <item> <first>436</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>444</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>449</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>453</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>457</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>463</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>469</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>473</first> <second> <count>1</count> <item_version>0</item_version> <item>91</item> </second> </item> <item> <first>478</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>483</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>489</first> <second> <count>1</count> <item_version>0</item_version> <item>102</item> </second> </item> <item> <first>495</first> <second> <count>1</count> <item_version>0</item_version> <item>96</item> </second> </item> <item> <first>498</first> <second> <count>1</count> <item_version>0</item_version> <item>97</item> </second> </item> <item> <first>505</first> <second> <count>1</count> <item_version>0</item_version> <item>94</item> </second> </item> <item> <first>509</first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>514</first> <second> <count>1</count> <item_version>0</item_version> <item>107</item> </second> </item> <item> <first>517</first> <second> <count>1</count> <item_version>0</item_version> <item>108</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="54" tracking_level="0" version="0"> <count>57</count> <item_version>0</item_version> <item class_id="55" tracking_level="0" version="0"> <first>bytes_to_write_1_phi_fu_224</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>bytes_to_write_2_fu_368</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>bytes_to_write_fu_362</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>data_V_addr_1_gep_fu_202</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>data_V_addr_gep_fu_190</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>data_V_alloca_fu_118</first> <second> <count>1</count> <item_version>0</item_version> <item>13</item> </second> </item> <item> <first>empty_n_fu_383</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>extLd_fu_505</first> <second> <count>1</count> <item_version>0</item_version> <item>94</item> </second> </item> <item> <first>gmem_out_addr_1_fu_498</first> <second> <count>1</count> <item_version>0</item_version> <item>97</item> </second> </item> <item> <first>gmem_out_addr_2_fu_517</first> <second> <count>1</count> <item_version>0</item_version> <item>108</item> </second> </item> <item> <first>gmem_out_addr_fu_280</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>h1_cast_fu_453</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>h1_phi_fu_244</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>h_1_fu_377</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>h_2_fu_463</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>h_phi_fu_213</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>lhs_V_cast_fu_291</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>or_cond_fu_331</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>output_V2_sum3_cast_fu_514</first> <second> <count>1</count> <item_version>0</item_version> <item>107</item> </second> </item> <item> <first>output_V2_sum3_fu_509</first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>output_V2_sum4_cast_fu_495</first> <second> <count>1</count> <item_version>0</item_version> <item>96</item> </second> </item> <item> <first>output_V2_sum4_fu_478</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>output_V2_sum_cast_fu_277</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>output_V2_sum_fu_271</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>p_neg1_pn_fu_356</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>p_neg1_pn_v_cast_cast_fu_348</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>ret_V_2_cast5_fu_306</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>ret_V_2_cast6_fu_301</first> <second> <count>1</count> <item_version>0</item_version> <item>31</item> </second> </item> <item> <first>ret_V_2_cast_fu_309</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>ret_V_cast_fu_321</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>ret_V_fu_295</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>t_V_phi_fu_234</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>tmp_10_fu_412</first> <second> <count>1</count> <item_version>0</item_version> <item>65</item> </second> </item> <item> <first>tmp_11_fu_421</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>tmp_12_fu_457</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>tmp_14_cast_fu_469</first> <second> <count>1</count> <item_version>0</item_version> <item>90</item> </second> </item> <item> <first>tmp_14_fu_432</first> <second> <count>1</count> <item_version>0</item_version> <item>73</item> </second> </item> <item> <first>tmp_15_fu_473</first> <second> <count>1</count> <item_version>0</item_version> <item>91</item> </second> </item> <item> <first>tmp_16_fu_483</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>tmp_17_cast_fu_261</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>tmp_17_fu_436</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>tmp_18_fu_444</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>tmp_19_fu_449</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>tmp_1_fu_251</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>tmp_21_fu_391</first> <second> <count>1</count> <item_version>0</item_version> <item>62</item> </second> </item> <item> <first>tmp_22_fu_387</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>tmp_2_fu_345</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>tmp_3_cast_fu_312</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>tmp_3_fu_397</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>tmp_4_fu_315</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>tmp_5_fu_402</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>tmp_6_fu_325</first> <second> <count>1</count> <item_version>0</item_version> <item>37</item> </second> </item> <item> <first>tmp_7_fu_337</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>tmp_8_fu_342</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>tmp_9_fu_426</first> <second> <count>1</count> <item_version>0</item_version> <item>72</item> </second> </item> <item> <first>tmp_fu_265</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>tmp_s_fu_372</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>12</count> <item_version>0</item_version> <item> <first>StgValue_115_store_fu_489</first> <second> <count>1</count> <item_version>0</item_version> <item>102</item> </second> </item> <item> <first>StgValue_121_write_fu_165</first> <second> <count>1</count> <item_version>0</item_version> <item>99</item> </second> </item> <item> <first>StgValue_136_write_fu_181</first> <second> <count>1</count> <item_version>0</item_version> <item>110</item> </second> </item> <item> <first>grp_readreq_fu_134</first> <second> <count>7</count> <item_version>0</item_version> <item>26</item> <item>26</item> <item>26</item> <item>26</item> <item>26</item> <item>26</item> <item>26</item> </second> </item> <item> <first>grp_writeresp_fu_158</first> <second> <count>6</count> <item_version>0</item_version> <item>98</item> <item>100</item> <item>100</item> <item>100</item> <item>100</item> <item>100</item> </second> </item> <item> <first>grp_writeresp_fu_174</first> <second> <count>6</count> <item_version>0</item_version> <item>109</item> <item>111</item> <item>111</item> <item>111</item> <item>111</item> <item>111</item> </second> </item> <item> <first>output_V_read_read_fu_122</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> <item> <first>reset_read_read_fu_128</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> <item> <first>stream_head_V_load_load_fu_287</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>stream_in_V_read_nbread_fu_146</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>stream_tail_V_read_fu_141</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>tmp_20_read_fu_152</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="56" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="57" tracking_level="0" version="0"> <first class_id="58" tracking_level="0" version="0"> <first>data_V</first> <second>0</second> </first> <second> <count>3</count> <item_version>0</item_version> <item>68</item> <item>93</item> <item>93</item> </second> </item> </dp_mem_port_nodes> <dp_reg_nodes> <count>26</count> <item_version>0</item_version> <item> <first>209</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>221</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>231</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>240</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>524</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>530</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>534</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>539</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>545</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>552</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>560</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>566</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>570</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>576</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>584</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>592</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>597</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>602</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>606</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>611</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>616</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>621</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>626</first> <second> <count>1</count> <item_version>0</item_version> <item>93</item> </second> </item> <item> <first>631</first> <second> <count>1</count> <item_version>0</item_version> <item>97</item> </second> </item> <item> <first>637</first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>642</first> <second> <count>1</count> <item_version>0</item_version> <item>108</item> </second> </item> </dp_reg_nodes> <dp_regname_nodes> <count>26</count> <item_version>0</item_version> <item> <first>bytes_to_write_1_reg_221</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>bytes_to_write_2_reg_576</first> <second> <count>1</count> <item_version>0</item_version> <item>50</item> </second> </item> <item> <first>bytes_to_write_reg_570</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>data_V_addr_1_reg_611</first> <second> <count>1</count> <item_version>0</item_version> <item>92</item> </second> </item> <item> <first>data_V_load_reg_626</first> <second> <count>1</count> <item_version>0</item_version> <item>93</item> </second> </item> <item> <first>gmem_out_addr_1_reg_631</first> <second> <count>1</count> <item_version>0</item_version> <item>97</item> </second> </item> <item> <first>gmem_out_addr_2_reg_642</first> <second> <count>1</count> <item_version>0</item_version> <item>108</item> </second> </item> <item> <first>gmem_out_addr_reg_539</first> <second> <count>1</count> <item_version>0</item_version> <item>25</item> </second> </item> <item> <first>h1_reg_240</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>h_1_reg_584</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>h_2_reg_606</first> <second> <count>1</count> <item_version>0</item_version> <item>84</item> </second> </item> <item> <first>h_reg_209</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>or_cond_reg_566</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>output_V2_sum3_reg_637</first> <second> <count>1</count> <item_version>0</item_version> <item>106</item> </second> </item> <item> <first>output_V2_sum4_reg_616</first> <second> <count>1</count> <item_version>0</item_version> <item>95</item> </second> </item> <item> <first>output_V2_sum_reg_534</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>ret_V_reg_560</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>stream_head_V_load_reg_552</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>stream_tail_V_reg_545</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>t_V_reg_231</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>tmp_12_reg_602</first> <second> <count>1</count> <item_version>0</item_version> <item>82</item> </second> </item> <item> <first>tmp_16_reg_621</first> <second> <count>1</count> <item_version>0</item_version> <item>101</item> </second> </item> <item> <first>tmp_17_cast_reg_524</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>tmp_19_reg_597</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>tmp_22_reg_592</first> <second> <count>1</count> <item_version>0</item_version> <item>58</item> </second> </item> <item> <first>tmp_reg_530</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> </dp_regname_nodes> <dp_reg_phi> <count>4</count> <item_version>0</item_version> <item> <first>209</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>221</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>231</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> <item> <first>240</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> </dp_reg_phi> <dp_regname_phi> <count>4</count> <item_version>0</item_version> <item> <first>bytes_to_write_1_reg_221</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>h1_reg_240</first> <second> <count>1</count> <item_version>0</item_version> <item>80</item> </second> </item> <item> <first>h_reg_209</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>t_V_reg_231</first> <second> <count>1</count> <item_version>0</item_version> <item>79</item> </second> </item> </dp_regname_phi> <dp_port_io_nodes class_id="59" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="60" tracking_level="0" version="0"> <first>gmem_out</first> <second> <count>0</count> <item_version>0</item_version> </second> </item> <item> <first>output_V</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>6</item> </second> </item> </second> </item> <item> <first>reset</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>19</item> </second> </item> </second> </item> <item> <first>stream_in_V</first> <second> <count>2</count> <item_version>0</item_version> <item> <first>nbread</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> </second> </item> </dp_port_io_nodes> <port2core class_id="61" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </port2core> <node2core> <count>1</count> <item_version>0</item_version> <item class_id="62" tracking_level="0" version="0"> <first>13</first> <second>RAM</second> </item> </node2core> </syndb> </boost_serialization>
------------------------------------------------------------------------------- -- -- -- 0MQ Ada-binding -- -- -- -- ZMQ.Utilities.Stream_Element_Array_Image -- -- -- -- B o d y -- -- -- -- Copyright (C) 2020-2030, per.s.sandberg@bahnhof.se -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files -- -- (the "Software"), to deal in the Software without restriction, including -- -- without limitation the rights to use, copy, modify, merge, publish, -- -- distribute, sublicense, and / or sell copies of the Software, and to -- -- permit persons to whom the Software is furnished to do so, subject to -- -- the following conditions : -- -- -- -- The above copyright notice and this permission notice shall be included -- -- in all copies or substantial portions of the Software. -- -- -- -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -- -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -- -- MERCHANTABILITY, -- -- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -- -- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -- -- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -- -- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -- -- OTHER DEALINGS IN THE SOFTWARE. -- ------------------------------------------------------------------------------- function ZMQ.Utilities.Stream_Element_Array_Image (Item : Ada.Streams.Stream_Element_Array) return String is use Ada.Streams; Cursor : Natural; type Map_String is array (Stream_Element (0) .. Stream_Element (15)) of Character; Hex : constant Map_String := "0123456789ABCDEF"; begin return Ret : String (1 .. Item'Length * 3 - 1) do Cursor := Ret'First; for I in Item'Range loop Ret (Cursor) := Hex (Item (I) / 16); Cursor := Cursor + 1; Ret (Cursor) := Hex (Item (I) mod 16); Cursor := Cursor + 1; if I < Item'Last then Ret (Cursor) := ' '; Cursor := Cursor + 1; end if; end loop; end return; end ZMQ.Utilities.Stream_Element_Array_Image;
package Pulsada_Test is end Pulsada_Test;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . P A C K _ 3 1 -- -- -- -- S p e c -- -- -- -- Copyright (C) 1992-2019, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- Handling of packed arrays with Component_Size = 31 package System.Pack_31 is pragma Preelaborate; Bits : constant := 31; type Bits_31 is mod 2 ** Bits; for Bits_31'Size use Bits; -- In all subprograms below, Rev_SSO is set True if the array has the -- non-default scalar storage order. function Get_31 (Arr : System.Address; N : Natural; Rev_SSO : Boolean) return Bits_31 with Inline; -- Arr is the address of the packed array, N is the zero-based -- subscript. This element is extracted and returned. procedure Set_31 (Arr : System.Address; N : Natural; E : Bits_31; Rev_SSO : Boolean) with Inline; -- Arr is the address of the packed array, N is the zero-based -- subscript. This element is set to the given value. end System.Pack_31;
package body Test_Aircraft.Write is File_Name : constant String := "tmp/test-write-aircraft.sf"; procedure Initialize (T : in out Test) is begin Set_Name (T, "Test_Aircraft.Write"); Ahven.Framework.Add_Test_Routine (T, Airplane_1'Access, "airplane 1: 1, Fokker 100, true"); Ahven.Framework.Add_Test_Routine (T, Airplane_2'Access, "airplane 2: 2, Bombardier Dash 8, false"); Ahven.Framework.Add_Test_Routine (T, Helicopter_1'Access, "helicopter 1: 1, Bell 206, false"); Ahven.Framework.Add_Test_Routine (T, Helicopter_1'Access, "helicopter 2: 2, Sikorsky S-76C+, true"); end Initialize; procedure Set_Up (T : in out Test) is State : access Skill_State := new Skill_State; begin Skill.Create (State); New_Airplane (State, new String'("Fokker 100"), True, 1); New_Airplane (State, new String'("Bombardier Dash 8"), False, 2); New_Helicopter (State, new String'("Bell 206"), False, 1); New_Helicopter (State, new String'("Sikorsky S-76C+"), True, 2); Skill.Write (State, File_Name); end Set_Up; procedure Tear_Down (T : in out Test) is begin Ada.Directories.Delete_File (File_Name); end Tear_Down; procedure Airplane_1 (T : in out Ahven.Framework.Test_Case'Class) is use Ada.Strings.Unbounded; State : access Skill_State := new Skill_State; begin Skill.Read (State, File_Name); declare X : Airplane_Type_Access := Skill.Get_Airplane (State, 1); begin Ahven.Assert (X.Get_Id = 1, "'first airplane'.Get_Id is not 1."); Ahven.Assert (X.Get_Name.all = "Fokker 100", "'first airplane'.Get_Name is not 'Fokker 100'."); Ahven.Assert (X.Get_Operational = True, "'first airplane'.Get_Operational is not true."); end; end Airplane_1; procedure Airplane_2 (T : in out Ahven.Framework.Test_Case'Class) is use Ada.Strings.Unbounded; State : access Skill_State := new Skill_State; begin Skill.Read (State, File_Name); declare X : Airplane_Type_Access := Skill.Get_Airplane (State, 2); begin Ahven.Assert (X.Get_Id = 2, "'second airplane'.Get_Id is not 2."); Ahven.Assert (X.Get_Name.all = "Bombardier Dash 8", "'second airplane'.Get_Name is not 'Bombardier Dash 8'."); Ahven.Assert (X.Get_Operational = False, "'second airplane'.Get_Operational is not false."); end; end Airplane_2; procedure Helicopter_1 (T : in out Ahven.Framework.Test_Case'Class) is use Ada.Strings.Unbounded; State : access Skill_State := new Skill_State; begin Skill.Read (State, File_Name); declare X : Helicopter_Type_Access := Skill.Get_Helicopter (State, 1); begin Ahven.Assert (X.Get_Id = 1, "'first helicopter'.Get_Id is not 1."); Ahven.Assert (X.Get_Name.all = "Bell 206", "'first helicopter'.Get_Name is not 'Bell 206'."); Ahven.Assert (X.Get_Operational = False, "'first helicopter'.Get_Operational is not false."); end; end Helicopter_1; procedure Helicopter_2 (T : in out Ahven.Framework.Test_Case'Class) is use Ada.Strings.Unbounded; State : access Skill_State := new Skill_State; begin Skill.Read (State, File_Name); declare X : Helicopter_Type_Access := Skill.Get_Helicopter (State, 2); begin Ahven.Assert (X.Get_Id = 2, "'first helicopter'.Get_Id is not 2."); Ahven.Assert (X.Get_Name.all = "Sikorsky S-76C+", "'first helicopter'.Get_Name is not 'Sikorsky S-76C+'."); Ahven.Assert (X.Get_Operational = True, "'first helicopter'.Get_Operational is not true."); end; end Helicopter_2; end Test_Aircraft.Write;
------------------------------------------------------------------------------ -- AGAR GUI LIBRARY -- -- A G A R . W I D G E T -- -- S p e c -- ------------------------------------------------------------------------------ with Interfaces; use Interfaces; with Interfaces.C; with Interfaces.C.Strings; with System; with Agar.Object; with Agar.Event; with Agar.Surface; with Agar.Keyboard; with Agar.Mouse; -- -- Base class for all Agar GUI widgets. -- package Agar.Widget is package C renames Interfaces.C; package CS renames Interfaces.C.Strings; package OBJ renames Agar.Object; package EV renames Agar.Event; package SU renames Agar.Surface; package KBD renames Agar.Keyboard; package MSE renames Agar.Mouse; use type C.int; use type C.unsigned; use type C.C_float; type Window; type Window_Access is access all Window with Convention => C; subtype Window_not_null_Access is not null Window_Access; type Widget; type Widget_Access is access all Widget with Convention => C; subtype Widget_not_null_Access is not null Widget_Access; ----------------------------- -- Widget Size Requisition -- ----------------------------- type SizeReq is limited record W : C.int; -- Width (px) H : C.int; -- Height (px) end record with Convention => C; type SizeReq_Access is access all SizeReq with Convention => C; subtype SizeReq_not_null_Access is not null SizeReq_Access; ---------------------------- -- Widget Size Allocation -- ---------------------------- type SizeAlloc is limited record W,H : C.int; -- Size (px) X,Y : C.int; -- Position in parent end record with Convention => C; type SizeAlloc_Access is access all SizeAlloc with Convention => C; subtype SizeAlloc_not_null_Access is not null SizeAlloc_Access; ---------------------- -- Low-Level Driver -- ---------------------- type Driver_Type_t is (FRAME_BUFFER, -- By video memory access VECTOR); -- By vector drawing commands for Driver_Type_t'Size use C.int'Size; type Driver_WM_Type_t is (WM_SINGLE, -- Single-window (built-in WM) WM_MULTIPLE); -- Multi-windows for Driver_WM_Type_t'Size use C.int'Size; type Driver_Event; type Driver_Event_Access is access all Driver_Event with Convention => C; subtype Driver_Event_not_null_Access is not null Driver_Event_Access; ------------------ -- Mouse Cursor -- ------------------ type Cursor; type Cursor_Access is access all Cursor with Convention => C; subtype Cursor_not_null_Access is not null Cursor_Access; type Cursor_Data_Access is access all Unsigned_8 with Convention => C; type Cursor_Entry is limited record Next : Cursor_Access; Prev : access Cursor_Access; end record with Convention => C; type Cursor_List is limited record First : Cursor_Access; Last : access Cursor_Access; end record with Convention => C; type Cursor is limited record W,H : C.unsigned; Bitmap : Cursor_Data_Access; Mask : Cursor_Data_Access; Hot_X, Hot_Y : C.int; Driver_Data : System.Address; Entry_in_Driver : Cursor_Entry; end record with Convention => C; ----------------------------------------------------- -- Widget Color Palette (4 states x 8 = 32 colors) -- ----------------------------------------------------- type Widget_State is (DEFAULT_STATE, -- Not focused (default state) DISABLED_STATE, -- Disabled (#disabled) FOCUSED_STATE, -- Holds focus (#focused) HOVER_STATE); -- Cursor is over (#hover) for Widget_State'Size use C.int'Size; type Widget_Color is (FG_COLOR, -- Foreground primary ("color") BG_COLOR, -- Background primary ("background-color") TEXT_COLOR, -- Text and vector icons ("text-color") LINE_COLOR, -- Lines and filled shapes ("line-color") HIGH_COLOR, -- Top and left shading ("high-color") LOW_COLOR, -- Bottom/right shading ("low-color") SELECTION_COLOR, -- Selection primary ("selection-color") UNUSED_COLOR); -- Currently unused -- TODO type Widget_Palette is array (1 .. $SIZEOF_AG_WidgetPalette) of aliased Unsigned_8 with Convention => C; for Widget_Palette'Size use $SIZEOF_AG_WidgetPalette * System.Storage_Unit; ----------------------------- -- GL & Texture Management -- ----------------------------- #if HAVE_OPENGL type Widget_GL_Projection_Matrix is array (1 .. 16) of aliased C.C_float with Convention => C; type Widget_GL_Modelview_Matrix is array (1 .. 16) of aliased C.C_float with Convention => C; type Widget_GL_Context is limited record Projection : Widget_GL_Projection_Matrix; Modelview : Widget_GL_Modelview_Matrix; end record with Convention => C; type Widget_GL_Context_Access is access all Widget_GL_Context with Convention => C; #end if; subtype Surface_Handle is C.int; subtype Texture_Handle is C.unsigned; type Texture_Handle_Access is access all Texture_Handle with Convention => C; subtype Texture_Handle_not_null_Access is not null Texture_Handle_Access; type Texture_Coord is limited record X,Y : C.C_float; W,H : C.C_float; end record with Convention => C; type Texture_Coord_Access is access all Texture_Coord with Convention => C; subtype Texture_Coord_not_null_Access is not null Texture_Coord_Access; ------------------------------- -- Low Level Driver Instance -- ------------------------------- type Driver is limited record Super : aliased OBJ.Object; -- [Object -> Driver] Instance_ID : C.unsigned; -- Driver instance ID Flags : C.unsigned; -- Flags (below) Ref_Surface : SU.Surface_Access; -- Standard surface format Video_Format : SU.Pixel_Format; -- Video format (FB modes only) Keyboard_Dev : KBD.Keyboard_Device_Access; -- Keyboard device Mouse_Dev : MSE.Mouse_Device_Access; -- Mouse device Glyph_Cache : System.Address; -- Cached AG_Glyph store GL_Context : System.Address; -- TODO: AG_GL_Context Active_Cursor : Cursor_Access; -- Effective cursor Cursors : Cursor_List; -- All registered cursors Cursor_Count : C.unsigned; -- Total cursor count C_Pad1 : Interfaces.Unsigned_32; end record with Convention => C; -- Flags -- DRIVER_WINDOW_BG : constant C.unsigned := 16#02#; -- Managed window background type Driver_Access is access all Driver with Convention => C; subtype Driver_not_null_Access is not null Driver_Access; ------------------------ -- Generic Driver Ops -- ------------------------ type Open_Func_Access is access function (Driver : Driver_not_null_Access; Spec : CS.chars_ptr) return C.int with Convention => C; type Close_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Get_Display_Size_Func_Access is access function (W,H : access C.unsigned) return C.int with Convention => C; -------------------------------- -- Low-Level Event Processing -- -------------------------------- type Begin_Event_Processing_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Pending_Events_Func_Access is access function (Driver : Driver_not_null_Access) return C.int with Convention => C; type Get_Next_Event_Func_Access is access function (Driver : Driver_not_null_Access; Event : Driver_Event_not_null_Access) return C.int with Convention => C; type Process_Event_Func_Access is access function (Driver : Driver_not_null_Access; Event : Driver_Event_not_null_Access) return C.int with Convention => C; type Generic_Event_Loop_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type End_Event_Processing_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Terminate_Func_Access is access procedure with Convention => C; ------------------- -- Rendering Ops -- ------------------- type Begin_Rendering_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Render_Window_Func_Access is access procedure (Window : Window_not_null_Access) with Convention => C; type End_Rendering_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Fill_Rect_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access; Color : SU.Color_not_null_Access) with Convention => C; type Update_Region_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access) with Convention => C; type Upload_Texture_Func_Access is access procedure (Driver : Driver_not_null_Access; Texture : Texture_Handle_not_null_Access; Surface : SU.Surface_not_null_Access; TexCoord : Texture_Coord_Access) with Convention => C; type Update_Texture_Func_Access is access function (Driver : Driver_not_null_Access; Texture : C.unsigned; Surface : SU.Surface_not_null_Access; TexCoord : Texture_Coord_Access) return C.int with Convention => C; type Delete_Texture_Func_Access is access procedure (Driver : Driver_not_null_Access; Texture : C.unsigned) with Convention => C; type Set_Refresh_Rate_Func_Access is access function (Driver : Driver_not_null_Access; FPS : C.int) return C.int with Convention => C; --------------------------- -- Clipping and Blending -- --------------------------- type Push_Clip_Rect_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access) with Convention => C; type Pop_Clip_Rect_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Push_Blending_Mode_Func_Access is access procedure (Driver : Driver_not_null_Access; Source_Fn : SU.Alpha_Func; Dest_Fn : SU.Alpha_Func) with Convention => C; type Pop_Blending_Mode_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; ---------------------- -- Hardware Cursors -- ---------------------- type Create_Cursor_Func_Access is access function (Driver : Driver_not_null_Access; W,H : C.unsigned; Data, Bitmask : SU.Pixel_Access; Hot_X,Hot_Y : C.int) return Cursor_Access with Convention => C; type Free_Cursor_Func_Access is access procedure (Driver : Driver_not_null_Access; Cursor : Cursor_not_null_Access) with Convention => C; type Set_Cursor_Func_Access is access function (Driver : Driver_not_null_Access; Cursor : Cursor_not_null_Access) return C.int with Convention => C; type Unset_Cursor_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Get_Cursor_Visibility_Func_Access is access function (Driver : Driver_not_null_Access) return C.int with Convention => C; type Set_Cursor_Visibility_Func_Access is access procedure (Driver : Driver_not_null_Access; Enable : C.int) with Convention => C; ------------------------- -- Surfaces / Textures -- ------------------------- type Blit_Surface_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access; Surface : SU.Surface_not_null_Access; X,Y : C.int) with Convention => C; type Blit_Surface_From_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access; Source : Widget_not_null_Access; Surface : C.int; Src_Rect : SU.Rect_Access; X,Y : C.int) with Convention => C; type Blit_Surface_GL_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access; Surface : SU.Surface_not_null_Access; W,H : C.C_float) with Convention => C; type Blit_Surface_From_GL_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access; Surface : C.int; W,H : C.C_float) with Convention => C; type Blit_Surface_Flipped_GL_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access; Surface : C.int; W,H : C.C_float) with Convention => C; type Backup_Surfaces_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access) with Convention => C; type Restore_Surfaces_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access) with Convention => C; type Render_to_Surface_Func_Access is access procedure (Driver : Driver_not_null_Access; Widget : Widget_not_null_Access; Surface : access SU.Surface_Access) with Convention => C; ------------------- -- Rendering Ops -- ------------------- type Put_Pixel_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; Color : SU.Color_not_null_Access) with Convention => C; type Put_Pixel_32_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; Value : Interfaces.Unsigned_32) with Convention => C; type Put_Pixel_RGB8_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; R,G,B : Unsigned_8) with Convention => C; #if AG_MODEL = AG_LARGE type Put_Pixel_64_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; Value : Interfaces.Unsigned_64) with Convention => C; type Put_Pixel_RGB16_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; R,G,B : Interfaces.Unsigned_16) with Convention => C; #end if; type Blend_Pixel_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; Color : SU.Color_not_null_Access; Source_Fn : SU.Alpha_Func; Dest_Fn : SU.Alpha_Func) with Convention => C; type Draw_Line_Func_Access is access procedure (Driver : Driver_not_null_Access; X1,Y1 : C.int; X2,Y2 : C.int; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Horizontal_Line_Func_Access is access procedure (Driver : Driver_not_null_Access; X1,X2 : C.int; Y : C.int; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Vertical_Line_Func_Access is access procedure (Driver : Driver_not_null_Access; X : C.int; Y1,Y2 : C.int; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Blended_Line_Func_Access is access procedure (Driver : Driver_not_null_Access; X1,Y1 : C.int; X2,Y2 : C.int; Color : SU.Color_not_null_Access; Source_Fn : SU.Alpha_Func; Dest_Fn : SU.Alpha_Func) with Convention => C; type Draw_Wide_Line_Func_Access is access procedure (Driver : Driver_not_null_Access; X1,Y1 : C.int; X2,Y2 : C.int; Color : SU.Color_not_null_Access; Width : C.C_float) with Convention => C; type Draw_Wide_Sti16_Line_Func_Access is access procedure (Driver : Driver_not_null_Access; X1,Y1 : C.int; X2,Y2 : C.int; Color : SU.Color_not_null_Access; Width : C.C_float; Stipple : Unsigned_16) with Convention => C; type Draw_Triangle_Func_Access is access procedure (Driver : Driver_not_null_Access; V1,V2,V3 : SU.AG_Pt_not_null_Access; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Polygon_Func_Access is access procedure (Driver : Driver_not_null_Access; Points : SU.AG_Pt_not_null_Access; Count : C.unsigned; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Polygon_Sti32_Func_Access is access procedure (Driver : Driver_not_null_Access; Points : SU.AG_Pt_not_null_Access; Count : C.unsigned; Color : SU.Color_not_null_Access; Stipple : System.Address) with Convention => C; type Draw_Arrow_Func_Access is access procedure (Driver : Driver_not_null_Access; Angle : C.C_float; X,Y : C.int; H : C.int; Color_A : SU.Color_not_null_Access; Color_B : SU.Color_not_null_Access) with Convention => C; type Draw_Box_Rounded_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access; Z : C.int; Radius : C.int; Color_A : SU.Color_not_null_Access; Color_B : SU.Color_not_null_Access) with Convention => C; type Draw_Box_Rounded_Top_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access; Z : C.int; Radius : C.int; Color_A : SU.Color_not_null_Access; Color_B : SU.Color_not_null_Access) with Convention => C; type Draw_Circle_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; Radius : C.int; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Circle_Filled_Func_Access is access procedure (Driver : Driver_not_null_Access; X,Y : C.int; Radius : C.int; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Rect_Filled_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access; Color : SU.Color_not_null_Access) with Convention => C; type Draw_Rect_Blended_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access; Color : SU.Color_not_null_Access; Source_Fn : SU.Alpha_Func; Dest_Fn : SU.Alpha_Func) with Convention => C; type Draw_Rect_Dithered_Func_Access is access procedure (Driver : Driver_not_null_Access; Rect : SU.Rect_not_null_Access; Color : SU.Color_not_null_Access) with Convention => C; type Update_Glyph_Func_Access is access procedure (Driver : Driver_not_null_Access; Glyph : System.Address) with Convention => C; type Draw_Glyph_Func_Access is access procedure (Driver : Driver_not_null_Access; Glyph : System.Address; X,Y : C.int) with Convention => C; type Delete_List_Func_Access is access procedure (Driver : Driver_not_null_Access; List : C.unsigned) with Convention => C; -------------------------- -- Generic Driver Class -- -------------------------- type Driver_Class is limited record Super : aliased OBJ.Class; -- [Driver] Name : CS.chars_ptr; Driver_Type : Driver_Type_t; WM_Type : Driver_WM_Type_t; #if HAVE_64BIT Flags : Interfaces.Unsigned_64; -- DRIVER_* flags (below) #else Flags : C.unsigned; #end if; -- Initialization -- Open_Func : Open_Func_Access; Close_Func : Close_Func_Access; Get_Display_Size : Get_Display_Size_Func_Access; -- Low-level Events -- Begin_Event_Processing : Begin_Event_Processing_Func_Access; Pending_Events : Pending_Events_Func_Access; Get_Next_Event : Get_Next_Event_Func_Access; Process_Event : Process_Event_Func_Access; Generic_Event_Loop : Generic_Event_Loop_Func_Access; End_Event_Processing : End_Event_Processing_Func_Access; Terminate_Func : Terminate_Func_Access; -- Rendering Ops -- Begin_Rendering : Begin_Rendering_Func_Access; Render_Window : Render_Window_Func_Access; End_Rendering : End_Rendering_Func_Access; Fill_Rect : Fill_Rect_Func_Access; Update_Region : Update_Region_Func_Access; Upload_Texture : Upload_Texture_Func_Access; Update_Texture : Update_Texture_Func_Access; Delete_Texture : Delete_Texture_Func_Access; Set_Refresh_Rate : Set_Refresh_Rate_Func_Access; -- Clipping and Blending -- Push_Clip_Rect : Push_Clip_Rect_Func_Access; Pop_Clip_Rect : Pop_Clip_Rect_Func_Access; Push_Blending_Mode : Push_Blending_Mode_Func_Access; Pop_Blending_Mode : Pop_Blending_Mode_Func_Access; -- Hardware Cursors -- Create_Cursor : Create_Cursor_Func_Access; Free_Cursor : Free_Cursor_Func_Access; Set_Cursor : Set_Cursor_Func_Access; Unset_Cursor : Unset_Cursor_Func_Access; Get_Cursor_Visibility : Get_Cursor_Visibility_Func_Access; Set_Cursor_Visibility : Set_Cursor_Visibility_Func_Access; -- Surface / Textures -- Blit_Surface : Blit_Surface_Func_Access; Blit_Surface_From : Blit_Surface_From_Func_Access; Blit_Surface_GL : Blit_Surface_GL_Func_Access; Blit_Surface_From_GL : Blit_Surface_From_GL_Func_Access; Blit_Surface_Flipped_GL : Blit_Surface_Flipped_GL_Func_Access; Backup_Surfaces : Backup_Surfaces_Func_Access; Restore_Surfaces : Restore_Surfaces_Func_Access; Render_to_Surface : Render_to_Surface_Func_Access; -- Rendering Ops -- Put_Pixel : Put_Pixel_Func_Access; Put_Pixel_32 : Put_Pixel_32_Func_Access; Put_Pixel_RGB8 : Put_Pixel_RGB8_Func_Access; #if AG_MODEL = AG_LARGE Put_Pixel_64 : Put_Pixel_64_Func_Access; Put_Pixel_RGB16 : Put_Pixel_RGB16_Func_Access; #end if; Blend_Pixel : Blend_Pixel_Func_Access; Draw_Line : Draw_Line_Func_Access; Draw_Horizonal_Line : Draw_Horizontal_Line_Func_Access; Draw_Vertical_Line : Draw_Vertical_Line_Func_Access; Draw_Blended_Line : Draw_Blended_Line_Func_Access; Draw_Wide_Line : Draw_Wide_Line_Func_Access; Draw_Wide_Sti16_Line : Draw_Wide_Sti16_Line_Func_Access; Draw_Triangle : Draw_Triangle_Func_Access; Draw_Polygon : Draw_Polygon_Func_Access; Draw_Polygon_Sti32 : Draw_Polygon_Sti32_Func_Access; Draw_Arrow : Draw_Arrow_Func_Access; Draw_Box_Rounded : Draw_Box_Rounded_Func_Access; Draw_Box_Rounded_Top : Draw_Box_Rounded_Top_Func_Access; Draw_Circle : Draw_Circle_Func_Access; Draw_Circle_Filled : Draw_Circle_Filled_Func_Access; Draw_Rect_Filled : Draw_Rect_Filled_Func_Access; Draw_Rect_Blended : Draw_Rect_Blended_Func_Access; Draw_Rect_Dithered : Draw_Rect_Dithered_Func_Access; Update_Glyph : Update_Glyph_Func_Access; Draw_Glyph : Draw_Glyph_Func_Access; Delete_List : Delete_List_Func_Access; end record with Convention => C; -- Flags -- DRIVER_OPENGL : constant C.unsigned := 16#01#; -- OpenGL supported DRIVER_SDL : constant C.unsigned := 16#02#; -- SDL 1.x calls supported DRIVER_TEXTURES : constant C.unsigned := 16#04#; -- Texture mgmt supported type Driver_Class_Access is access all Driver_Class with Convention => C; subtype Driver_Class_not_null_Access is not null Driver_Class_Access; ----------------------------- -- Multi-Window Driver Ops -- ----------------------------- type Open_Window_Func_Access is access function (Window : Window_not_null_Access; Geometry : SU.Rect_not_null_Access; Bits_per_Pixel : C.int; Flags : C.unsigned) return C.int with Convention => C; -- Flags -- DRIVER_MW_ANYPOS : constant C.unsigned := 16#01#; -- Autoposition window DRIVER_MW_ANYPOS_AVAIL : constant C.unsigned := 16#02#; -- Autopos supported type Close_Window_Func_Access is access procedure (Window : Window_not_null_Access) with Convention => C; type Map_Window_Func_Access is access function (Window : Window_not_null_Access) return C.int with Convention => C; type Unmap_Window_Func_Access is access function (Window : Window_not_null_Access) return C.int with Convention => C; type Raise_Window_Func_Access is access function (Window : Window_not_null_Access) return C.int with Convention => C; type Lower_Window_Func_Access is access function (Window : Window_not_null_Access) return C.int with Convention => C; type Reparent_Window_Func_Access is access function (Window : Window_not_null_Access; Parent : Window_not_null_Access; X,Y : C.int) return C.int with Convention => C; type Get_Input_Focus_Func_Access is access function (Window : access Window_not_null_Access) return C.int with Convention => C; type Set_Input_Focus_Func_Access is access function (Window : Window_not_null_Access) return C.int with Convention => C; type Move_Window_Func_Access is access function (Window : Window_not_null_Access; X,Y : C.int) return C.int with Convention => C; type Resize_Window_Func_Access is access function (Window : Window_not_null_Access; W,H : C.unsigned) return C.int with Convention => C; type Move_Resize_Window_Func_Access is access function (Window : Window_not_null_Access; Geometry : SizeAlloc_Access) return C.int with Convention => C; type Pre_Resize_Callback_Func_Access is access procedure (Window : Window_not_null_Access) with Convention => C; type Post_Resize_Callback_Func_Access is access procedure (Window : Window_not_null_Access; Geometry : SizeAlloc_Access) with Convention => C; type Capture_Window_Func_Access is access function (Window : Window_not_null_Access; Surface : access SU.Surface_Access) return C.int with Convention => C; type Set_Border_Width_Func_Access is access function (Window : Window_not_null_Access; W : C.unsigned) return C.int with Convention => C; type Set_Window_Caption_Func_Access is access function (Window : Window_not_null_Access; Caption : CS.chars_ptr) return C.int with Convention => C; type Set_Transient_For_Func_Access is access procedure (Window, Parent : Window_not_null_Access) with Convention => C; type Set_Opacity_Func_Access is access function (Window : Window_not_null_Access; Opacity : C.C_float) return C.int with Convention => C; type Tweak_Alignment_Func_Access is access procedure (Window : Window_not_null_Access; Geometry : SizeAlloc_Access; Max_W, Max_H : C.unsigned) with Convention => C; ------------------------------- -- Multi-Window Driver Class -- ------------------------------- type Driver_MW_Class is limited record Super : aliased Driver_Class; -- [Driver -> DriverMW] Open_Window : Open_Window_Func_Access; Close_Window : Close_Window_Func_Access; Map_Window : Map_Window_Func_Access; Unmap_Window : Unmap_Window_Func_Access; Raise_Window : Raise_Window_Func_Access; Lower_Window : Lower_Window_Func_Access; Reparent_Window : Reparent_Window_Func_Access; Get_Input_Focus : Get_Input_Focus_Func_Access; Set_Input_Focus : Set_Input_Focus_Func_Access; Move_Window : Move_Window_Func_Access; Resize_Window : Resize_Window_Func_Access; Move_Resize_Window : Move_Resize_Window_Func_Access; Pre_Resize_Callback : Pre_Resize_Callback_Func_Access; Post_Resize_Callback : Post_Resize_Callback_Func_Access; Capture_Window : Capture_Window_Func_Access; Set_Border_Width : Set_Border_Width_Func_Access; Set_Window_Caption : Set_Window_Caption_Func_Access; Set_Transient_For : Set_Transient_For_Func_Access; Set_Opacity : Set_Opacity_Func_Access; Tweak_Alignment : Tweak_Alignment_Func_Access; end record with Convention => C; type Driver_MW_Class_Access is access all Driver_MW_Class with Convention => C; subtype Driver_MW_Class_not_null_Access is not null Driver_MW_Class_Access; ---------------------------------- -- Multi-Window Driver Instance -- ---------------------------------- type Driver_MW is limited record Super : aliased Driver; -- [Driver -> DriverMW] Window : Window_Access; -- Back reference to window Flags : C.unsigned; -- DRIVER_MW_* flags (below) C_Pad1 : Interfaces.Unsigned_32; end record with Convention => C; -- Flags -- DRIVER_MW_OPEN : constant C.unsigned := 16#01#; -- Enable rendering type Driver_MW_Access is access all Driver_MW with Convention => C; subtype Driver_MW_not_null_Access is not null Driver_MW_Access; ----------------------- -- Single-Window Ops -- ----------------------- type Open_Video_Func_Access is access function (Driver : Driver_not_null_Access; W,H : C.unsigned; Bits_per_Pixel : C.int; Flags : C.unsigned) return C.int with Convention => C; type Open_Video_Context_Func_Access is access function (Driver : Driver_not_null_Access; Context : System.Address; Flags : C.unsigned) return C.int with Convention => C; type Set_Video_Context_Func_Access is access function (Driver : Driver_not_null_Access; Context : System.Address) return C.int with Convention => C; type Close_Video_Func_Access is access procedure (Driver : Driver_not_null_Access) with Convention => C; type Video_Resize_Func_Access is access function (Driver : Driver_not_null_Access; W,H : C.unsigned) return C.int with Convention => C; type Video_Capture_Func_Access is access function (Driver : Driver_not_null_Access) return SU.Surface_Access with Convention => C; type Video_Clear_Func_Access is access procedure (Driver : Driver_not_null_Access; Color : SU.Color_not_null_Access) with Convention => C; -------------------------------- -- Single-Window Driver Class -- -------------------------------- type Driver_SW_Class is limited record Super : aliased Driver_Class; -- [Driver -> DriverSW] #if HAVE_64BIT Flags : Interfaces.Unsigned_64; -- DRIVER_SW_* flags (below) #else Flags : C.unsigned; -- DRIVER_SW_* flags (below) #end if; Open_Video : Open_Video_Func_Access; Open_Video_Context : Open_Video_Context_Func_Access; Set_Video_Context : Set_Video_Context_Func_Access; Close_Video : Close_Video_Func_Access; Video_Resize : Video_Resize_Func_Access; Video_Capture : Video_Capture_Func_Access; Video_Clear : Video_Clear_Func_Access; end record with Convention => C; type Driver_SW_Class_Access is access all Driver_SW_Class with Convention => C; subtype Driver_SW_Class_not_null_Access is not null Driver_SW_Class_Access; -- Flags -- DRIVER_SW_OVERLAY : constant C.unsigned := 16#01#; -- Overlay mode DRIVER_SW_BGPOPUP : constant C.unsigned := 16#02#; -- BG popup menu DRIVER_SW_FULLSCREEN : constant C.unsigned := 16#04#; -- Fullscreen mode DRIVER_SW_REDRAW : constant C.unsigned := 16#08#; -- Redraw queued type Window_Operation_t is (NONE, MOVE, LEFT_RESIZE, RIGHT_RESIZE, HORIZ_RESIZE); for Window_Operation_t'Size use C.int'Size; ----------------------------------- -- Single-Window Driver Instance -- ----------------------------------- type Driver_SW is limited record Super : aliased Driver; -- [Driver -> DriverSW] W,H : C.unsigned; -- Resolution Bits_per_Pixel : C.unsigned; -- Depth Flags : C.unsigned; -- Flags (none currently) Selected_Window : Window_Access; -- Window being manipulated Last_Key_Down_Window : Window_Access; -- Window with last kbd event Modal_Window_Stack : System.Address; -- Modal window list TODO Window_Operation : Window_Operation_t; -- Window op in progress Icon_W, Icon_H : C.int; -- Window icon sizes Nominal_FPS : C.unsigned; -- Nominal frames/second Current_FPS : C.int; -- Last calculated FPS BG_Color : SU.AG_Color; -- Background color Refresh_Last : C.unsigned; -- Refresh rate timestamp #if AG_MODEL = AG_MEDIUM C_Pad1 : Interfaces.Unsigned_32; #end if; BG_Popup_Menu : System.Address; -- Background popup (TODO) end record with Convention => C; type Driver_SW_Access is access all Driver_SW with Convention => C; subtype Driver_SW_not_null_Access is not null Driver_SW_Access; ------------------------ -- Driver Input Event -- ------------------------ type Driver_Event_Type is (UNKNOWN, MOUSE_MOTION, MOUSE_BUTTON_DOWN, MOUSE_BUTTON_UP, MOUSE_ENTER, MOUSE_LEAVE, FOCUS_IN, FOCUS_OUT, KEY_DOWN, KEY_UP, EXPOSE, VIDEO_RESIZE, CLOSE); for Driver_Event_Type'Size use C.int'Size; type Driver_Event_Entry is limited record Next : Driver_Event_Access; Prev : access Driver_Event_Access; end record with Convention => C; type Driver_Event (Which : Driver_Event_Type := Driver_Event_Type'First) is record Event_Type : Driver_Event_Type; -- Type of event C_Pad1 : Interfaces.Unsigned_32; Window : Window_Access; -- For multi-window mode Entry_in_Queue : Driver_Event_Entry; -- Entry in event queue case Which is when MOUSE_MOTION => X,Y : C.int; -- Mouse coordinates when MOUSE_BUTTON_DOWN | MOUSE_BUTTON_UP => Button : MSE.Mouse_Button; -- Mouse button index when KEY_DOWN | KEY_UP => Keysym : Agar.Keyboard.Key_Sym; -- Virtual keysym Unicode : Interfaces.Unsigned_32; -- Translated Unicode when VIDEO_RESIZE => View_X,View_Y : C.int; -- New view coordinates View_W,View_H : C.int; -- New resolution when others => null; end case; end record with Convention => C; pragma Unchecked_Union (Driver_Event); --------------------- -- Widget Instance -- --------------------- type Widget_Private_t is array (1 .. $SIZEOF_AG_WidgetPvt) of aliased Unsigned_8 with Convention => C; for Widget_Private_t'Size use $SIZEOF_AG_WidgetPvt * System.Storage_Unit; type Widget_Surface_Flags_Access is access all Unsigned_8 with Convention => C; type Widget is limited record Super : aliased OBJ.Object; -- [Object -> Widget] Flags : C.unsigned; -- WIDGET_* Flags (below) X,Y : C.int; -- Coordinates in parent widget W,H : C.int; -- Allocated size in pixels Rect : SU.AG_Rect; -- Rectangle at 0,0 (cached) View_Rect : SU.AG_Rect2; -- Display coordinates (cached) Sensitivity_Rect : SU.AG_Rect2; -- Cursor sensitivity rectangle Surface_Count : C.unsigned; -- Mapped surface count Surfaces : access SU.Surface_Access; -- Mapped surfaces Surface_Flags : Widget_Surface_Flags_Access; -- Mapped surface flags Textures : Texture_Handle_Access; -- Mapped texture handles Texcoords : Texture_Coord_Access; -- Mapped texture coords Forward_Focus_To : Widget_Access; -- Forward focus to widget Parent_Window : Window_Access; -- Parent window (if any) Driver : Driver_Access; -- Parent driver instance Driver_Ops : Driver_Class_Access; -- Parent driver class Stylesheet : System.Address; -- TODO Alternate CSS stylesheet State : Widget_State; -- Style-effecting state Margin_Top : Interfaces.Unsigned_8; -- Margin top (px) Margin_Right : Interfaces.Unsigned_8; -- Margin right (px) Margin_Bottom : Interfaces.Unsigned_8; -- Margin bottom (px) Margin_Left : Interfaces.Unsigned_8; -- Margin left (px) Padding_Top : C.unsigned; -- Padding top (px) Padding_Right : C.unsigned; -- Padding right (px) Padding_Bottom : C.unsigned; -- Padding bottom (px) Padding_Left : C.unsigned; -- Padding left (px) Spacing_Top : C.unsigned; -- Spacing top (px) Spacing_Right : C.unsigned; -- Spacing right (px) Spacing_Bottom : C.unsigned; -- Spacing bottom (px) Spacing_Left : C.unsigned; -- Spacing left (px) Font : System.Address; -- Active font (TODO) Palette : Widget_Palette; -- Color palette #if HAVE_OPENGL GL_Context : Widget_GL_Context_Access; -- Context for USE_OPENGL #end if; Actions_Data : System.Address; -- TODO Actions_Length : C.int; -- TODO Actions_Capacity : C.int; -- TODO Private_Data : Widget_Private_t; end record with Convention => C; -- Flags -- WIDGET_FOCUSABLE : constant C.unsigned := 16#00_0001#; -- Can grab focus WIDGET_FOCUSED : constant C.unsigned := 16#00_0002#; -- Holds focus (read-only) WIDGET_UNFOCUSED_MOTION : constant C.unsigned := 16#00_0004#; -- Receive mousemotion regardless of focus WIDGET_UNFOCUSED_BUTTONUP : constant C.unsigned := 16#00_0008#; -- Receive buttonup regardless of focus WIDGET_UNFOCUSED_BUTTONDOWN : constant C.unsigned := 16#00_0010#; -- Receive buttondown regardless of focus WIDGET_VISIBLE : constant C.unsigned := 16#00_0020#; -- Is visible (read-only) WIDGET_H_FILL : constant C.unsigned := 16#00_0040#; -- Expand to fill width WIDGET_V_FILL : constant C.unsigned := 16#00_0080#; -- Expand to fill height WIDGET_USE_OPENGL : constant C.unsigned := 16#00_0100#; -- Set up separate GL context WIDGET_HIDE : constant C.unsigned := 16#00_0200#; -- Don't draw WIDGET_DISABLED : constant C.unsigned := 16#00_0400#; -- Disabled state, ignore input WIDGET_MOUSEOVER : constant C.unsigned := 16#00_0800#; -- Mouseover state (read-only) WIDGET_CATCH_TAB : constant C.unsigned := 16#00_1000#; -- Receive events for focus-cycling key WIDGET_GL_RESHAPE : constant C.unsigned := 16#00_2000#; -- Pending reshape WIDGET_UNDERSIZE : constant C.unsigned := 16#00_4000#; -- Too small to draw WIDGET_NO_SPACING : constant C.unsigned := 16#00_8000#; -- Ignore box model WIDGET_UNFOCUSED_KEYDOWN : constant C.unsigned := 16#01_0000#; -- Receive keydowns regardless of focus WIDGET_UNFOCUSED_KEYUP : constant C.unsigned := 16#02_0000#; -- Receive keyups regardless of focus WIDGET_UPDATE_WINDOW : constant C.unsigned := 16#10_0000#; -- Request Window_Update ASAP WIDGET_QUEUE_SURFACE_BACKUP : constant C.unsigned := 16#20_0000#; -- Backup surfaces ASAP WIDGET_USE_TEXT : constant C.unsigned := 16#40_0000#; -- Use font engine WIDGET_USE_MOUSEOVER : constant C.unsigned := 16#80_0000#; -- Generate mouseover events WIDGET_EXPAND : constant C.unsigned := WIDGET_H_FILL or WIDGET_V_FILL; -- Surface flags -- WIDGET_SURFACE_NODUP : constant C.unsigned := 16#01#; -- Don't free on cleanup WIDGET_SURFACE_REGEN : constant C.unsigned := 16#02#; -- Regen texture ASAP ------------------------------ -- Boolean Flag Description -- ------------------------------ type Flag_Descr is limited record #if HAVE_64BIT Bitmask : Interfaces.Unsigned_64; -- Bitmask #else Bitmask : C.unsigned; -- Bitmask #end if; Text : CS.chars_ptr; -- Description (UTF-8) Writeable : C.int; -- User-editable C_Pad1 : Interfaces.Unsigned_32; end record with Convention => C; type Flag_Descr_Access is access all Flag_Descr with Convention => C; subtype Flag_Descr_not_null_Access is not null Flag_Descr_Access; -------------------- -- Widget Actions -- -------------------- type Action_Type is (ACTION_FN, -- Call subroutine ACTION_SET_INT, -- Set an integer 0 or 1 ACTION_TOGGLE_INT, -- Toggle an integer ACTION_SET_FLAG, -- Set bit(s) 0 or 1 ACTION_TOGGLE_FLAG); -- Toggle bit(s) for Action_Type'Size use C.int'Size; type Action_Event_Type is (ACTION_BUTTON_DOWN, -- Button pressed ACTION_BUTTON_UP, -- Button released ACTION_KEY_DOWN, -- Key pressed (once) ACTION_KEY_UP, -- Key released ACTION_KEY_REPEAT); -- Key pressed (with key repeat) for Action_Event_Type'Size use C.int'Size; type Action is limited record Act_Type : Action_Type; -- Type of action C_Pad1 : Interfaces.Unsigned_32; Widget : Widget_Access; -- Back pointer to widget Func : EV.Event_Access; -- Callback routine Set_Target : System.Address; -- Target for SET_{INT,FLAG} Set_Value : C.int; -- Value for SET_INT Flag_Bitmask : C.unsigned; -- Bitmask for {SET,TOGGLE}_FLAG end record with Convention => C; type Action_Access is access all Action with Convention => C; subtype Action_not_null_Access is not null Action_Access; type Action_Tie is array (1 .. $SIZEOF_AG_ActionTie) of aliased Unsigned_8 with Convention => C; for Action_Tie'Size use $SIZEOF_AG_ActionTie * System.Storage_Unit; type Action_Tie_Access is access all Action_Tie with Convention => C; subtype Action_Tie_not_null_Access is not null Action_Tie_Access; type Redraw_Tie is array (1 .. $SIZEOF_AG_RedrawTie) of aliased Unsigned_8 with Convention => C; for Redraw_Tie'Size use $SIZEOF_AG_RedrawTie * System.Storage_Unit; type Redraw_Tie_Access is access all Redraw_Tie with Convention => C; subtype Redraw_Tie_not_null_Access is not null Redraw_Tie_Access; ------------------------ -- Cursor-Change Area -- ------------------------ type Cursor_Area is array (1 .. $SIZEOF_AG_CursorArea) of aliased Unsigned_8 with Convention => C; for Cursor_Area'Size use $SIZEOF_AG_CursorArea * System.Storage_Unit; type Cursor_Area_Access is access all Cursor_Area with Convention => C; subtype Cursor_Area_not_null_Access is not null Cursor_Area_Access; ------------ -- Window -- ------------ CAPTION_MAX : constant Natural := $AG_WINDOW_CAPTION_MAX; type WM_Function is (WM_NORMAL, -- Normal top-level window WM_DESKTOP, -- Desktop feature (e.g., full-screen) WM_DOCK, -- Dock or panel feature WM_TOOLBAR, -- Toolbar torn off from main window WM_MENU, -- Pinnable menu window WM_UTILITY, -- Persistent utility window (palette, toolbox) WM_SPLASH, -- Introductory screen WM_DIALOG, -- Dialog window WM_DROPDOWN_MENU, -- Menubar-triggered drop-down menu WM_POPUP_MENU, -- Contextual popup menu WM_TOOLTIP, -- Mouse hover triggered tooltip WM_NOTIFICATION, -- Notification bubble WM_COMBO, -- Combo-box triggered window WM_DND); -- Draggable object for WM_Function'Size use C.int'Size; type Window_Alignment is (NO_ALIGNMENT, TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, LAST_ALIGNMENT); for Window_Alignment'Size use C.int'Size; type Window_Caption is array (1 .. CAPTION_MAX) of aliased C.char with Convention => C; type Window_Private_t is array (1 .. $SIZEOF_AG_WindowPvt) of aliased Unsigned_8 with Convention => C; for Window_Private_t'Size use $SIZEOF_AG_WindowPvt * System.Storage_Unit; type Entry_in_User_t is limited record Next : Window_Access; Prev : access Window_Access; end record with Convention => C; type Window is limited record Super : aliased Widget; -- [Widget -> Window] Flags : C.unsigned; -- WINDOW_* flags (below) Caption : Window_Caption; -- Window title Visible : C.int; -- Visibility flag Dirty : C.int; -- Redraw flag Alignment : Window_Alignment; -- Initial position Title_Bar : System.Address; -- TODO AG_Titlebar Icon : System.Address; -- TODO AG_Icon Spacing : C.int; -- Container spacing Padding_Top : C.int; -- Container padding (top) Padding_Bottom : C.int; -- Container padding (bottom) Padding_Left : C.int; -- Container padding (left) Padding_Right : C.int; -- Container padding (right) Req_W, Req_H : C.int; -- Requested window size Min_W, Min_H : C.int; -- Minimum window size Bottom_Border_W : C.int; -- Bottom border width (px) Side_Borders_W : C.int; -- Side borders width (px) Resize_Control_W : C.int; -- Resize control width (px) Rect : SU.AG_Rect; -- Effective view rectangle Rect_Saved : SU.AG_Rect; -- For post-{min,max}imize restore Min_Size_Pct : C.int; -- Size in % for MINSIZE_IS_PCT Focused_Widget_Count : C.int; -- Number of focused widgets Excl_Motion_Widget : Widget_Access; -- Process mousemotion exclusively Window_Function : WM_Function; -- High-level WM function Zoom_Pct : C.int; -- Effective zoom level in % Parent_Window : Window_Access; -- Parent window Transient_For_Window : Window_Access; -- Is transient for that window Pinned_To_Window : Window_Access; -- Is pinned to that window Entry_in_User : Entry_in_User_t; -- In optional user linked list Private_Data : Window_Private_t; end record with Convention => C; -- Flags -- WINDOW_MODAL : constant C.unsigned := 16#0000_0001#; -- App modal WINDOW_MAXIMIZED : constant C.unsigned := 16#0000_0002#; -- Maximized WINDOW_MINIMIZED : constant C.unsigned := 16#0000_0004#; -- Minimized WINDOW_KEEP_ABOVE : constant C.unsigned := 16#0000_0008#; -- Keep above others WINDOW_KEEP_BELOW : constant C.unsigned := 16#0000_0010#; -- Keep below others WINDOW_DENY_FOCUS : constant C.unsigned := 16#0000_0020#; -- Reject focus WINDOW_NO_TITLE : constant C.unsigned := 16#0000_0040#; -- No titlebar WINDOW_NO_BORDERS : constant C.unsigned := 16#0000_0080#; -- No borders WINDOW_NO_H_RESIZE : constant C.unsigned := 16#0000_0100#; -- No horiz resize WINDOW_NO_V_RESIZE : constant C.unsigned := 16#0000_0200#; -- No vert resize WINDOW_NO_CLOSE : constant C.unsigned := 16#0000_0400#; -- No close button WINDOW_NO_MINIMIZE : constant C.unsigned := 16#0000_0800#; -- No minimize button WINDOW_NO_MAXIMIZE : constant C.unsigned := 16#0000_1000#; -- No maximize button WINDOW_TILEABLE : constant C.unsigned := 16#0000_2000#; -- WM can tile WINDOW_MINSIZE_IS_PCT : constant C.unsigned := 16#0000_4000#; -- Min size is in % WINDOW_NO_BACKGROUND : constant C.unsigned := 16#0000_8000#; -- No bg fill WINDOW_MAIN : constant C.unsigned := 16#0001_0000#; -- Exit when closed WINDOW_FOCUS_ON_ATTACH : constant C.unsigned := 16#0002_0000#; -- Focus after attach WINDOW_H_MAXIMIZE : constant C.unsigned := 16#0004_0000#; -- Keep maximized horizontally WINDOW_V_MAXIMIZE : constant C.unsigned := 16#0008_0000#; -- Keep maximized vertically WINDOW_NO_MOVE : constant C.unsigned := 16#0010_0000#; -- Disable movement WINDOW_NO_CLIPPING : constant C.unsigned := 16#0020_0000#; -- No clipping rectangle over window WINDOW_MODKEY_EVENTS : constant C.unsigned := 16#0040_0000#; -- Modifier keys generate keyup/keydown WINDOW_DETACHING : constant C.unsigned := 16#0080_0000#; -- Detach in progress (read-only) WINDOW_NO_CURSOR_CHANGE : constant C.unsigned := 16#0400_0000#; -- Disable cursor updates WINDOW_FADE_IN : constant C.unsigned := 16#0800_0000#; -- Fade in (if supported) WINDOW_FADE_OUT : constant C.unsigned := 16#1000_0000#; -- Fade out (if supported) WINDOW_NO_RESIZE : constant C.unsigned := WINDOW_NO_H_RESIZE or WINDOW_NO_V_RESIZE; WINDOW_NO_BUTTONS : constant C.unsigned := WINDOW_NO_CLOSE or WINDOW_NO_MINIMIZE or WINDOW_NO_MAXIMIZE; WINDOW_PLAIN : constant C.unsigned := WINDOW_NO_TITLE or WINDOW_NO_BORDERS; -- -- Return the first visible widget intersecting a point or enclosing a -- rectangle (in view coordinates). Scan all drivers and return first match. -- --function Find_At_Point -- (Class : in String; -- X,Y : in Natural) return Widget_Access; --function Find_Enclosing_Rect -- (Class : in String; -- X,Y : in Natural; -- W,H : in Positive) return Widget_Access; -- -- Create / destroy a low-level driver instance. -- function Open_Driver (Class : Driver_Class_not_null_Access) return Driver_Access with Import, Convention => C, Link_Name => "AG_DriverOpen"; procedure Close_Driver (Driver : Driver_not_null_Access) with Import, Convention => C, Link_Name => "AG_DriverClose"; -- -- Return the driver instance for the given numerical ID. -- function Get_Driver (Driver_ID : C.unsigned) return Driver_Access with Import, Convention => C, Link_Name => "ag_get_driver_by_id"; -- -- Dump video memory to a jpeg file in ~/.<progname>/screenshot/. -- procedure Capture_Screenshot with Import, Convention => C, Link_Name => "AG_ViewCapture"; -- -- Render a widget to the display. -- Context: Low-level rendering (i.e., AG_Driver(3) code) -- procedure Draw (Widget : in Widget_not_null_Access) with Import, Convention => C, Link_Name => "AG_WidgetDraw"; -- -- Request a widget's preferred initial size. -- Context: Container widget's Size_Request or Size_Allocate operation. -- procedure Size_Req (Widget : in Widget_not_null_Access; Size : in SizeReq_not_null_Access) with Import, Convention => C, Link_Name => "AG_WidgetSizeReq"; -- -- Allocate an effective widget size and position. -- Context: Container widget's Size_Request or Size_Allocate operation. -- procedure Size_Alloc (Widget : in Widget_not_null_Access; Size : in SizeAlloc_not_null_Access) with Import, Convention => C, Link_Name => "AG_WidgetSizeAlloc"; -- -- Set whether to accept (or deny) focused state. -- procedure Set_Focusable (Widget : in Widget_not_null_Access; Enable : in Boolean); function Set_Focusable (Widget : in Widget_not_null_Access; Enable : in Boolean) return Boolean; -- -- Arrange for focus state to be forwarded automatically to the given -- Target widget (or null = disable focus forwarding). -- procedure Forward_Focus (Widget : in Widget_not_null_Access; Target : in Widget_Access) with Import, Convention => C, Link_Name => "AG_WidgetForwardFocus"; -- -- Focus on the widget (and implicitely its parents up to and including -- the parent window). -- procedure Focus (Widget : in Widget_not_null_Access) with Import, Convention => C, Link_Name => "AG_WidgetFocus"; function Focus (Widget : in Widget_not_null_Access) return Boolean; -- -- Remove focus state from the widget (and its children implicitely). -- procedure Unfocus (Widget : in Widget_not_null_Access) with Import, Convention => C, Link_Name => "AG_WidgetUnfocus"; -- -- Search for a focused widget under Root (which can also be a Window). -- function Find_Focused_Widget (Root : in Widget_not_null_Access) return Widget_Access with Import, Convention => C, Link_Name => "AG_WidgetFindFocused"; -- -- Return the topmost visible widget intersecting a display-coordinate point. -- function Find_Widget_At_Point (Class : String; X,Y : Natural) return Widget_Access; -- -- Return topmost visible widget enclosing a display-coordinate rectangle. -- function Find_Widget_Enclosing_Rect (Class : String; X,Y : Natural; Width, Height : Positive) return Widget_Access; -- -- Update the effective view coordinates of a widget and its descendants. -- procedure Update_Coordinates (Widget : in Widget_not_null_Access; X : in Natural; Y : in Natural); -- -- Attach a Surface to a Widget such that: -- -- 1) It is freed automatically when the widget is destroyed. -- 2) A hardware texture is generated automatically for it -- (where supported by the graphics backend). -- -- Returned handle is unique to the Widget (and is index into its internal -- Surfaces, Surface_Flags, Textures and Texcoords arrays). -- function Map_Surface (Widget : in Widget_not_null_Access; Surface : in SU.Surface_not_null_Access) return Surface_Handle with Import, Convention => C, Link_Name => "AG_WidgetMapSurface"; -- -- Delete and replace any Surface corresponding to the given handle (as -- returned by Map_Surface). The previous surface (if any) is freed, and -- any associated hardware texture is regenerated. -- -- Passing Surface => null is equivalent to calling Unmap_Surface. -- procedure Replace_Surface (Widget : in Widget_not_null_Access; Handle : in Surface_Handle; Surface : in SU.Surface_Access := null) with Import, Convention => C, Link_Name => "AG_WidgetReplaceSurface"; -- -- Free any Surface mapped to the given handle (as returned by Map_Surface). -- Delete any hardware texture associated with the surface. -- procedure Unmap_Surface (Widget : in Widget_not_null_Access; Handle : in Surface_Handle); -- -- Blit the surface (or render the hardware texture) at Source:[Handle], -- at target coordinates X,Y relative to Widget. -- -- Source may be different from Widget (i.e., Widgets may render other -- widgets' surfaces) as long as both widgets are in the same Window. -- procedure Blit_Surface (Widget : in Widget_not_null_Access; Source : in Widget_not_null_Access; Handle : in Surface_Handle; Src_Rect : in SU.Rect_Access := null; X,Y : in Natural := 0); -- -- Blit the surface (or render the hardware texture) at Widget:[Handle], -- at target coordinates X,Y relative to Widget. -- procedure Blit_Surface (Widget : in Widget_not_null_Access; Handle : in Surface_Handle; Src_Rect : in SU.Rect_Access := null; X,Y : in Natural := 0); -- -- Blit a Surface not managed by the Widget. This method is inefficient -- (no hardware acceleration) and should be avoided. -- procedure Blit_Surface (Widget : in Widget_not_null_Access; Surface : in SU.Surface_not_null_Access; X,Y : in Natural := 0); #if HAVE_OPENGL -- -- Coordinate-free variants of Blit_Surface for OpenGL-only widgets. -- Rely on GL transformations instead of coordinates. -- procedure Blit_Surface_GL (Widget : in Widget_not_null_Access; Handle : in Surface_Handle; Width, Height : in C.C_float := 1.0) with Import, Convention => C, Link_Name => "AG_WidgetBlitSurfaceGL"; procedure Blit_Surface_GL (Widget : in Widget_not_null_Access; Surface : in SU.Surface_not_null_Access; Width, Height : in C.C_float := 1.0) with Import, Convention => C, Link_Name => "AG_WidgetBlitGL"; procedure Blit_Surface_GL_Flipped (Widget : in Widget_not_null_Access; Surface : in SU.Surface_not_null_Access; Width, Height : in C.C_float := 1.0) with Import, Convention => C, Link_Name => "AG_WidgetBlitSurfaceFlippedGL"; -- -- Destroy all GL resources associated with a widget and its children -- (but in a way that allows us to regenerate the GL context later). -- procedure Free_GL_Resources (Widget : in Widget_not_null_Access) with Import, Convention => C, Link_Name => "AG_WidgetFreeResourcesGL"; -- -- Regenerate GL resources associated with a widget after loss of GL context. -- procedure Regen_GL_Resources (Widget : in Widget_not_null_Access) with Import, Convention => C, Link_Name => "AG_WidgetRegenResourcesGL"; #end if; -- -- Test whether widget is sensitive to view coordinates X,Y. -- function Is_Sensitive (Widget : in Widget_not_null_Access; X,Y : in Natural) return Boolean; -- -- Create a new mouse instance under a Driver. -- function New_Mouse (Driver : in Driver_not_null_Access; Descr : in String) return MSE.Mouse_Device_not_null_Access; -- -- Change the cursor if its coordinates overlap a registered cursor area. -- Generally called from window/driver code following a mouse motion event. -- procedure Mouse_Cursor_Update (Window : in Window_not_null_Access; X,Y : in Natural); -- -- Handle a mouse motion. -- Called from Driver code (agDrivers must be locked). -- procedure Process_Mouse_Motion (Window : in Window_not_null_Access; X,Y : in Natural; Xrel,Yrel : in Integer; Buttons : in MSE.Mouse_Button); -- -- Handle a mouse button press / release. -- Called from Driver code (agDrivers must be locked). -- procedure Process_Mouse_Button_Up (Window : in Window_not_null_Access; X,Y : in Natural; Button : in MSE.Mouse_Button); procedure Process_Mouse_Button_Down (Window : in Window_not_null_Access; X,Y : in Natural; Button : in MSE.Mouse_Button); -- -- Clear the internal cache of rendered glyphs. -- procedure Clear_Glyph_Cache (Driver : in Driver_not_null_Access) with Import, Convention => C, Link_Name => "AG_TextClearGlyphCache"; private function AG_WidgetSetFocusable (Widget : in Widget_not_null_Access; Enable : in C.int) return C.int with Import, Convention => C, Link_Name => "AG_WidgetSetFocusable"; function AG_WidgetFocus (Widget : in Widget_not_null_Access) return C.int with Import, Convention => C, Link_Name => "AG_WidgetFocus"; function AG_WidgetFindPoint (Class : in CS.chars_ptr; X,Y : in C.int) return Widget_Access with Import, Convention => C, Link_Name => "AG_WidgetFindPoint"; function AG_WidgetFindRect (Class : in CS.chars_ptr; X,Y : in C.int; Width : in C.int; Height : in C.int) return Widget_Access with Import, Convention => C, Link_Name => "AG_WidgetFindRect"; procedure AG_WidgetUpdateCoords (Widget : in Widget_not_null_Access; X,Y : in C.int) with Import, Convention => C, Link_Name => "AG_WidgetUpdateCoords"; procedure AG_WidgetBlitFrom (Widget : in Widget_not_null_Access; Source : in Widget_not_null_Access; Handle : in Surface_Handle; Src_Rect : in SU.Rect_Access; X,Y : in C.int) with Import, Convention => C, Link_Name => "ag_widget_blit_from"; procedure AG_WidgetBlit (Widget : in Widget_not_null_Access; Surface : in SU.Surface_not_null_Access; X,Y : in C.int) with Import, Convention => C, Link_Name => "ag_widget_blit"; function AG_WidgetSensitive (Widget : in Widget_not_null_Access; X,Y : in C.int) return C.int with Import, Convention => C, Link_Name => "AG_WidgetSensitive"; function AG_MouseNew (Driver : in Driver_not_null_Access; Descr : in CS.chars_ptr) return MSE.Mouse_Device_not_null_Access with Import, Convention => C, Link_Name => "AG_MouseNew"; procedure AG_MouseCursorUpdate (Window : Window_not_null_Access; X,Y : C.int) with Import, Convention => C, Link_Name => "AG_MouseCursorUpdate"; procedure AG_ProcessMouseMotion (Window : Window_not_null_Access; X,Y : C.int; Xrel,Yrel : C.int; Buttons : MSE.Mouse_Button) with Import, Convention => C, Link_Name => "AG_ProcessMouseMotion"; procedure AG_ProcessMouseButtonUp (Window : Window_not_null_Access; X,Y : C.int; Button : MSE.Mouse_Button) with Import, Convention => C, Link_Name => "AG_ProcessMouseButtonUp"; procedure AG_ProcessMouseButtonDown (Window : Window_not_null_Access; X,Y : C.int; Button : MSE.Mouse_Button) with Import, Convention => C, Link_Name => "AG_ProcessMouseButtonDown"; end Agar.Widget;
-- { dg-do compile } -- { dg-options "-O3" } package body Loop_Optimization15 is type Integer_Array_T is array (B16_T range <>) of Integer; Len : constant B16_T := 10; Src : constant Integer_Array_T (1 .. Len) := (others => 0); Dst : Integer_Array_T (1 .. Len); procedure Proc (L : B16_T) is begin for I in 1 .. B16_T'Min (L, Len) loop Dst (I) := Src (I); end loop; end; end Loop_Optimization15;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- S Y S T E M . T A S K _ P R I M I T I V E S . O P E R A T I O N S -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2019, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- ------------------------------------------------------------------------------ -- This is a NT (native) version of this package -- This package contains all the GNULL primitives that interface directly with -- the underlying OS. pragma Polling (Off); -- Turn off polling, we do not want ATC polling to take place during tasking -- operations. It causes infinite loops and other problems. with Interfaces.C; with Interfaces.C.Strings; with System.Float_Control; with System.Interrupt_Management; with System.Multiprocessors; with System.OS_Primitives; with System.Task_Info; with System.Tasking.Debug; with System.Win32.Ext; with System.Soft_Links; -- We use System.Soft_Links instead of System.Tasking.Initialization because -- the later is a higher level package that we shouldn't depend on. For -- example when using the restricted run time, it is replaced by -- System.Tasking.Restricted.Stages. package body System.Task_Primitives.Operations is package SSL renames System.Soft_Links; use Interfaces.C; use Interfaces.C.Strings; use System.OS_Interface; use System.OS_Primitives; use System.Parameters; use System.Task_Info; use System.Tasking; use System.Tasking.Debug; use System.Win32; use System.Win32.Ext; pragma Link_With ("-Xlinker --stack=0x200000,0x1000"); -- Change the default stack size (2 MB) for tasking programs on Windows. -- This allows about 1000 tasks running at the same time. Note that -- we set the stack size for non tasking programs on System unit. -- Also note that under Windows XP, we use a Windows XP extension to -- specify the stack size on a per task basis, as done under other OSes. --------------------- -- Local Functions -- --------------------- procedure InitializeCriticalSection (pCriticalSection : access RTS_Lock); procedure InitializeCriticalSection (pCriticalSection : access CRITICAL_SECTION); pragma Import (Stdcall, InitializeCriticalSection, "InitializeCriticalSection"); procedure EnterCriticalSection (pCriticalSection : access RTS_Lock); procedure EnterCriticalSection (pCriticalSection : access CRITICAL_SECTION); pragma Import (Stdcall, EnterCriticalSection, "EnterCriticalSection"); procedure LeaveCriticalSection (pCriticalSection : access RTS_Lock); procedure LeaveCriticalSection (pCriticalSection : access CRITICAL_SECTION); pragma Import (Stdcall, LeaveCriticalSection, "LeaveCriticalSection"); procedure DeleteCriticalSection (pCriticalSection : access RTS_Lock); procedure DeleteCriticalSection (pCriticalSection : access CRITICAL_SECTION); pragma Import (Stdcall, DeleteCriticalSection, "DeleteCriticalSection"); ---------------- -- Local Data -- ---------------- Environment_Task_Id : Task_Id; -- A variable to hold Task_Id for the environment task Single_RTS_Lock : aliased RTS_Lock; -- This is a lock to allow only one thread of control in the RTS at -- a time; it is used to execute in mutual exclusion from all other tasks. -- Used mainly in Single_Lock mode, but also to protect All_Tasks_List Time_Slice_Val : Integer; pragma Import (C, Time_Slice_Val, "__gl_time_slice_val"); Dispatching_Policy : Character; pragma Import (C, Dispatching_Policy, "__gl_task_dispatching_policy"); function Get_Policy (Prio : System.Any_Priority) return Character; pragma Import (C, Get_Policy, "__gnat_get_specific_dispatching"); -- Get priority specific dispatching policy Foreign_Task_Elaborated : aliased Boolean := True; -- Used to identified fake tasks (i.e., non-Ada Threads) Null_Thread_Id : constant Thread_Id := 0; -- Constant to indicate that the thread identifier has not yet been -- initialized. ------------------------------------ -- The thread local storage index -- ------------------------------------ TlsIndex : DWORD; pragma Export (Ada, TlsIndex); -- To ensure that this variable won't be local to this package, since -- in some cases, inlining forces this variable to be global anyway. -------------------- -- Local Packages -- -------------------- package Specific is function Is_Valid_Task return Boolean; pragma Inline (Is_Valid_Task); -- Does executing thread have a TCB? procedure Set (Self_Id : Task_Id); pragma Inline (Set); -- Set the self id for the current task end Specific; package body Specific is ------------------- -- Is_Valid_Task -- ------------------- function Is_Valid_Task return Boolean is begin return TlsGetValue (TlsIndex) /= System.Null_Address; end Is_Valid_Task; --------- -- Set -- --------- procedure Set (Self_Id : Task_Id) is Succeeded : BOOL; begin Succeeded := TlsSetValue (TlsIndex, To_Address (Self_Id)); pragma Assert (Succeeded = Win32.TRUE); end Set; end Specific; ---------------------------------- -- ATCB allocation/deallocation -- ---------------------------------- package body ATCB_Allocation is separate; -- The body of this package is shared across several targets --------------------------------- -- Support for foreign threads -- --------------------------------- function Register_Foreign_Thread (Thread : Thread_Id; Sec_Stack_Size : Size_Type := Unspecified_Size) return Task_Id; -- Allocate and initialize a new ATCB for the current Thread. The size of -- the secondary stack can be optionally specified. function Register_Foreign_Thread (Thread : Thread_Id; Sec_Stack_Size : Size_Type := Unspecified_Size) return Task_Id is separate; ---------------------------------- -- Condition Variable Functions -- ---------------------------------- procedure Initialize_Cond (Cond : not null access Condition_Variable); -- Initialize given condition variable Cond procedure Finalize_Cond (Cond : not null access Condition_Variable); -- Finalize given condition variable Cond procedure Cond_Signal (Cond : not null access Condition_Variable); -- Signal condition variable Cond procedure Cond_Wait (Cond : not null access Condition_Variable; L : not null access RTS_Lock); -- Wait on conditional variable Cond, using lock L procedure Cond_Timed_Wait (Cond : not null access Condition_Variable; L : not null access RTS_Lock; Rel_Time : Duration; Timed_Out : out Boolean; Status : out Integer); -- Do timed wait on condition variable Cond using lock L. The duration -- of the timed wait is given by Rel_Time. When the condition is -- signalled, Timed_Out shows whether or not a time out occurred. -- Status is only valid if Timed_Out is False, in which case it -- shows whether Cond_Timed_Wait completed successfully. --------------------- -- Initialize_Cond -- --------------------- procedure Initialize_Cond (Cond : not null access Condition_Variable) is hEvent : HANDLE; begin hEvent := CreateEvent (null, Win32.TRUE, Win32.FALSE, Null_Ptr); pragma Assert (hEvent /= 0); Cond.all := Condition_Variable (hEvent); end Initialize_Cond; ------------------- -- Finalize_Cond -- ------------------- -- No such problem here, DosCloseEventSem has been derived. -- What does such refer to in above comment??? procedure Finalize_Cond (Cond : not null access Condition_Variable) is Result : BOOL; begin Result := CloseHandle (HANDLE (Cond.all)); pragma Assert (Result = Win32.TRUE); end Finalize_Cond; ----------------- -- Cond_Signal -- ----------------- procedure Cond_Signal (Cond : not null access Condition_Variable) is Result : BOOL; begin Result := SetEvent (HANDLE (Cond.all)); pragma Assert (Result = Win32.TRUE); end Cond_Signal; --------------- -- Cond_Wait -- --------------- -- Pre-condition: Cond is posted -- L is locked. -- Post-condition: Cond is posted -- L is locked. procedure Cond_Wait (Cond : not null access Condition_Variable; L : not null access RTS_Lock) is Result : DWORD; Result_Bool : BOOL; begin -- Must reset Cond BEFORE L is unlocked Result_Bool := ResetEvent (HANDLE (Cond.all)); pragma Assert (Result_Bool = Win32.TRUE); Unlock (L, Global_Lock => True); -- No problem if we are interrupted here: if the condition is signaled, -- WaitForSingleObject will simply not block Result := WaitForSingleObject (HANDLE (Cond.all), Wait_Infinite); pragma Assert (Result = 0); Write_Lock (L, Global_Lock => True); end Cond_Wait; --------------------- -- Cond_Timed_Wait -- --------------------- -- Pre-condition: Cond is posted -- L is locked. -- Post-condition: Cond is posted -- L is locked. procedure Cond_Timed_Wait (Cond : not null access Condition_Variable; L : not null access RTS_Lock; Rel_Time : Duration; Timed_Out : out Boolean; Status : out Integer) is Time_Out_Max : constant DWORD := 16#FFFF0000#; -- NT 4 can't handle excessive timeout values (e.g. DWORD'Last - 1) Time_Out : DWORD; Result : BOOL; Wait_Result : DWORD; begin -- Must reset Cond BEFORE L is unlocked Result := ResetEvent (HANDLE (Cond.all)); pragma Assert (Result = Win32.TRUE); Unlock (L, Global_Lock => True); -- No problem if we are interrupted here: if the condition is signaled, -- WaitForSingleObject will simply not block. if Rel_Time <= 0.0 then Timed_Out := True; Wait_Result := 0; else Time_Out := (if Rel_Time >= Duration (Time_Out_Max) / 1000 then Time_Out_Max else DWORD (Rel_Time * 1000)); Wait_Result := WaitForSingleObject (HANDLE (Cond.all), Time_Out); if Wait_Result = WAIT_TIMEOUT then Timed_Out := True; Wait_Result := 0; else Timed_Out := False; end if; end if; Write_Lock (L, Global_Lock => True); -- Ensure post-condition if Timed_Out then Result := SetEvent (HANDLE (Cond.all)); pragma Assert (Result = Win32.TRUE); end if; Status := Integer (Wait_Result); end Cond_Timed_Wait; ------------------ -- Stack_Guard -- ------------------ -- The underlying thread system sets a guard page at the bottom of a thread -- stack, so nothing is needed. -- ??? Check the comment above procedure Stack_Guard (T : ST.Task_Id; On : Boolean) is pragma Unreferenced (T, On); begin null; end Stack_Guard; -------------------- -- Get_Thread_Id -- -------------------- function Get_Thread_Id (T : ST.Task_Id) return OSI.Thread_Id is begin return T.Common.LL.Thread; end Get_Thread_Id; ---------- -- Self -- ---------- function Self return Task_Id is Self_Id : constant Task_Id := To_Task_Id (TlsGetValue (TlsIndex)); begin if Self_Id = null then return Register_Foreign_Thread (GetCurrentThread); else return Self_Id; end if; end Self; --------------------- -- Initialize_Lock -- --------------------- -- Note: mutexes and cond_variables needed per-task basis are initialized -- in Initialize_TCB and the Storage_Error is handled. Other mutexes (such -- as RTS_Lock, Memory_Lock...) used in the RTS is initialized before any -- status change of RTS. Therefore raising Storage_Error in the following -- routines should be able to be handled safely. procedure Initialize_Lock (Prio : System.Any_Priority; L : not null access Lock) is begin InitializeCriticalSection (L.Mutex'Access); L.Owner_Priority := 0; L.Priority := Prio; end Initialize_Lock; procedure Initialize_Lock (L : not null access RTS_Lock; Level : Lock_Level) is pragma Unreferenced (Level); begin InitializeCriticalSection (L); end Initialize_Lock; ------------------- -- Finalize_Lock -- ------------------- procedure Finalize_Lock (L : not null access Lock) is begin DeleteCriticalSection (L.Mutex'Access); end Finalize_Lock; procedure Finalize_Lock (L : not null access RTS_Lock) is begin DeleteCriticalSection (L); end Finalize_Lock; ---------------- -- Write_Lock -- ---------------- procedure Write_Lock (L : not null access Lock; Ceiling_Violation : out Boolean) is begin L.Owner_Priority := Get_Priority (Self); if L.Priority < L.Owner_Priority then Ceiling_Violation := True; return; end if; EnterCriticalSection (L.Mutex'Access); Ceiling_Violation := False; end Write_Lock; procedure Write_Lock (L : not null access RTS_Lock; Global_Lock : Boolean := False) is begin if not Single_Lock or else Global_Lock then EnterCriticalSection (L); end if; end Write_Lock; procedure Write_Lock (T : Task_Id) is begin if not Single_Lock then EnterCriticalSection (T.Common.LL.L'Access); end if; end Write_Lock; --------------- -- Read_Lock -- --------------- procedure Read_Lock (L : not null access Lock; Ceiling_Violation : out Boolean) is begin Write_Lock (L, Ceiling_Violation); end Read_Lock; ------------ -- Unlock -- ------------ procedure Unlock (L : not null access Lock) is begin LeaveCriticalSection (L.Mutex'Access); end Unlock; procedure Unlock (L : not null access RTS_Lock; Global_Lock : Boolean := False) is begin if not Single_Lock or else Global_Lock then LeaveCriticalSection (L); end if; end Unlock; procedure Unlock (T : Task_Id) is begin if not Single_Lock then LeaveCriticalSection (T.Common.LL.L'Access); end if; end Unlock; ----------------- -- Set_Ceiling -- ----------------- -- Dynamic priority ceilings are not supported by the underlying system procedure Set_Ceiling (L : not null access Lock; Prio : System.Any_Priority) is pragma Unreferenced (L, Prio); begin null; end Set_Ceiling; ----------- -- Sleep -- ----------- procedure Sleep (Self_ID : Task_Id; Reason : System.Tasking.Task_States) is pragma Unreferenced (Reason); begin pragma Assert (Self_ID = Self); if Single_Lock then Cond_Wait (Self_ID.Common.LL.CV'Access, Single_RTS_Lock'Access); else Cond_Wait (Self_ID.Common.LL.CV'Access, Self_ID.Common.LL.L'Access); end if; if Self_ID.Deferral_Level = 0 and then Self_ID.Pending_ATC_Level < Self_ID.ATC_Nesting_Level then Unlock (Self_ID); raise Standard'Abort_Signal; end if; end Sleep; ----------------- -- Timed_Sleep -- ----------------- -- This is for use within the run-time system, so abort is assumed to be -- already deferred, and the caller should be holding its own ATCB lock. procedure Timed_Sleep (Self_ID : Task_Id; Time : Duration; Mode : ST.Delay_Modes; Reason : System.Tasking.Task_States; Timedout : out Boolean; Yielded : out Boolean) is pragma Unreferenced (Reason); Check_Time : Duration := Monotonic_Clock; Rel_Time : Duration; Abs_Time : Duration; Result : Integer; pragma Unreferenced (Result); Local_Timedout : Boolean; begin Timedout := True; Yielded := False; if Mode = Relative then Rel_Time := Time; Abs_Time := Duration'Min (Time, Max_Sensible_Delay) + Check_Time; else Rel_Time := Time - Check_Time; Abs_Time := Time; end if; if Rel_Time > 0.0 then loop exit when Self_ID.Pending_ATC_Level < Self_ID.ATC_Nesting_Level; if Single_Lock then Cond_Timed_Wait (Self_ID.Common.LL.CV'Access, Single_RTS_Lock'Access, Rel_Time, Local_Timedout, Result); else Cond_Timed_Wait (Self_ID.Common.LL.CV'Access, Self_ID.Common.LL.L'Access, Rel_Time, Local_Timedout, Result); end if; Check_Time := Monotonic_Clock; exit when Abs_Time <= Check_Time; if not Local_Timedout then -- Somebody may have called Wakeup for us Timedout := False; exit; end if; Rel_Time := Abs_Time - Check_Time; end loop; end if; end Timed_Sleep; ----------------- -- Timed_Delay -- ----------------- procedure Timed_Delay (Self_ID : Task_Id; Time : Duration; Mode : ST.Delay_Modes) is Check_Time : Duration := Monotonic_Clock; Rel_Time : Duration; Abs_Time : Duration; Timedout : Boolean; Result : Integer; pragma Unreferenced (Timedout, Result); begin if Single_Lock then Lock_RTS; end if; Write_Lock (Self_ID); if Mode = Relative then Rel_Time := Time; Abs_Time := Time + Check_Time; else Rel_Time := Time - Check_Time; Abs_Time := Time; end if; if Rel_Time > 0.0 then Self_ID.Common.State := Delay_Sleep; loop exit when Self_ID.Pending_ATC_Level < Self_ID.ATC_Nesting_Level; if Single_Lock then Cond_Timed_Wait (Self_ID.Common.LL.CV'Access, Single_RTS_Lock'Access, Rel_Time, Timedout, Result); else Cond_Timed_Wait (Self_ID.Common.LL.CV'Access, Self_ID.Common.LL.L'Access, Rel_Time, Timedout, Result); end if; Check_Time := Monotonic_Clock; exit when Abs_Time <= Check_Time; Rel_Time := Abs_Time - Check_Time; end loop; Self_ID.Common.State := Runnable; end if; Unlock (Self_ID); if Single_Lock then Unlock_RTS; end if; Yield; end Timed_Delay; ------------ -- Wakeup -- ------------ procedure Wakeup (T : Task_Id; Reason : System.Tasking.Task_States) is pragma Unreferenced (Reason); begin Cond_Signal (T.Common.LL.CV'Access); end Wakeup; ----------- -- Yield -- ----------- procedure Yield (Do_Yield : Boolean := True) is begin -- Note: in a previous implementation if Do_Yield was False, then we -- introduced a delay of 1 millisecond in an attempt to get closer to -- annex D semantics, and in particular to make ACATS CXD8002 pass. But -- this change introduced a huge performance regression evaluating the -- Count attribute. So we decided to remove this processing. -- Moreover, CXD8002 appears to pass on Windows (although we do not -- guarantee full Annex D compliance on Windows in any case). if Do_Yield then SwitchToThread; end if; end Yield; ------------------ -- Set_Priority -- ------------------ procedure Set_Priority (T : Task_Id; Prio : System.Any_Priority; Loss_Of_Inheritance : Boolean := False) is Res : BOOL; pragma Unreferenced (Loss_Of_Inheritance); begin Res := SetThreadPriority (T.Common.LL.Thread, Interfaces.C.int (Underlying_Priorities (Prio))); pragma Assert (Res = Win32.TRUE); -- Note: Annex D (RM D.2.3(5/2)) requires the task to be placed at the -- head of its priority queue when decreasing its priority as a result -- of a loss of inherited priority. This is not the case, but we -- consider it an acceptable variation (RM 1.1.3(6)), given this is -- the built-in behavior offered by the Windows operating system. -- In older versions we attempted to better approximate the Annex D -- required behavior, but this simulation was not entirely accurate, -- and it seems better to live with the standard Windows semantics. T.Common.Current_Priority := Prio; end Set_Priority; ------------------ -- Get_Priority -- ------------------ function Get_Priority (T : Task_Id) return System.Any_Priority is begin return T.Common.Current_Priority; end Get_Priority; ---------------- -- Enter_Task -- ---------------- -- There were two paths were we needed to call Enter_Task : -- 1) from System.Task_Primitives.Operations.Initialize -- 2) from System.Tasking.Stages.Task_Wrapper -- The pseudo handle (LL.Thread) need not be closed when it is no -- longer needed. Calling the CloseHandle function with this handle -- has no effect. procedure Enter_Task (Self_ID : Task_Id) is procedure Get_Stack_Bounds (Base : Address; Limit : Address); pragma Import (C, Get_Stack_Bounds, "__gnat_get_stack_bounds"); -- Get stack boundaries begin Specific.Set (Self_ID); -- Properly initializes the FPU for x86 systems System.Float_Control.Reset; if Self_ID.Common.Task_Info /= null and then Self_ID.Common.Task_Info.CPU >= CPU_Number (Number_Of_Processors) then raise Invalid_CPU_Number; end if; -- Initialize the thread here only if not set. This is done for a -- foreign task but is not needed when a real thread-id is already -- set in Create_Task. Note that we do want to keep the real thread-id -- as it is the only way to free the associated resource. Another way -- to say this is that a pseudo thread-id from a foreign thread won't -- allow for freeing resources. if Self_ID.Common.LL.Thread = Null_Thread_Id then Self_ID.Common.LL.Thread := GetCurrentThread; end if; Self_ID.Common.LL.Thread_Id := GetCurrentThreadId; Get_Stack_Bounds (Self_ID.Common.Compiler_Data.Pri_Stack_Info.Base'Address, Self_ID.Common.Compiler_Data.Pri_Stack_Info.Limit'Address); end Enter_Task; ------------------- -- Is_Valid_Task -- ------------------- function Is_Valid_Task return Boolean renames Specific.Is_Valid_Task; ----------------------------- -- Register_Foreign_Thread -- ----------------------------- function Register_Foreign_Thread return Task_Id is begin if Is_Valid_Task then return Self; else return Register_Foreign_Thread (GetCurrentThread); end if; end Register_Foreign_Thread; -------------------- -- Initialize_TCB -- -------------------- procedure Initialize_TCB (Self_ID : Task_Id; Succeeded : out Boolean) is begin -- Initialize thread ID to 0, this is needed to detect threads that -- are not yet activated. Self_ID.Common.LL.Thread := Null_Thread_Id; Initialize_Cond (Self_ID.Common.LL.CV'Access); if not Single_Lock then Initialize_Lock (Self_ID.Common.LL.L'Access, ATCB_Level); end if; Succeeded := True; end Initialize_TCB; ----------------- -- Create_Task -- ----------------- procedure Create_Task (T : Task_Id; Wrapper : System.Address; Stack_Size : System.Parameters.Size_Type; Priority : System.Any_Priority; Succeeded : out Boolean) is Initial_Stack_Size : constant := 1024; -- We set the initial stack size to 1024. On Windows version prior to XP -- there is no way to fix a task stack size. Only the initial stack size -- can be set, the operating system will raise the task stack size if -- needed. function Is_Windows_XP return Integer; pragma Import (C, Is_Windows_XP, "__gnat_is_windows_xp"); -- Returns 1 if running on Windows XP hTask : HANDLE; TaskId : aliased DWORD; pTaskParameter : Win32.PVOID; Result : DWORD; Entry_Point : PTHREAD_START_ROUTINE; use type System.Multiprocessors.CPU_Range; begin -- Check whether both Dispatching_Domain and CPU are specified for the -- task, and the CPU value is not contained within the range of -- processors for the domain. if T.Common.Domain /= null and then T.Common.Base_CPU /= System.Multiprocessors.Not_A_Specific_CPU and then (T.Common.Base_CPU not in T.Common.Domain'Range or else not T.Common.Domain (T.Common.Base_CPU)) then Succeeded := False; return; end if; pTaskParameter := To_Address (T); Entry_Point := To_PTHREAD_START_ROUTINE (Wrapper); if Is_Windows_XP = 1 then hTask := CreateThread (null, DWORD (Stack_Size), Entry_Point, pTaskParameter, DWORD (Create_Suspended) or DWORD (Stack_Size_Param_Is_A_Reservation), TaskId'Unchecked_Access); else hTask := CreateThread (null, Initial_Stack_Size, Entry_Point, pTaskParameter, DWORD (Create_Suspended), TaskId'Unchecked_Access); end if; -- Step 1: Create the thread in blocked mode if hTask = 0 then Succeeded := False; return; end if; -- Step 2: set its TCB T.Common.LL.Thread := hTask; -- Note: it would be useful to initialize Thread_Id right away to avoid -- a race condition in gdb where Thread_ID may not have the right value -- yet, but GetThreadId is a Vista specific API, not available under XP: -- T.Common.LL.Thread_Id := GetThreadId (hTask); so instead we set the -- field to 0 to avoid having a random value. Thread_Id is initialized -- in Enter_Task anyway. T.Common.LL.Thread_Id := 0; -- Step 3: set its priority (child has inherited priority from parent) Set_Priority (T, Priority); if Time_Slice_Val = 0 or else Dispatching_Policy = 'F' or else Get_Policy (Priority) = 'F' then -- Here we need Annex D semantics so we disable the NT priority -- boost. A priority boost is temporarily given by the system to -- a thread when it is taken out of a wait state. SetThreadPriorityBoost (hTask, DisablePriorityBoost => Win32.TRUE); end if; -- Step 4: Handle pragma CPU and Task_Info Set_Task_Affinity (T); -- Step 5: Now, start it for good Result := ResumeThread (hTask); pragma Assert (Result = 1); Succeeded := Result = 1; end Create_Task; ------------------ -- Finalize_TCB -- ------------------ procedure Finalize_TCB (T : Task_Id) is Succeeded : BOOL; pragma Unreferenced (Succeeded); begin if not Single_Lock then Finalize_Lock (T.Common.LL.L'Access); end if; Finalize_Cond (T.Common.LL.CV'Access); if T.Known_Tasks_Index /= -1 then Known_Tasks (T.Known_Tasks_Index) := null; end if; if T.Common.LL.Thread /= Null_Thread_Id then -- This task has been activated. Close the thread handle. This -- is needed to release system resources. Succeeded := CloseHandle (T.Common.LL.Thread); -- Note that we do not check for the returned value, this is -- because the above call will fail for a foreign thread. But -- we still need to call it to properly close Ada tasks created -- with CreateThread() in Create_Task above. end if; ATCB_Allocation.Free_ATCB (T); end Finalize_TCB; --------------- -- Exit_Task -- --------------- procedure Exit_Task is begin Specific.Set (null); end Exit_Task; ---------------- -- Abort_Task -- ---------------- procedure Abort_Task (T : Task_Id) is pragma Unreferenced (T); begin null; end Abort_Task; ---------------------- -- Environment_Task -- ---------------------- function Environment_Task return Task_Id is begin return Environment_Task_Id; end Environment_Task; -------------- -- Lock_RTS -- -------------- procedure Lock_RTS is begin Write_Lock (Single_RTS_Lock'Access, Global_Lock => True); end Lock_RTS; ---------------- -- Unlock_RTS -- ---------------- procedure Unlock_RTS is begin Unlock (Single_RTS_Lock'Access, Global_Lock => True); end Unlock_RTS; ---------------- -- Initialize -- ---------------- procedure Initialize (Environment_Task : Task_Id) is Discard : BOOL; begin Environment_Task_Id := Environment_Task; OS_Primitives.Initialize; Interrupt_Management.Initialize; if Time_Slice_Val = 0 or else Dispatching_Policy = 'F' then -- Here we need Annex D semantics, switch the current process to the -- Realtime_Priority_Class. Discard := OS_Interface.SetPriorityClass (GetCurrentProcess, Realtime_Priority_Class); end if; TlsIndex := TlsAlloc; -- Initialize the lock used to synchronize chain of all ATCBs Initialize_Lock (Single_RTS_Lock'Access, RTS_Lock_Level); Environment_Task.Common.LL.Thread := GetCurrentThread; -- Make environment task known here because it doesn't go through -- Activate_Tasks, which does it for all other tasks. Known_Tasks (Known_Tasks'First) := Environment_Task; Environment_Task.Known_Tasks_Index := Known_Tasks'First; Enter_Task (Environment_Task); -- pragma CPU and dispatching domains for the environment task Set_Task_Affinity (Environment_Task); end Initialize; --------------------- -- Monotonic_Clock -- --------------------- function Monotonic_Clock return Duration is function Internal_Clock return Duration; pragma Import (Ada, Internal_Clock, "__gnat_monotonic_clock"); begin return Internal_Clock; end Monotonic_Clock; ------------------- -- RT_Resolution -- ------------------- function RT_Resolution return Duration is Ticks_Per_Second : aliased LARGE_INTEGER; begin QueryPerformanceFrequency (Ticks_Per_Second'Access); return Duration (1.0 / Ticks_Per_Second); end RT_Resolution; ---------------- -- Initialize -- ---------------- procedure Initialize (S : in out Suspension_Object) is begin -- Initialize internal state. It is always initialized to False (ARM -- D.10 par. 6). S.State := False; S.Waiting := False; -- Initialize internal mutex InitializeCriticalSection (S.L'Access); -- Initialize internal condition variable S.CV := CreateEvent (null, Win32.TRUE, Win32.FALSE, Null_Ptr); pragma Assert (S.CV /= 0); end Initialize; -------------- -- Finalize -- -------------- procedure Finalize (S : in out Suspension_Object) is Result : BOOL; begin -- Destroy internal mutex DeleteCriticalSection (S.L'Access); -- Destroy internal condition variable Result := CloseHandle (S.CV); pragma Assert (Result = Win32.TRUE); end Finalize; ------------------- -- Current_State -- ------------------- function Current_State (S : Suspension_Object) return Boolean is begin -- We do not want to use lock on this read operation. State is marked -- as Atomic so that we ensure that the value retrieved is correct. return S.State; end Current_State; --------------- -- Set_False -- --------------- procedure Set_False (S : in out Suspension_Object) is begin SSL.Abort_Defer.all; EnterCriticalSection (S.L'Access); S.State := False; LeaveCriticalSection (S.L'Access); SSL.Abort_Undefer.all; end Set_False; -------------- -- Set_True -- -------------- procedure Set_True (S : in out Suspension_Object) is Result : BOOL; begin SSL.Abort_Defer.all; EnterCriticalSection (S.L'Access); -- If there is already a task waiting on this suspension object then -- we resume it, leaving the state of the suspension object to False, -- as it is specified in ARM D.10 par. 9. Otherwise, it just leaves -- the state to True. if S.Waiting then S.Waiting := False; S.State := False; Result := SetEvent (S.CV); pragma Assert (Result = Win32.TRUE); else S.State := True; end if; LeaveCriticalSection (S.L'Access); SSL.Abort_Undefer.all; end Set_True; ------------------------ -- Suspend_Until_True -- ------------------------ procedure Suspend_Until_True (S : in out Suspension_Object) is Result : DWORD; Result_Bool : BOOL; begin SSL.Abort_Defer.all; EnterCriticalSection (S.L'Access); if S.Waiting then -- Program_Error must be raised upon calling Suspend_Until_True -- if another task is already waiting on that suspension object -- (ARM D.10 par. 10). LeaveCriticalSection (S.L'Access); SSL.Abort_Undefer.all; raise Program_Error; else -- Suspend the task if the state is False. Otherwise, the task -- continues its execution, and the state of the suspension object -- is set to False (ARM D.10 par. 9). if S.State then S.State := False; LeaveCriticalSection (S.L'Access); SSL.Abort_Undefer.all; else S.Waiting := True; -- Must reset CV BEFORE L is unlocked Result_Bool := ResetEvent (S.CV); pragma Assert (Result_Bool = Win32.TRUE); LeaveCriticalSection (S.L'Access); SSL.Abort_Undefer.all; Result := WaitForSingleObject (S.CV, Wait_Infinite); pragma Assert (Result = 0); end if; end if; end Suspend_Until_True; ---------------- -- Check_Exit -- ---------------- -- Dummy versions, currently this only works for solaris (native) function Check_Exit (Self_ID : ST.Task_Id) return Boolean is pragma Unreferenced (Self_ID); begin return True; end Check_Exit; -------------------- -- Check_No_Locks -- -------------------- function Check_No_Locks (Self_ID : ST.Task_Id) return Boolean is pragma Unreferenced (Self_ID); begin return True; end Check_No_Locks; ------------------ -- Suspend_Task -- ------------------ function Suspend_Task (T : ST.Task_Id; Thread_Self : Thread_Id) return Boolean is begin if T.Common.LL.Thread /= Thread_Self then return SuspendThread (T.Common.LL.Thread) = NO_ERROR; else return True; end if; end Suspend_Task; ----------------- -- Resume_Task -- ----------------- function Resume_Task (T : ST.Task_Id; Thread_Self : Thread_Id) return Boolean is begin if T.Common.LL.Thread /= Thread_Self then return ResumeThread (T.Common.LL.Thread) = NO_ERROR; else return True; end if; end Resume_Task; -------------------- -- Stop_All_Tasks -- -------------------- procedure Stop_All_Tasks is begin null; end Stop_All_Tasks; --------------- -- Stop_Task -- --------------- function Stop_Task (T : ST.Task_Id) return Boolean is pragma Unreferenced (T); begin return False; end Stop_Task; ------------------- -- Continue_Task -- ------------------- function Continue_Task (T : ST.Task_Id) return Boolean is pragma Unreferenced (T); begin return False; end Continue_Task; ----------------------- -- Set_Task_Affinity -- ----------------------- procedure Set_Task_Affinity (T : ST.Task_Id) is Result : DWORD; use type System.Multiprocessors.CPU_Range; begin -- Do nothing if the underlying thread has not yet been created. If the -- thread has not yet been created then the proper affinity will be set -- during its creation. if T.Common.LL.Thread = Null_Thread_Id then null; -- pragma CPU elsif T.Common.Base_CPU /= Multiprocessors.Not_A_Specific_CPU then -- The CPU numbering in pragma CPU starts at 1 while the subprogram -- to set the affinity starts at 0, therefore we must substract 1. Result := SetThreadIdealProcessor (T.Common.LL.Thread, ProcessorId (T.Common.Base_CPU) - 1); pragma Assert (Result = 1); -- Task_Info elsif T.Common.Task_Info /= null then if T.Common.Task_Info.CPU /= Task_Info.Any_CPU then Result := SetThreadIdealProcessor (T.Common.LL.Thread, T.Common.Task_Info.CPU); pragma Assert (Result = 1); end if; -- Dispatching domains elsif T.Common.Domain /= null and then (T.Common.Domain /= ST.System_Domain or else T.Common.Domain.all /= (Multiprocessors.CPU'First .. Multiprocessors.Number_Of_CPUs => True)) then declare CPU_Set : DWORD := 0; begin for Proc in T.Common.Domain'Range loop if T.Common.Domain (Proc) then -- The thread affinity mask is a bit vector in which each -- bit represents a logical processor. CPU_Set := CPU_Set + 2 ** (Integer (Proc) - 1); end if; end loop; Result := SetThreadAffinityMask (T.Common.LL.Thread, CPU_Set); pragma Assert (Result = 1); end; end if; end Set_Task_Affinity; end System.Task_Primitives.Operations;
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2017, AdaCore -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in -- -- the documentation and/or other materials provided with the -- -- distribution. -- -- 3. Neither the name of the copyright holder nor the names of its -- -- contributors may be used to endorse or promote products derived -- -- from this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -- -- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -- -- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -- -- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -- -- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -- -- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- This package use the ARM semihosting feature to provide a low level driver -- to access the host file system. It is recommended to _not_ use this -- interface directly but to access the file system using the File_IO package. -- For more info, see the file system chapter of the documentation. package body Semihosting.Filesystem is ----------------- -- Create_File -- ----------------- overriding function Create_File (This : in out SHFS; Path : String) return Status_Code is pragma Unreferenced (This, Path); begin return Read_Only_File_System; end Create_File; ----------------- -- Create_Node -- ----------------- function Create_Node (This : in out SHFS; Path : String; Kind : File_Kind) return Status_Code is pragma Unreferenced (This, Path, Kind); begin return Read_Only_File_System; end Create_Node; ---------------------- -- Create_Directory -- ---------------------- function Create_Directory (This : in out SHFS; Path : String) return Status_Code is pragma Unreferenced (This, Path); begin return Read_Only_File_System; end Create_Directory; ------------ -- Unlink -- ------------ overriding function Unlink (This : in out SHFS; Path : String) return Status_Code is pragma Unreferenced (This, Path); begin return Read_Only_File_System; end Unlink; ---------------------- -- Remove_Directory -- ---------------------- overriding function Remove_Directory (This : in out SHFS; Path : String) return Status_Code is pragma Unreferenced (This, Path); begin return Read_Only_File_System; end Remove_Directory; ------------ -- Rename -- ------------ function Rename (This : in out SHFS; Old_Path : String; New_Path : String) return Status_Code is pragma Unreferenced (This, Old_Path, New_Path); begin return Read_Only_File_System; end Rename; ------------------------ -- Change_Permissions -- ------------------------ function Truncate_File (This : in out SHFS; Path : String; Length : File_Size) return Status_Code is pragma Unreferenced (Path, Length, This); begin return Read_Only_File_System; end Truncate_File; ---------- -- Open -- ---------- overriding function Open (This : in out SHFS; Path : String; Mode : File_Mode; Handler : out Any_File_Handle) return Status_Code is FH : SHFS_File_Handle_Access; FD : SH_Word; begin if Path'Length = 0 then return No_Such_File; end if; if Mode /= Read_Only then return Read_Only_File_System; end if; FD := Semihosting.Open (Filename => Path, Mode => OPEN_FLAG_RB); if FD = SH_Word'Last then return No_Such_File; else FH := This.Get_File_Handle; FH.FS := This'Unchecked_Access; FH.FD := FD; FH.Is_Open := True; FH.Absolute_Position := 0; Handler := Any_File_Handle (FH); return OK; end if; end Open; ---------- -- Open -- ---------- overriding function Open (This : in out SHFS; Path : String; Handle : out Any_Directory_Handle) return Status_Code is pragma Unreferenced (This, Path, Handle); begin return Operation_Not_Permitted; end Open; --------------- -- Root_Node -- --------------- overriding function Root_Node (This : in out SHFS; As : String; Handle : out Any_Node_Handle) return Status_Code is pragma Unreferenced (As, Handle, This); begin return Operation_Not_Permitted; end Root_Node; --------------------- -- Get_File_Handle -- --------------------- function Get_File_Handle (This : in out SHFS) return not null SHFS_File_Handle_Access is Ret : SHFS_File_Handle_Access := This.File_Handles; begin -- Try to find a free handle while Ret /= null and then Ret.Is_Open loop Ret := Ret.Next; end loop; -- Allocate a new handle if Ret = null then Ret := new SHFS_File_Handle; Ret.Is_Open := False; Ret.Next := This.File_Handles; This.File_Handles := Ret; end if; return Ret; end Get_File_Handle; ----------- -- Close -- ----------- overriding procedure Close (This : in out SHFS) is begin null; end Close; ---------- -- Read -- ---------- overriding function Read (This : in out SHFS_File_Handle; Addr : System.Address; Length : in out File_Size) return Status_Code is begin if not This.Is_Open then return Invalid_Parameter; end if; if Semihosting.Read (File_Handle => This.FD, Buffer_Address => Addr, Buffer_Size => SH_Word (Length)) /= 0 then return Input_Output_Error; else This.Absolute_Position := This.Absolute_Position + Length; return OK; end if; end Read; ----------- -- Write -- ----------- overriding function Write (This : in out SHFS_File_Handle; Addr : System.Address; Length : File_Size) return Status_Code is pragma Unreferenced (Addr, Length); begin if not This.Is_Open then return Invalid_Parameter; end if; return Read_Only_File_System; end Write; ---------- -- Seek -- ---------- overriding function Seek (This : in out SHFS_File_Handle; Origin : Seek_Mode; Amount : in out File_Size) return Status_Code is Target : File_Size; begin if not This.Is_Open then return Invalid_Parameter; end if; case Origin is when Forward => Target := This.Absolute_Position + Amount; when Backward => Target := This.Absolute_Position - Amount; when From_Start => Target := Amount; when From_End => Target := This.Size - Amount; end case; if Semihosting.Seek (This.FD, SH_Word (Target)) /= 0 then return Input_Output_Error; else This.Absolute_Position := Target; return OK; end if; end Seek; ----------- -- Close -- ----------- overriding procedure Close (This : in out SHFS_File_Handle) is begin if not This.Is_Open then return; end if; if Semihosting.Close (This.FD) /= 0 then This.Is_Open := False; end if; end Close; ------------ -- Get_FS -- ------------ overriding function Get_FS (This : in out SHFS_File_Handle) return Any_Filesystem_Driver is (Any_Filesystem_Driver (This.FS)); ---------- -- Size -- ---------- overriding function Size (This : SHFS_File_Handle) return File_Size is begin raise Program_Error with "not implemented"; return 0; end Size; ---------- -- Mode -- ---------- overriding function Mode (This : SHFS_File_Handle) return File_Mode is (Read_Only); ------------ -- Offset -- ------------ overriding function Offset (This : SHFS_File_Handle) return File_Size is begin raise Program_Error with "Not implemented"; return 0; end Offset; ----------- -- Flush -- ----------- overriding function Flush (This : in out SHFS_File_Handle) return Status_Code is (OK); end Semihosting.Filesystem;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- SYSTEM.TASKING.PROTECTED_OBJECTS.OPERATIONS -- -- -- -- S p e c -- -- -- -- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- -- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- ------------------------------------------------------------------------------ -- This package contains all the extended primitives related to protected -- objects with entries. -- The handling of protected objects with no entries is done in -- System.Tasking.Protected_Objects, the simple routines for protected -- objects with entries in System.Tasking.Protected_Objects.Entries. The -- split between Entries and Operations is needed to break circular -- dependencies inside the run time. -- Note: the compiler generates direct calls to this interface, via Rtsfind. -- Any changes to this interface may require corresponding compiler changes. with Ada.Exceptions; with System.Tasking.Protected_Objects.Entries; package System.Tasking.Protected_Objects.Operations is pragma Elaborate_Body; type Communication_Block is private; -- Objects of this type are passed between GNARL calls to allow RTS -- information to be preserved. procedure Protected_Entry_Call (Object : Entries.Protection_Entries_Access; E : Protected_Entry_Index; Uninterpreted_Data : System.Address; Mode : Call_Modes; Block : out Communication_Block); -- Make a protected entry call to the specified object. -- Pend a protected entry call on the protected object represented -- by Object. A pended call is not queued; it may be executed immediately -- or queued, depending on the state of the entry barrier. -- -- E -- The index representing the entry to be called. -- -- Uninterpreted_Data -- This will be returned by Next_Entry_Call when this call is serviced. -- It can be used by the compiler to pass information between the -- caller and the server, in particular entry parameters. -- -- Mode -- The kind of call to be pended -- -- Block -- Information passed between runtime calls by the compiler procedure Timed_Protected_Entry_Call (Object : Entries.Protection_Entries_Access; E : Protected_Entry_Index; Uninterpreted_Data : System.Address; Timeout : Duration; Mode : Delay_Modes; Entry_Call_Successful : out Boolean); -- Same as the Protected_Entry_Call but with time-out specified. -- This routines is used when we do not use ATC mechanism to implement -- timed entry calls. procedure Service_Entries (Object : Entries.Protection_Entries_Access); pragma Inline (Service_Entries); procedure PO_Service_Entries (Self_ID : Task_Id; Object : Entries.Protection_Entries_Access; Unlock_Object : Boolean := True); -- Service all entry queues of the specified object, executing the -- corresponding bodies of any queued entry calls that are waiting -- on True barriers. This is used when the state of a protected -- object may have changed, in particular after the execution of -- the statement sequence of a protected procedure. -- -- Note that servicing an entry may change the value of one or more -- barriers, so this routine keeps checking barriers until all of -- them are closed. -- -- This must be called with abort deferred and with the corresponding -- object locked. -- -- If Unlock_Object is set True, then Object is unlocked on return, -- otherwise Object remains locked and the caller is responsible for -- the required unlock. procedure Complete_Entry_Body (Object : Entries.Protection_Entries_Access); -- Called from within an entry body procedure, indicates that the -- corresponding entry call has been serviced. procedure Exceptional_Complete_Entry_Body (Object : Entries.Protection_Entries_Access; Ex : Ada.Exceptions.Exception_Id); -- Perform all of the functions of Complete_Entry_Body. In addition, -- report in Ex the exception whose propagation terminated the entry -- body to the runtime system. procedure Cancel_Protected_Entry_Call (Block : in out Communication_Block); -- Attempt to cancel the most recent protected entry call. If the call is -- not queued abortably, wait until it is or until it has completed. -- If the call is actually cancelled, the called object will be -- locked on return from this call. Get_Cancelled (Block) can be -- used to determine if the cancellation took place; there -- may be entries needing service in this case. -- -- Block passes information between this and other runtime calls. function Enqueued (Block : Communication_Block) return Boolean; -- Returns True if the Protected_Entry_Call which returned the -- specified Block object was queued; False otherwise. function Cancelled (Block : Communication_Block) return Boolean; -- Returns True if the Protected_Entry_Call which returned the -- specified Block object was cancelled, False otherwise. procedure Requeue_Protected_Entry (Object : Entries.Protection_Entries_Access; New_Object : Entries.Protection_Entries_Access; E : Protected_Entry_Index; With_Abort : Boolean); -- If Object = New_Object, queue the protected entry call on Object -- currently being serviced on the queue corresponding to the entry -- represented by E. -- -- If Object /= New_Object, transfer the call to New_Object.E, -- executing or queuing it as appropriate. -- -- With_Abort---True if the call is to be queued abortably, false -- otherwise. procedure Requeue_Task_To_Protected_Entry (New_Object : Entries.Protection_Entries_Access; E : Protected_Entry_Index; With_Abort : Boolean); -- Transfer task entry call currently being serviced to entry E -- on New_Object. -- -- With_Abort---True if the call is to be queued abortably, false -- otherwise. function Protected_Count (Object : Entries.Protection_Entries'Class; E : Protected_Entry_Index) return Natural; -- Return the number of entry calls to E on Object function Protected_Entry_Caller (Object : Entries.Protection_Entries'Class) return Task_Id; -- Return value of E'Caller, where E is the protected entry currently -- being handled. This will only work if called from within an entry -- body, as required by the LRM (C.7.1(14)). -- For internal use only procedure PO_Do_Or_Queue (Self_ID : Task_Id; Object : Entries.Protection_Entries_Access; Entry_Call : Entry_Call_Link); -- This procedure either executes or queues an entry call, depending -- on the status of the corresponding barrier. It assumes that abort -- is deferred and that the specified object is locked. private type Communication_Block is record Self : Task_Id; Enqueued : Boolean := True; Cancelled : Boolean := False; end record; pragma Volatile (Communication_Block); -- When a program contains limited interfaces, the compiler generates the -- predefined primitives associated with dispatching selects. One of the -- parameters of these routines is of type Communication_Block. Even if -- the program lacks implementing concurrent types, the tasking runtime is -- dragged in unconditionally because of Communication_Block. To avoid this -- case, the compiler uses type Dummy_Communication_Block which defined in -- System.Soft_Links. If the structure of Communication_Block is changed, -- the corresponding dummy type must be changed as well. -- The Communication_Block seems to be a relic. At the moment, the -- compiler seems to be generating unnecessary conditional code based on -- this block. See the code generated for async. select with task entry -- call for another way of solving this ??? end System.Tasking.Protected_Objects.Operations;
with lace.Observer, lace.Subject, lace.Response, lace.event.Logger, ada.Tags; package lace.Event.utility -- -- Provides convenience subprograms for working with events. -- is -- Event Kinds -- function Name_of (Kind : in event.Kind) return String; function to_Kind (From : in ada.Tags.Tag) return event.Kind; function "+" (From : in ada.Tags.Tag) return event.Kind renames to_Kind; -- Events -- function Name_of (the_Event : in Event.item'Class) return String; function Kind_of (the_Event : in Event.item'Class) return Event.Kind; -- Connections -- procedure connect (the_Observer : in Observer.view; to_Subject : in Subject .view; with_Response : in Response.view; to_Event_Kind : in event.Kind); procedure disconnect (the_Observer : in Observer.view; from_Subject : in Subject .view; for_Response : in Response.view; to_Event_Kind : in event.Kind; subject_Name : in String); -- Logging -- procedure use_text_Logger (log_Filename : in String); -- -- Requests activation of the default text file logger. function Logger return access lace.event.Logger.item'Class; -- -- Returns the Logger currently in use. -- Returns null, if no Logger is in use. -- Termination -- procedure close; -- -- Ensures any registered event logger is destroyed. end lace.Event.utility;
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2017-2018, Fabien Chouteau -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in -- -- the documentation and/or other materials provided with the -- -- distribution. -- -- 3. Neither the name of the copyright holder nor the names of its -- -- contributors may be used to endorse or promote products derived -- -- from this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -- -- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -- -- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -- -- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -- -- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -- -- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ package AGATE.API.Dynamic_Semaphore is function Create (Initial_Count : Semaphore_Count := 0; Name : String) return Semaphore_ID; end AGATE.API.Dynamic_Semaphore;
-- Copyright (c) 1990 Regents of the University of California. -- All rights reserved. -- -- This software was developed by John Self of the Arcadia project -- at the University of California, Irvine. -- -- Redistribution and use in source and binary forms are permitted -- provided that the above copyright notice and this paragraph are -- duplicated in all such forms and that any documentation, -- advertising materials, and other materials related to such -- distribution and use acknowledge that the software was developed -- by the University of California, Irvine. The name of the -- University may not be used to endorse or promote products derived -- from this software without specific prior written permission. -- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -- WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. -- TITLE external_file_manager -- AUTHOR: John Self (UCI) -- DESCRIPTION opens external files for other functions -- NOTES This package opens external files, and thus may be system dependent -- because of limitations on file names. -- This version is for the VADS 5.5 Ada development system. -- $Header: /co/ua/self/arcadia/aflex/ada/src/RCS/file_managerB.a,v 1.5 90/01/12 15:19:58 self Exp Locker: self $ with misc_defs, tstring, text_io, misc; use misc_defs, tstring, text_io, misc; package body external_file_manager is -- FIX comment about compiler dependent subtype SUFFIX_TYPE is STRING(1 .. 1); function ADA_SUFFIX return SUFFIX_TYPE is begin return "a"; end ADA_SUFFIX; procedure GET_IO_FILE(F : in out FILE_TYPE) is begin if (LEN(INFILENAME) /= 0) then CREATE(F, OUT_FILE, STR(MISC.BASENAME) & "_io." & ADA_SUFFIX); else CREATE(F, OUT_FILE, "aflex_yy_io." & ADA_SUFFIX); end if; exception when USE_ERROR | NAME_ERROR => MISC.AFLEXFATAL("could not create IO package file"); end GET_IO_FILE; procedure GET_DFA_FILE(F : in out FILE_TYPE) is begin if (LEN(INFILENAME) /= 0) then CREATE(F, OUT_FILE, STR(MISC.BASENAME) & "_dfa." & ADA_SUFFIX); else CREATE(F, OUT_FILE, "aflex_yy_dfa." & ADA_SUFFIX); end if; exception when USE_ERROR | NAME_ERROR => MISC.AFLEXFATAL("could not create DFA package file"); end GET_DFA_FILE; procedure GET_SCANNER_FILE(F : in out FILE_TYPE) is OUTFILE_NAME : VSTRING; begin if (LEN(INFILENAME) /= 0) then -- give out infile + ada_suffix OUTFILE_NAME := MISC.BASENAME & "." & ADA_SUFFIX; else OUTFILE_NAME := VSTR("aflex_yy." & ADA_SUFFIX); end if; CREATE(F, OUT_FILE, STR(OUTFILE_NAME)); SET_OUTPUT(F); exception when NAME_ERROR | USE_ERROR => MISC.AFLEXFATAL("can't create scanner file " & OUTFILE_NAME); end GET_SCANNER_FILE; procedure GET_BACKTRACK_FILE(F : in out FILE_TYPE) is begin CREATE(F, OUT_FILE, "aflex.backtrack"); exception when USE_ERROR | NAME_ERROR => MISC.AFLEXFATAL("could not create backtrack file"); end GET_BACKTRACK_FILE; procedure INITIALIZE_FILES is begin null; -- doesn't need to do anything on Verdix end INITIALIZE_FILES; end external_file_manager;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M -- -- -- -- S p e c -- -- (GNU-Linux/RISC-V Version) -- -- -- -- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- -- apply solely to the contents of the part following the private keyword. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ package System is pragma Pure; -- Note that we take advantage of the implementation permission to make -- this unit Pure instead of Preelaborable; see RM 13.7.1(15). In Ada -- 2005, this is Pure in any case (AI-362). pragma No_Elaboration_Code_All; -- Allow the use of that restriction in units that WITH this unit type Name is (SYSTEM_NAME_GNAT); System_Name : constant Name := SYSTEM_NAME_GNAT; -- System-Dependent Named Numbers Min_Int : constant := -2 ** (Standard'Max_Integer_Size - 1); Max_Int : constant := 2 ** (Standard'Max_Integer_Size - 1) - 1; Max_Binary_Modulus : constant := 2 ** Standard'Max_Integer_Size; Max_Nonbinary_Modulus : constant := 2 ** Integer'Size - 1; Max_Base_Digits : constant := Long_Long_Float'Digits; Max_Digits : constant := Long_Long_Float'Digits; Max_Mantissa : constant := 63; Fine_Delta : constant := 2.0 ** (-Max_Mantissa); Tick : constant := 0.000_001; -- Storage-related Declarations type Address is private; pragma Preelaborable_Initialization (Address); Null_Address : constant Address; Storage_Unit : constant := 8; Word_Size : constant := Standard'Word_Size; Memory_Size : constant := 2 ** Word_Size; -- Address comparison function "<" (Left, Right : Address) return Boolean; function "<=" (Left, Right : Address) return Boolean; function ">" (Left, Right : Address) return Boolean; function ">=" (Left, Right : Address) return Boolean; function "=" (Left, Right : Address) return Boolean; pragma Import (Intrinsic, "<"); pragma Import (Intrinsic, "<="); pragma Import (Intrinsic, ">"); pragma Import (Intrinsic, ">="); pragma Import (Intrinsic, "="); -- Other System-Dependent Declarations type Bit_Order is (High_Order_First, Low_Order_First); Default_Bit_Order : constant Bit_Order := Low_Order_First; pragma Warnings (Off, Default_Bit_Order); -- kill constant condition warning -- Priority-related Declarations (RM D.1) Max_Priority : constant Positive := 30; Max_Interrupt_Priority : constant Positive := 31; subtype Any_Priority is Integer range 0 .. 31; subtype Priority is Any_Priority range 0 .. 30; subtype Interrupt_Priority is Any_Priority range 31 .. 31; Default_Priority : constant Priority := 15; private type Address is mod Memory_Size; Null_Address : constant Address := 0; -------------------------------------- -- System Implementation Parameters -- -------------------------------------- -- These parameters provide information about the target that is used -- by the compiler. They are in the private part of System, where they -- can be accessed using the special circuitry in the Targparm unit -- whose source should be consulted for more detailed descriptions -- of the individual switch values. Backend_Divide_Checks : constant Boolean := False; Backend_Overflow_Checks : constant Boolean := True; Command_Line_Args : constant Boolean := True; Configurable_Run_Time : constant Boolean := False; Denorm : constant Boolean := True; Duration_32_Bits : constant Boolean := False; Exit_Status_Supported : constant Boolean := True; Fractional_Fixed_Ops : constant Boolean := False; Frontend_Layout : constant Boolean := False; Machine_Overflows : constant Boolean := False; Machine_Rounds : constant Boolean := True; Preallocated_Stacks : constant Boolean := False; Signed_Zeros : constant Boolean := True; Stack_Check_Default : constant Boolean := False; Stack_Check_Probes : constant Boolean := True; Stack_Check_Limits : constant Boolean := False; Support_Aggregates : constant Boolean := True; Support_Composite_Assign : constant Boolean := True; Support_Composite_Compare : constant Boolean := True; Support_Long_Shifts : constant Boolean := True; Always_Compatible_Rep : constant Boolean := False; Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; Frontend_Exceptions : constant Boolean := False; ZCX_By_Default : constant Boolean := True; end System;
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="14"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>aes_mixColumns</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>buf_r</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>buf</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <direction>2</direction> <if_type>4</if_type> <array_size>0</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>buf_offset</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>0</if_type> <array_size>0</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>73</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_3"> <Value> <Obj> <type>0</type> <id>4</id> <name>buf_offset_read</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>87</item> <item>88</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_4"> <Value> <Obj> <type>0</type> <id>5</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>243</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="11" tracking_level="0" version="0"> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second class_id="12" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="13" tracking_level="0" version="0"> <first class_id="14" tracking_level="0" version="0"> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>243</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>89</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_5"> <Value> <Obj> <type>0</type> <id>7</id> <name>i</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>i</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>91</item> <item>92</item> <item>93</item> <item>94</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_6"> <Value> <Obj> <type>0</type> <id>8</id> <name>tmp</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>243</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>243</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>96</item> <item>97</item> <item>99</item> </oprand_edges> <opcode>bitselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_7"> <Value> <Obj> <type>0</type> <id>9</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>243</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>243</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>100</item> <item>101</item> <item>102</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_8"> <Value> <Obj> <type>0</type> <id>15</id> <name>tmp_s</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>103</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_9"> <Value> <Obj> <type>0</type> <id>16</id> <name>tmp_10</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>104</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_10"> <Value> <Obj> <type>0</type> <id>17</id> <name>sum</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>105</item> <item>106</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_11"> <Value> <Obj> <type>0</type> <id>18</id> <name>buf_addr</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>107</item> <item>108</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_12"> <Value> <Obj> <type>0</type> <id>19</id> <name>a_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>110</item> <item>111</item> <item>113</item> </oprand_edges> <opcode>readreq</opcode> <m_Display>2</m_Display> </item> <item class_id_reference="9" object_id="_13"> <Value> <Obj> <type>0</type> <id>20</id> <name>a</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName>a</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>115</item> <item>116</item> <item>348</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_14"> <Value> <Obj> <type>0</type> <id>21</id> <name>tmp_2</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>117</item> <item>119</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_15"> <Value> <Obj> <type>0</type> <id>22</id> <name>tmp_2_cast</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>120</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_16"> <Value> <Obj> <type>0</type> <id>23</id> <name>sum1</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>121</item> <item>122</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_17"> <Value> <Obj> <type>0</type> <id>24</id> <name>buf_addr_25</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>123</item> <item>124</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_18"> <Value> <Obj> <type>0</type> <id>25</id> <name>b_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>125</item> <item>126</item> <item>127</item> <item>349</item> </oprand_edges> <opcode>readreq</opcode> <m_Display>2</m_Display> </item> <item class_id_reference="9" object_id="_19"> <Value> <Obj> <type>0</type> <id>26</id> <name>b</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName>b</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>128</item> <item>129</item> <item>344</item> <item>346</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_20"> <Value> <Obj> <type>0</type> <id>27</id> <name>tmp_3</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>130</item> <item>132</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_21"> <Value> <Obj> <type>0</type> <id>28</id> <name>tmp_3_cast</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>133</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_22"> <Value> <Obj> <type>0</type> <id>29</id> <name>sum2</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>134</item> <item>135</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_23"> <Value> <Obj> <type>0</type> <id>30</id> <name>buf_addr_26</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>136</item> <item>137</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_24"> <Value> <Obj> <type>0</type> <id>31</id> <name>c_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>138</item> <item>139</item> <item>140</item> <item>345</item> </oprand_edges> <opcode>readreq</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_25"> <Value> <Obj> <type>0</type> <id>32</id> <name>c</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName>c</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>141</item> <item>142</item> <item>340</item> <item>342</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_26"> <Value> <Obj> <type>0</type> <id>33</id> <name>tmp_4</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>143</item> <item>145</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_27"> <Value> <Obj> <type>0</type> <id>34</id> <name>tmp_4_cast</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>146</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_28"> <Value> <Obj> <type>0</type> <id>35</id> <name>sum3</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>147</item> <item>148</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_29"> <Value> <Obj> <type>0</type> <id>36</id> <name>buf_addr_27</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>149</item> <item>150</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_30"> <Value> <Obj> <type>0</type> <id>37</id> <name>d_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>151</item> <item>152</item> <item>153</item> <item>341</item> </oprand_edges> <opcode>readreq</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_31"> <Value> <Obj> <type>0</type> <id>38</id> <name>d</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>250</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>250</second> </item> </second> </item> </inlineStackInfo> <originalName>d</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>154</item> <item>155</item> <item>337</item> <item>338</item> </oprand_edges> <opcode>read</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_32"> <Value> <Obj> <type>0</type> <id>39</id> <name>x_assign</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>251</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>251</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>156</item> <item>157</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_33"> <Value> <Obj> <type>0</type> <id>40</id> <name>tmp_6</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>251</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>251</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>158</item> <item>159</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_34"> <Value> <Obj> <type>0</type> <id>41</id> <name>e</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>251</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>251</second> </item> </second> </item> </inlineStackInfo> <originalName>e</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>160</item> <item>161</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_35"> <Value> <Obj> <type>0</type> <id>42</id> <name>tmp_11</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>163</item> <item>164</item> <item>166</item> </oprand_edges> <opcode>bitselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_36"> <Value> <Obj> <type>0</type> <id>43</id> <name>tmp_12</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>167</item> <item>169</item> </oprand_edges> <opcode>shl</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_37"> <Value> <Obj> <type>0</type> <id>44</id> <name>tmp_2_i</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>170</item> <item>172</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_38"> <Value> <Obj> <type>0</type> <id>45</id> <name>tmp_4_i</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>173</item> <item>174</item> <item>175</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_39"> <Value> <Obj> <type>0</type> <id>46</id> <name>tmp1</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>176</item> <item>177</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_40"> <Value> <Obj> <type>0</type> <id>47</id> <name>tmp_9</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>178</item> <item>179</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_41"> <Value> <Obj> <type>0</type> <id>48</id> <name>buf_addr_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>181</item> <item>182</item> <item>183</item> <item>347</item> </oprand_edges> <opcode>writereq</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_42"> <Value> <Obj> <type>0</type> <id>49</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>185</item> <item>186</item> <item>187</item> <item>189</item> <item>335</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_43"> <Value> <Obj> <type>0</type> <id>50</id> <name>buf_addr_resp</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>191</item> <item>192</item> <item>333</item> </oprand_edges> <opcode>writeresp</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_44"> <Value> <Obj> <type>0</type> <id>51</id> <name>x_assign_1</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>193</item> <item>194</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_45"> <Value> <Obj> <type>0</type> <id>52</id> <name>tmp_13</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>195</item> <item>196</item> <item>197</item> </oprand_edges> <opcode>bitselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_46"> <Value> <Obj> <type>0</type> <id>53</id> <name>tmp_14</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>198</item> <item>199</item> </oprand_edges> <opcode>shl</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_47"> <Value> <Obj> <type>0</type> <id>54</id> <name>tmp_2_i1</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>200</item> <item>201</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_48"> <Value> <Obj> <type>0</type> <id>55</id> <name>tmp_4_i1</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>202</item> <item>203</item> <item>204</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_49"> <Value> <Obj> <type>0</type> <id>56</id> <name>tmp2</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>205</item> <item>206</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_50"> <Value> <Obj> <type>0</type> <id>57</id> <name>tmp_5</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>207</item> <item>208</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_51"> <Value> <Obj> <type>0</type> <id>58</id> <name>buf_addr_25_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>209</item> <item>210</item> <item>211</item> <item>334</item> <item>343</item> </oprand_edges> <opcode>writereq</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_52"> <Value> <Obj> <type>0</type> <id>59</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>212</item> <item>213</item> <item>214</item> <item>215</item> <item>331</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_53"> <Value> <Obj> <type>0</type> <id>60</id> <name>buf_addr_25_resp</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>252</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>252</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>216</item> <item>217</item> <item>329</item> <item>332</item> </oprand_edges> <opcode>writeresp</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_54"> <Value> <Obj> <type>0</type> <id>61</id> <name>x_assign_2</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>218</item> <item>219</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_55"> <Value> <Obj> <type>0</type> <id>62</id> <name>tmp_15</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>220</item> <item>221</item> <item>222</item> </oprand_edges> <opcode>bitselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_56"> <Value> <Obj> <type>0</type> <id>63</id> <name>tmp_16</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>223</item> <item>224</item> </oprand_edges> <opcode>shl</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_57"> <Value> <Obj> <type>0</type> <id>64</id> <name>tmp_2_i2</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>225</item> <item>226</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_58"> <Value> <Obj> <type>0</type> <id>65</id> <name>tmp_4_i2</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>227</item> <item>228</item> <item>229</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_59"> <Value> <Obj> <type>0</type> <id>66</id> <name>tmp3</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>230</item> <item>231</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_60"> <Value> <Obj> <type>0</type> <id>67</id> <name>tmp_7</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>232</item> <item>233</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_61"> <Value> <Obj> <type>0</type> <id>68</id> <name>buf_addr_26_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>234</item> <item>235</item> <item>236</item> <item>330</item> <item>339</item> </oprand_edges> <opcode>writereq</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_62"> <Value> <Obj> <type>0</type> <id>69</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>237</item> <item>238</item> <item>239</item> <item>240</item> <item>327</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_63"> <Value> <Obj> <type>0</type> <id>70</id> <name>buf_addr_26_resp</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>241</item> <item>242</item> <item>325</item> <item>328</item> </oprand_edges> <opcode>writeresp</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_64"> <Value> <Obj> <type>0</type> <id>71</id> <name>x_assign_3</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName>x</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>243</item> <item>244</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_65"> <Value> <Obj> <type>0</type> <id>72</id> <name>tmp_17</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>245</item> <item>246</item> <item>247</item> </oprand_edges> <opcode>bitselect</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_66"> <Value> <Obj> <type>0</type> <id>73</id> <name>tmp_18</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>248</item> <item>249</item> </oprand_edges> <opcode>shl</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_67"> <Value> <Obj> <type>0</type> <id>74</id> <name>tmp_2_i3</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>250</item> <item>251</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_68"> <Value> <Obj> <type>0</type> <id>75</id> <name>tmp_4_i3</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>174</lineNumber> <contextFuncName>rj_xtime</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>2</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>rj_xtime</second> </first> <second>174</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>252</item> <item>253</item> <item>254</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_69"> <Value> <Obj> <type>0</type> <id>76</id> <name>tmp_8</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>255</item> <item>256</item> </oprand_edges> <opcode>xor</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_70"> <Value> <Obj> <type>0</type> <id>77</id> <name>buf_addr_27_req</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>257</item> <item>258</item> <item>259</item> <item>326</item> <item>336</item> </oprand_edges> <opcode>writereq</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_71"> <Value> <Obj> <type>0</type> <id>78</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>5</count> <item_version>0</item_version> <item>260</item> <item>261</item> <item>262</item> <item>263</item> <item>323</item> </oprand_edges> <opcode>write</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_72"> <Value> <Obj> <type>0</type> <id>79</id> <name>buf_addr_27_resp</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>253</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>253</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>264</item> <item>265</item> <item>322</item> <item>324</item> </oprand_edges> <opcode>writeresp</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_73"> <Value> <Obj> <type>0</type> <id>81</id> <name>i_2</name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>243</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>243</second> </item> </second> </item> </inlineStackInfo> <originalName>i</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>267</item> <item>268</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_74"> <Value> <Obj> <type>0</type> <id>82</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>243</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>243</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>269</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> </item> <item class_id_reference="9" object_id="_75"> <Value> <Obj> <type>0</type> <id>84</id> <name></name> <fileName>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</fileName> <fileDirectory>/scratch/local/tmp.soPlafqy6w/_sds/vhls</fileDirectory> <lineNumber>255</lineNumber> <contextFuncName>aes_mixColumns</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>/scratch/local/tmp.soPlafqy6w/_sds/vhls</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>/mnt/icgridio2/safe/giesen/HLS_tuner/1/TestApps/MachSuite/aes/Sources/aes.c</first> <second>aes_mixColumns</second> </first> <second>255</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>11</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_76"> <Value> <Obj> <type>2</type> <id>90</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_77"> <Value> <Obj> <type>2</type> <id>98</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>4</content> </item> <item class_id_reference="16" object_id="_78"> <Value> <Obj> <type>2</type> <id>112</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_79"> <Value> <Obj> <type>2</type> <id>118</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_80"> <Value> <Obj> <type>2</type> <id>131</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>2</content> </item> <item class_id_reference="16" object_id="_81"> <Value> <Obj> <type>2</type> <id>144</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>3</content> </item> <item class_id_reference="16" object_id="_82"> <Value> <Obj> <type>2</type> <id>165</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>7</content> </item> <item class_id_reference="16" object_id="_83"> <Value> <Obj> <type>2</type> <id>168</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_84"> <Value> <Obj> <type>2</type> <id>171</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <const_type>0</const_type> <content>27</content> </item> <item class_id_reference="16" object_id="_85"> <Value> <Obj> <type>2</type> <id>188</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_86"> <Value> <Obj> <type>2</type> <id>266</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <const_type>0</const_type> <content>4</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_87"> <Obj> <type>3</type> <id>6</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>2</count> <item_version>0</item_version> <item>4</item> <item>5</item> </node_objs> </item> <item class_id_reference="18" object_id="_88"> <Obj> <type>3</type> <id>10</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>7</item> <item>8</item> <item>9</item> </node_objs> </item> <item class_id_reference="18" object_id="_89"> <Obj> <type>3</type> <id>83</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>67</count> <item_version>0</item_version> <item>15</item> <item>16</item> <item>17</item> <item>18</item> <item>19</item> <item>20</item> <item>21</item> <item>22</item> <item>23</item> <item>24</item> <item>25</item> <item>26</item> <item>27</item> <item>28</item> <item>29</item> <item>30</item> <item>31</item> <item>32</item> <item>33</item> <item>34</item> <item>35</item> <item>36</item> <item>37</item> <item>38</item> <item>39</item> <item>40</item> <item>41</item> <item>42</item> <item>43</item> <item>44</item> <item>45</item> <item>46</item> <item>47</item> <item>48</item> <item>49</item> <item>50</item> <item>51</item> <item>52</item> <item>53</item> <item>54</item> <item>55</item> <item>56</item> <item>57</item> <item>58</item> <item>59</item> <item>60</item> <item>61</item> <item>62</item> <item>63</item> <item>64</item> <item>65</item> <item>66</item> <item>67</item> <item>68</item> <item>69</item> <item>70</item> <item>71</item> <item>72</item> <item>73</item> <item>74</item> <item>75</item> <item>76</item> <item>77</item> <item>78</item> <item>79</item> <item>81</item> <item>82</item> </node_objs> </item> <item class_id_reference="18" object_id="_90"> <Obj> <type>3</type> <id>85</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>84</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>171</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_91"> <id>88</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>4</sink_obj> </item> <item class_id_reference="20" object_id="_92"> <id>89</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>5</sink_obj> </item> <item class_id_reference="20" object_id="_93"> <id>91</id> <edge_type>1</edge_type> <source_obj>90</source_obj> <sink_obj>7</sink_obj> </item> <item class_id_reference="20" object_id="_94"> <id>92</id> <edge_type>2</edge_type> <source_obj>6</source_obj> <sink_obj>7</sink_obj> </item> <item class_id_reference="20" object_id="_95"> <id>93</id> <edge_type>1</edge_type> <source_obj>81</source_obj> <sink_obj>7</sink_obj> </item> <item class_id_reference="20" object_id="_96"> <id>94</id> <edge_type>2</edge_type> <source_obj>83</source_obj> <sink_obj>7</sink_obj> </item> <item class_id_reference="20" object_id="_97"> <id>97</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_98"> <id>99</id> <edge_type>1</edge_type> <source_obj>98</source_obj> <sink_obj>8</sink_obj> </item> <item class_id_reference="20" object_id="_99"> <id>100</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_100"> <id>101</id> <edge_type>2</edge_type> <source_obj>83</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_101"> <id>102</id> <edge_type>2</edge_type> <source_obj>85</source_obj> <sink_obj>9</sink_obj> </item> <item class_id_reference="20" object_id="_102"> <id>103</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>15</sink_obj> </item> <item class_id_reference="20" object_id="_103"> <id>104</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>16</sink_obj> </item> <item class_id_reference="20" object_id="_104"> <id>105</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>17</sink_obj> </item> <item class_id_reference="20" object_id="_105"> <id>106</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>17</sink_obj> </item> <item class_id_reference="20" object_id="_106"> <id>107</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>18</sink_obj> </item> <item class_id_reference="20" object_id="_107"> <id>108</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>18</sink_obj> </item> <item class_id_reference="20" object_id="_108"> <id>111</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>19</sink_obj> </item> <item class_id_reference="20" object_id="_109"> <id>113</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>19</sink_obj> </item> <item class_id_reference="20" object_id="_110"> <id>116</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>20</sink_obj> </item> <item class_id_reference="20" object_id="_111"> <id>117</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>21</sink_obj> </item> <item class_id_reference="20" object_id="_112"> <id>119</id> <edge_type>1</edge_type> <source_obj>118</source_obj> <sink_obj>21</sink_obj> </item> <item class_id_reference="20" object_id="_113"> <id>120</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>22</sink_obj> </item> <item class_id_reference="20" object_id="_114"> <id>121</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>23</sink_obj> </item> <item class_id_reference="20" object_id="_115"> <id>122</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>23</sink_obj> </item> <item class_id_reference="20" object_id="_116"> <id>123</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>24</sink_obj> </item> <item class_id_reference="20" object_id="_117"> <id>124</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>24</sink_obj> </item> <item class_id_reference="20" object_id="_118"> <id>126</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>25</sink_obj> </item> <item class_id_reference="20" object_id="_119"> <id>127</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>25</sink_obj> </item> <item class_id_reference="20" object_id="_120"> <id>129</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>26</sink_obj> </item> <item class_id_reference="20" object_id="_121"> <id>130</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>27</sink_obj> </item> <item class_id_reference="20" object_id="_122"> <id>132</id> <edge_type>1</edge_type> <source_obj>131</source_obj> <sink_obj>27</sink_obj> </item> <item class_id_reference="20" object_id="_123"> <id>133</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>28</sink_obj> </item> <item class_id_reference="20" object_id="_124"> <id>134</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>29</sink_obj> </item> <item class_id_reference="20" object_id="_125"> <id>135</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>29</sink_obj> </item> <item class_id_reference="20" object_id="_126"> <id>136</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>30</sink_obj> </item> <item class_id_reference="20" object_id="_127"> <id>137</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>30</sink_obj> </item> <item class_id_reference="20" object_id="_128"> <id>139</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>31</sink_obj> </item> <item class_id_reference="20" object_id="_129"> <id>140</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>31</sink_obj> </item> <item class_id_reference="20" object_id="_130"> <id>142</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>32</sink_obj> </item> <item class_id_reference="20" object_id="_131"> <id>143</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>33</sink_obj> </item> <item class_id_reference="20" object_id="_132"> <id>145</id> <edge_type>1</edge_type> <source_obj>144</source_obj> <sink_obj>33</sink_obj> </item> <item class_id_reference="20" object_id="_133"> <id>146</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>34</sink_obj> </item> <item class_id_reference="20" object_id="_134"> <id>147</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>35</sink_obj> </item> <item class_id_reference="20" object_id="_135"> <id>148</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>35</sink_obj> </item> <item class_id_reference="20" object_id="_136"> <id>149</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>36</sink_obj> </item> <item class_id_reference="20" object_id="_137"> <id>150</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>36</sink_obj> </item> <item class_id_reference="20" object_id="_138"> <id>152</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>37</sink_obj> </item> <item class_id_reference="20" object_id="_139"> <id>153</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>37</sink_obj> </item> <item class_id_reference="20" object_id="_140"> <id>155</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>38</sink_obj> </item> <item class_id_reference="20" object_id="_141"> <id>156</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>39</sink_obj> </item> <item class_id_reference="20" object_id="_142"> <id>157</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>39</sink_obj> </item> <item class_id_reference="20" object_id="_143"> <id>158</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>40</sink_obj> </item> <item class_id_reference="20" object_id="_144"> <id>159</id> <edge_type>1</edge_type> <source_obj>39</source_obj> <sink_obj>40</sink_obj> </item> <item class_id_reference="20" object_id="_145"> <id>160</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>41</sink_obj> </item> <item class_id_reference="20" object_id="_146"> <id>161</id> <edge_type>1</edge_type> <source_obj>40</source_obj> <sink_obj>41</sink_obj> </item> <item class_id_reference="20" object_id="_147"> <id>164</id> <edge_type>1</edge_type> <source_obj>39</source_obj> <sink_obj>42</sink_obj> </item> <item class_id_reference="20" object_id="_148"> <id>166</id> <edge_type>1</edge_type> <source_obj>165</source_obj> <sink_obj>42</sink_obj> </item> <item class_id_reference="20" object_id="_149"> <id>167</id> <edge_type>1</edge_type> <source_obj>39</source_obj> <sink_obj>43</sink_obj> </item> <item class_id_reference="20" object_id="_150"> <id>169</id> <edge_type>1</edge_type> <source_obj>168</source_obj> <sink_obj>43</sink_obj> </item> <item class_id_reference="20" object_id="_151"> <id>170</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>44</sink_obj> </item> <item class_id_reference="20" object_id="_152"> <id>172</id> <edge_type>1</edge_type> <source_obj>171</source_obj> <sink_obj>44</sink_obj> </item> <item class_id_reference="20" object_id="_153"> <id>173</id> <edge_type>1</edge_type> <source_obj>42</source_obj> <sink_obj>45</sink_obj> </item> <item class_id_reference="20" object_id="_154"> <id>174</id> <edge_type>1</edge_type> <source_obj>44</source_obj> <sink_obj>45</sink_obj> </item> <item class_id_reference="20" object_id="_155"> <id>175</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>45</sink_obj> </item> <item class_id_reference="20" object_id="_156"> <id>176</id> <edge_type>1</edge_type> <source_obj>45</source_obj> <sink_obj>46</sink_obj> </item> <item class_id_reference="20" object_id="_157"> <id>177</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>46</sink_obj> </item> <item class_id_reference="20" object_id="_158"> <id>178</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>47</sink_obj> </item> <item class_id_reference="20" object_id="_159"> <id>179</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>47</sink_obj> </item> <item class_id_reference="20" object_id="_160"> <id>182</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>48</sink_obj> </item> <item class_id_reference="20" object_id="_161"> <id>183</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>48</sink_obj> </item> <item class_id_reference="20" object_id="_162"> <id>186</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>49</sink_obj> </item> <item class_id_reference="20" object_id="_163"> <id>187</id> <edge_type>1</edge_type> <source_obj>47</source_obj> <sink_obj>49</sink_obj> </item> <item class_id_reference="20" object_id="_164"> <id>189</id> <edge_type>1</edge_type> <source_obj>188</source_obj> <sink_obj>49</sink_obj> </item> <item class_id_reference="20" object_id="_165"> <id>192</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>50</sink_obj> </item> <item class_id_reference="20" object_id="_166"> <id>193</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>51</sink_obj> </item> <item class_id_reference="20" object_id="_167"> <id>194</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>51</sink_obj> </item> <item class_id_reference="20" object_id="_168"> <id>196</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>52</sink_obj> </item> <item class_id_reference="20" object_id="_169"> <id>197</id> <edge_type>1</edge_type> <source_obj>165</source_obj> <sink_obj>52</sink_obj> </item> <item class_id_reference="20" object_id="_170"> <id>198</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>53</sink_obj> </item> <item class_id_reference="20" object_id="_171"> <id>199</id> <edge_type>1</edge_type> <source_obj>168</source_obj> <sink_obj>53</sink_obj> </item> <item class_id_reference="20" object_id="_172"> <id>200</id> <edge_type>1</edge_type> <source_obj>53</source_obj> <sink_obj>54</sink_obj> </item> <item class_id_reference="20" object_id="_173"> <id>201</id> <edge_type>1</edge_type> <source_obj>171</source_obj> <sink_obj>54</sink_obj> </item> <item class_id_reference="20" object_id="_174"> <id>202</id> <edge_type>1</edge_type> <source_obj>52</source_obj> <sink_obj>55</sink_obj> </item> <item class_id_reference="20" object_id="_175"> <id>203</id> <edge_type>1</edge_type> <source_obj>54</source_obj> <sink_obj>55</sink_obj> </item> <item class_id_reference="20" object_id="_176"> <id>204</id> <edge_type>1</edge_type> <source_obj>53</source_obj> <sink_obj>55</sink_obj> </item> <item class_id_reference="20" object_id="_177"> <id>205</id> <edge_type>1</edge_type> <source_obj>55</source_obj> <sink_obj>56</sink_obj> </item> <item class_id_reference="20" object_id="_178"> <id>206</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>56</sink_obj> </item> <item class_id_reference="20" object_id="_179"> <id>207</id> <edge_type>1</edge_type> <source_obj>56</source_obj> <sink_obj>57</sink_obj> </item> <item class_id_reference="20" object_id="_180"> <id>208</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>57</sink_obj> </item> <item class_id_reference="20" object_id="_181"> <id>210</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>58</sink_obj> </item> <item class_id_reference="20" object_id="_182"> <id>211</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>58</sink_obj> </item> <item class_id_reference="20" object_id="_183"> <id>213</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>59</sink_obj> </item> <item class_id_reference="20" object_id="_184"> <id>214</id> <edge_type>1</edge_type> <source_obj>57</source_obj> <sink_obj>59</sink_obj> </item> <item class_id_reference="20" object_id="_185"> <id>215</id> <edge_type>1</edge_type> <source_obj>188</source_obj> <sink_obj>59</sink_obj> </item> <item class_id_reference="20" object_id="_186"> <id>217</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>60</sink_obj> </item> <item class_id_reference="20" object_id="_187"> <id>218</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>61</sink_obj> </item> <item class_id_reference="20" object_id="_188"> <id>219</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>61</sink_obj> </item> <item class_id_reference="20" object_id="_189"> <id>221</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>62</sink_obj> </item> <item class_id_reference="20" object_id="_190"> <id>222</id> <edge_type>1</edge_type> <source_obj>165</source_obj> <sink_obj>62</sink_obj> </item> <item class_id_reference="20" object_id="_191"> <id>223</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>63</sink_obj> </item> <item class_id_reference="20" object_id="_192"> <id>224</id> <edge_type>1</edge_type> <source_obj>168</source_obj> <sink_obj>63</sink_obj> </item> <item class_id_reference="20" object_id="_193"> <id>225</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>64</sink_obj> </item> <item class_id_reference="20" object_id="_194"> <id>226</id> <edge_type>1</edge_type> <source_obj>171</source_obj> <sink_obj>64</sink_obj> </item> <item class_id_reference="20" object_id="_195"> <id>227</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>65</sink_obj> </item> <item class_id_reference="20" object_id="_196"> <id>228</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>65</sink_obj> </item> <item class_id_reference="20" object_id="_197"> <id>229</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>65</sink_obj> </item> <item class_id_reference="20" object_id="_198"> <id>230</id> <edge_type>1</edge_type> <source_obj>65</source_obj> <sink_obj>66</sink_obj> </item> <item class_id_reference="20" object_id="_199"> <id>231</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>66</sink_obj> </item> <item class_id_reference="20" object_id="_200"> <id>232</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>67</sink_obj> </item> <item class_id_reference="20" object_id="_201"> <id>233</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>67</sink_obj> </item> <item class_id_reference="20" object_id="_202"> <id>235</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>68</sink_obj> </item> <item class_id_reference="20" object_id="_203"> <id>236</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>68</sink_obj> </item> <item class_id_reference="20" object_id="_204"> <id>238</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>69</sink_obj> </item> <item class_id_reference="20" object_id="_205"> <id>239</id> <edge_type>1</edge_type> <source_obj>67</source_obj> <sink_obj>69</sink_obj> </item> <item class_id_reference="20" object_id="_206"> <id>240</id> <edge_type>1</edge_type> <source_obj>188</source_obj> <sink_obj>69</sink_obj> </item> <item class_id_reference="20" object_id="_207"> <id>242</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>70</sink_obj> </item> <item class_id_reference="20" object_id="_208"> <id>243</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>71</sink_obj> </item> <item class_id_reference="20" object_id="_209"> <id>244</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>71</sink_obj> </item> <item class_id_reference="20" object_id="_210"> <id>246</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>72</sink_obj> </item> <item class_id_reference="20" object_id="_211"> <id>247</id> <edge_type>1</edge_type> <source_obj>165</source_obj> <sink_obj>72</sink_obj> </item> <item class_id_reference="20" object_id="_212"> <id>248</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>73</sink_obj> </item> <item class_id_reference="20" object_id="_213"> <id>249</id> <edge_type>1</edge_type> <source_obj>168</source_obj> <sink_obj>73</sink_obj> </item> <item class_id_reference="20" object_id="_214"> <id>250</id> <edge_type>1</edge_type> <source_obj>73</source_obj> <sink_obj>74</sink_obj> </item> <item class_id_reference="20" object_id="_215"> <id>251</id> <edge_type>1</edge_type> <source_obj>171</source_obj> <sink_obj>74</sink_obj> </item> <item class_id_reference="20" object_id="_216"> <id>252</id> <edge_type>1</edge_type> <source_obj>72</source_obj> <sink_obj>75</sink_obj> </item> <item class_id_reference="20" object_id="_217"> <id>253</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>75</sink_obj> </item> <item class_id_reference="20" object_id="_218"> <id>254</id> <edge_type>1</edge_type> <source_obj>73</source_obj> <sink_obj>75</sink_obj> </item> <item class_id_reference="20" object_id="_219"> <id>255</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>76</sink_obj> </item> <item class_id_reference="20" object_id="_220"> <id>256</id> <edge_type>1</edge_type> <source_obj>40</source_obj> <sink_obj>76</sink_obj> </item> <item class_id_reference="20" object_id="_221"> <id>258</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>77</sink_obj> </item> <item class_id_reference="20" object_id="_222"> <id>259</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>77</sink_obj> </item> <item class_id_reference="20" object_id="_223"> <id>261</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_224"> <id>262</id> <edge_type>1</edge_type> <source_obj>76</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_225"> <id>263</id> <edge_type>1</edge_type> <source_obj>188</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_226"> <id>265</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_227"> <id>267</id> <edge_type>1</edge_type> <source_obj>266</source_obj> <sink_obj>81</sink_obj> </item> <item class_id_reference="20" object_id="_228"> <id>268</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>81</sink_obj> </item> <item class_id_reference="20" object_id="_229"> <id>269</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>82</sink_obj> </item> <item class_id_reference="20" object_id="_230"> <id>318</id> <edge_type>2</edge_type> <source_obj>6</source_obj> <sink_obj>10</sink_obj> </item> <item class_id_reference="20" object_id="_231"> <id>319</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>85</sink_obj> </item> <item class_id_reference="20" object_id="_232"> <id>320</id> <edge_type>2</edge_type> <source_obj>10</source_obj> <sink_obj>83</sink_obj> </item> <item class_id_reference="20" object_id="_233"> <id>321</id> <edge_type>2</edge_type> <source_obj>83</source_obj> <sink_obj>10</sink_obj> </item> <item class_id_reference="20" object_id="_234"> <id>322</id> <edge_type>4</edge_type> <source_obj>78</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_235"> <id>323</id> <edge_type>4</edge_type> <source_obj>77</source_obj> <sink_obj>78</sink_obj> </item> <item class_id_reference="20" object_id="_236"> <id>324</id> <edge_type>4</edge_type> <source_obj>70</source_obj> <sink_obj>79</sink_obj> </item> <item class_id_reference="20" object_id="_237"> <id>325</id> <edge_type>4</edge_type> <source_obj>69</source_obj> <sink_obj>70</sink_obj> </item> <item class_id_reference="20" object_id="_238"> <id>326</id> <edge_type>4</edge_type> <source_obj>69</source_obj> <sink_obj>77</sink_obj> </item> <item class_id_reference="20" object_id="_239"> <id>327</id> <edge_type>4</edge_type> <source_obj>68</source_obj> <sink_obj>69</sink_obj> </item> <item class_id_reference="20" object_id="_240"> <id>328</id> <edge_type>4</edge_type> <source_obj>60</source_obj> <sink_obj>70</sink_obj> </item> <item class_id_reference="20" object_id="_241"> <id>329</id> <edge_type>4</edge_type> <source_obj>59</source_obj> <sink_obj>60</sink_obj> </item> <item class_id_reference="20" object_id="_242"> <id>330</id> <edge_type>4</edge_type> <source_obj>59</source_obj> <sink_obj>68</sink_obj> </item> <item class_id_reference="20" object_id="_243"> <id>331</id> <edge_type>4</edge_type> <source_obj>58</source_obj> <sink_obj>59</sink_obj> </item> <item class_id_reference="20" object_id="_244"> <id>332</id> <edge_type>4</edge_type> <source_obj>50</source_obj> <sink_obj>60</sink_obj> </item> <item class_id_reference="20" object_id="_245"> <id>333</id> <edge_type>4</edge_type> <source_obj>49</source_obj> <sink_obj>50</sink_obj> </item> <item class_id_reference="20" object_id="_246"> <id>334</id> <edge_type>4</edge_type> <source_obj>49</source_obj> <sink_obj>58</sink_obj> </item> <item class_id_reference="20" object_id="_247"> <id>335</id> <edge_type>4</edge_type> <source_obj>48</source_obj> <sink_obj>49</sink_obj> </item> <item class_id_reference="20" object_id="_248"> <id>336</id> <edge_type>4</edge_type> <source_obj>38</source_obj> <sink_obj>77</sink_obj> </item> <item class_id_reference="20" object_id="_249"> <id>337</id> <edge_type>4</edge_type> <source_obj>37</source_obj> <sink_obj>38</sink_obj> </item> <item class_id_reference="20" object_id="_250"> <id>338</id> <edge_type>4</edge_type> <source_obj>32</source_obj> <sink_obj>38</sink_obj> </item> <item class_id_reference="20" object_id="_251"> <id>339</id> <edge_type>4</edge_type> <source_obj>32</source_obj> <sink_obj>68</sink_obj> </item> <item class_id_reference="20" object_id="_252"> <id>340</id> <edge_type>4</edge_type> <source_obj>31</source_obj> <sink_obj>32</sink_obj> </item> <item class_id_reference="20" object_id="_253"> <id>341</id> <edge_type>4</edge_type> <source_obj>31</source_obj> <sink_obj>37</sink_obj> </item> <item class_id_reference="20" object_id="_254"> <id>342</id> <edge_type>4</edge_type> <source_obj>26</source_obj> <sink_obj>32</sink_obj> </item> <item class_id_reference="20" object_id="_255"> <id>343</id> <edge_type>4</edge_type> <source_obj>26</source_obj> <sink_obj>58</sink_obj> </item> <item class_id_reference="20" object_id="_256"> <id>344</id> <edge_type>4</edge_type> <source_obj>25</source_obj> <sink_obj>26</sink_obj> </item> <item class_id_reference="20" object_id="_257"> <id>345</id> <edge_type>4</edge_type> <source_obj>25</source_obj> <sink_obj>31</sink_obj> </item> <item class_id_reference="20" object_id="_258"> <id>346</id> <edge_type>4</edge_type> <source_obj>20</source_obj> <sink_obj>26</sink_obj> </item> <item class_id_reference="20" object_id="_259"> <id>347</id> <edge_type>4</edge_type> <source_obj>20</source_obj> <sink_obj>48</sink_obj> </item> <item class_id_reference="20" object_id="_260"> <id>348</id> <edge_type>4</edge_type> <source_obj>19</source_obj> <sink_obj>20</sink_obj> </item> <item class_id_reference="20" object_id="_261"> <id>349</id> <edge_type>4</edge_type> <source_obj>19</source_obj> <sink_obj>25</sink_obj> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_262"> <mId>1</mId> <mTag>aes_mixColumns</mTag> <mType>0</mType> <sub_regions> <count>3</count> <item_version>0</item_version> <item>2</item> <item>3</item> <item>4</item> </sub_regions> <basic_blocks> <count>0</count> <item_version>0</item_version> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>82</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_263"> <mId>2</mId> <mTag>Entry</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>6</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_264"> <mId>3</mId> <mTag>mix</mTag> <mType>1</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>10</item> <item>83</item> </basic_blocks> <mII>19</mII> <mDepth>24</mDepth> <mMinTripCount>4</mMinTripCount> <mMaxTripCount>4</mMaxTripCount> <mMinLatency>80</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_265"> <mId>4</mId> <mTag>Return</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>85</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>-1</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> </cdfg_regions> <fsm class_id="24" tracking_level="1" version="0" object_id="_266"> <states class_id="25" tracking_level="0" version="0"> <count>26</count> <item_version>0</item_version> <item class_id="26" tracking_level="1" version="0" object_id="_267"> <id>1</id> <operations class_id="27" tracking_level="0" version="0"> <count>3</count> <item_version>0</item_version> <item class_id="28" tracking_level="1" version="0" object_id="_268"> <id>3</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_269"> <id>4</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_270"> <id>5</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_271"> <id>2</id> <operations> <count>20</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_272"> <id>7</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_273"> <id>8</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_274"> <id>9</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_275"> <id>15</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_276"> <id>16</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_277"> <id>17</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_278"> <id>18</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_279"> <id>21</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_280"> <id>22</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_281"> <id>23</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_282"> <id>24</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_283"> <id>27</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_284"> <id>28</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_285"> <id>29</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_286"> <id>30</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_287"> <id>33</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_288"> <id>34</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_289"> <id>35</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_290"> <id>36</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_291"> <id>81</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_292"> <id>3</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_293"> <id>19</id> <stage>7</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_294"> <id>4</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_295"> <id>19</id> <stage>6</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_296"> <id>25</id> <stage>7</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_297"> <id>5</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_298"> <id>19</id> <stage>5</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_299"> <id>25</id> <stage>6</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_300"> <id>31</id> <stage>7</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_301"> <id>6</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_302"> <id>19</id> <stage>4</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_303"> <id>25</id> <stage>5</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_304"> <id>31</id> <stage>6</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_305"> <id>7</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_306"> <id>19</id> <stage>3</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_307"> <id>25</id> <stage>4</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_308"> <id>31</id> <stage>5</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_309"> <id>37</id> <stage>7</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_310"> <id>8</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_311"> <id>19</id> <stage>2</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_312"> <id>25</id> <stage>3</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_313"> <id>31</id> <stage>4</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_314"> <id>37</id> <stage>6</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_315"> <id>9</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_316"> <id>19</id> <stage>1</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_317"> <id>25</id> <stage>2</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_318"> <id>31</id> <stage>3</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_319"> <id>37</id> <stage>5</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_320"> <id>10</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_321"> <id>20</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_322"> <id>25</id> <stage>1</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_323"> <id>31</id> <stage>2</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_324"> <id>37</id> <stage>4</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_325"> <id>11</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_326"> <id>26</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_327"> <id>31</id> <stage>1</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_328"> <id>37</id> <stage>3</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_329"> <id>12</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_330"> <id>32</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_331"> <id>37</id> <stage>2</stage> <latency>7</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_332"> <id>13</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_333"> <id>37</id> <stage>1</stage> <latency>7</latency> </item> <item class_id_reference="28" object_id="_334"> <id>39</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_335"> <id>40</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_336"> <id>48</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_337"> <id>14</id> <operations> <count>9</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_338"> <id>38</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_339"> <id>41</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_340"> <id>42</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_341"> <id>43</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_342"> <id>44</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_343"> <id>45</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_344"> <id>46</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_345"> <id>47</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_346"> <id>49</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_347"> <id>15</id> <operations> <count>22</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_348"> <id>50</id> <stage>5</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_349"> <id>51</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_350"> <id>52</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_351"> <id>53</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_352"> <id>54</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_353"> <id>55</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_354"> <id>56</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_355"> <id>57</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_356"> <id>58</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_357"> <id>61</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_358"> <id>62</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_359"> <id>63</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_360"> <id>64</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_361"> <id>65</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_362"> <id>66</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_363"> <id>67</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_364"> <id>71</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_365"> <id>72</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_366"> <id>73</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_367"> <id>74</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_368"> <id>75</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_369"> <id>76</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_370"> <id>16</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_371"> <id>50</id> <stage>4</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_372"> <id>59</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_373"> <id>17</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_374"> <id>50</id> <stage>3</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_375"> <id>60</id> <stage>5</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_376"> <id>68</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_377"> <id>18</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_378"> <id>50</id> <stage>2</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_379"> <id>60</id> <stage>4</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_380"> <id>69</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_381"> <id>19</id> <operations> <count>4</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_382"> <id>50</id> <stage>1</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_383"> <id>60</id> <stage>3</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_384"> <id>70</id> <stage>5</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_385"> <id>77</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_386"> <id>20</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_387"> <id>60</id> <stage>2</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_388"> <id>70</id> <stage>4</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_389"> <id>78</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_390"> <id>21</id> <operations> <count>3</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_391"> <id>60</id> <stage>1</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_392"> <id>70</id> <stage>3</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_393"> <id>79</id> <stage>5</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_394"> <id>22</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_395"> <id>70</id> <stage>2</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_396"> <id>79</id> <stage>4</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_397"> <id>23</id> <operations> <count>2</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_398"> <id>70</id> <stage>1</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_399"> <id>79</id> <stage>3</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_400"> <id>24</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_401"> <id>79</id> <stage>2</stage> <latency>5</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_402"> <id>25</id> <operations> <count>7</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_403"> <id>11</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_404"> <id>12</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_405"> <id>13</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_406"> <id>14</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_407"> <id>79</id> <stage>1</stage> <latency>5</latency> </item> <item class_id_reference="28" object_id="_408"> <id>80</id> <stage>1</stage> <latency>1</latency> </item> <item class_id_reference="28" object_id="_409"> <id>82</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> <item class_id_reference="26" object_id="_410"> <id>26</id> <operations> <count>1</count> <item_version>0</item_version> <item class_id_reference="28" object_id="_411"> <id>84</id> <stage>1</stage> <latency>1</latency> </item> </operations> </item> </states> <transitions class_id="29" tracking_level="0" version="0"> <count>26</count> <item_version>0</item_version> <item class_id="30" tracking_level="1" version="0" object_id="_412"> <inState>1</inState> <outState>2</outState> <condition class_id="31" tracking_level="0" version="0"> <id>38</id> <sop class_id="32" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="33" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_413"> <inState>3</inState> <outState>4</outState> <condition> <id>68</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_414"> <inState>4</inState> <outState>5</outState> <condition> <id>69</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_415"> <inState>5</inState> <outState>6</outState> <condition> <id>70</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_416"> <inState>6</inState> <outState>7</outState> <condition> <id>71</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_417"> <inState>7</inState> <outState>8</outState> <condition> <id>72</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_418"> <inState>8</inState> <outState>9</outState> <condition> <id>73</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_419"> <inState>9</inState> <outState>10</outState> <condition> <id>74</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_420"> <inState>10</inState> <outState>11</outState> <condition> <id>75</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_421"> <inState>11</inState> <outState>12</outState> <condition> <id>76</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_422"> <inState>12</inState> <outState>13</outState> <condition> <id>77</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_423"> <inState>13</inState> <outState>14</outState> <condition> <id>78</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_424"> <inState>14</inState> <outState>15</outState> <condition> <id>79</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_425"> <inState>15</inState> <outState>16</outState> <condition> <id>80</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_426"> <inState>16</inState> <outState>17</outState> <condition> <id>81</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_427"> <inState>17</inState> <outState>18</outState> <condition> <id>82</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_428"> <inState>18</inState> <outState>19</outState> <condition> <id>83</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_429"> <inState>19</inState> <outState>20</outState> <condition> <id>84</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_430"> <inState>20</inState> <outState>21</outState> <condition> <id>85</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_431"> <inState>21</inState> <outState>22</outState> <condition> <id>86</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_432"> <inState>22</inState> <outState>23</outState> <condition> <id>87</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_433"> <inState>23</inState> <outState>24</outState> <condition> <id>88</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_434"> <inState>24</inState> <outState>25</outState> <condition> <id>89</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_435"> <inState>25</inState> <outState>2</outState> <condition> <id>90</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>0</count> <item_version>0</item_version> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_436"> <inState>2</inState> <outState>26</outState> <condition> <id>67</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item class_id="34" tracking_level="0" version="0"> <first class_id="35" tracking_level="0" version="0"> <first>8</first> <second>0</second> </first> <second>0</second> </item> </item> </sop> </condition> </item> <item class_id_reference="30" object_id="_437"> <inState>2</inState> <outState>3</outState> <condition> <id>91</id> <sop> <count>1</count> <item_version>0</item_version> <item> <count>1</count> <item_version>0</item_version> <item> <first> <first>8</first> <second>0</second> </first> <second>1</second> </item> </item> </sop> </condition> </item> </transitions> </fsm> <res class_id="-1"></res> <node_label_latency class_id="37" tracking_level="0" version="0"> <count>73</count> <item_version>0</item_version> <item class_id="38" tracking_level="0" version="0"> <first>4</first> <second class_id="39" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>5</first> <second> <first>0</first> <second>0</second> </second> </item> <item> <first>7</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>8</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>9</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>15</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>16</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>17</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>18</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>19</first> <second> <first>2</first> <second>6</second> </second> </item> <item> <first>20</first> <second> <first>9</first> <second>0</second> </second> </item> <item> <first>21</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>22</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>23</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>24</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>25</first> <second> <first>3</first> <second>6</second> </second> </item> <item> <first>26</first> <second> <first>10</first> <second>0</second> </second> </item> <item> <first>27</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>28</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>29</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>30</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>31</first> <second> <first>4</first> <second>6</second> </second> </item> <item> <first>32</first> <second> <first>11</first> <second>0</second> </second> </item> <item> <first>33</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>34</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>35</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>36</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>37</first> <second> <first>6</first> <second>6</second> </second> </item> <item> <first>38</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>39</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>40</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>41</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>42</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>43</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>44</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>45</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>46</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>47</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>48</first> <second> <first>12</first> <second>0</second> </second> </item> <item> <first>49</first> <second> <first>13</first> <second>0</second> </second> </item> <item> <first>50</first> <second> <first>14</first> <second>4</second> </second> </item> <item> <first>51</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>53</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>54</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>55</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>56</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>57</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>58</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>59</first> <second> <first>15</first> <second>0</second> </second> </item> <item> <first>60</first> <second> <first>16</first> <second>4</second> </second> </item> <item> <first>61</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>62</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>63</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>64</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>65</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>66</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>67</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>68</first> <second> <first>16</first> <second>0</second> </second> </item> <item> <first>69</first> <second> <first>17</first> <second>0</second> </second> </item> <item> <first>70</first> <second> <first>18</first> <second>4</second> </second> </item> <item> <first>71</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>72</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>73</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>74</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>75</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>76</first> <second> <first>14</first> <second>0</second> </second> </item> <item> <first>77</first> <second> <first>18</first> <second>0</second> </second> </item> <item> <first>78</first> <second> <first>19</first> <second>0</second> </second> </item> <item> <first>79</first> <second> <first>20</first> <second>4</second> </second> </item> <item> <first>81</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>82</first> <second> <first>24</first> <second>0</second> </second> </item> <item> <first>84</first> <second> <first>2</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="40" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="41" tracking_level="0" version="0"> <first>6</first> <second class_id="42" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>10</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>83</first> <second> <first>1</first> <second>24</second> </second> </item> <item> <first>85</first> <second> <first>2</first> <second>2</second> </second> </item> </bblk_ent_exit> <regions class_id="43" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="44" tracking_level="1" version="0" object_id="_438"> <region_name>mix</region_name> <basic_blocks> <count>2</count> <item_version>0</item_version> <item>10</item> <item>83</item> </basic_blocks> <nodes> <count>0</count> <item_version>0</item_version> </nodes> <anchor_node>-1</anchor_node> <region_type>8</region_type> <interval>19</interval> <pipe_depth>24</pipe_depth> </item> </regions> <dp_fu_nodes class_id="45" tracking_level="0" version="0"> <count>61</count> <item_version>0</item_version> <item class_id="46" tracking_level="0" version="0"> <first>70</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>76</first> <second> <count>13</count> <item_version>0</item_version> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>48</item> <item>50</item> <item>50</item> <item>50</item> <item>50</item> <item>50</item> </second> </item> <item> <first>83</first> <second> <count>13</count> <item_version>0</item_version> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>58</item> <item>60</item> <item>60</item> <item>60</item> <item>60</item> <item>60</item> </second> </item> <item> <first>90</first> <second> <count>13</count> <item_version>0</item_version> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>68</item> <item>70</item> <item>70</item> <item>70</item> <item>70</item> <item>70</item> </second> </item> <item> <first>97</first> <second> <count>13</count> <item_version>0</item_version> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>77</item> <item>79</item> <item>79</item> <item>79</item> <item>79</item> <item>79</item> </second> </item> <item> <first>104</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>109</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>114</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>120</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>125</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>135</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>145</first> <second> <count>1</count> <item_version>0</item_version> <item>69</item> </second> </item> <item> <first>155</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>168</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>175</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>183</first> <second> <count>1</count> <item_version>0</item_version> <item>15</item> </second> </item> <item> <first>187</first> <second> <count>1</count> <item_version>0</item_version> <item>16</item> </second> </item> <item> <first>191</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> <item> <first>196</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>202</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> <item> <first>208</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>212</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>217</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>223</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>229</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>233</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>238</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>244</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>250</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>254</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>259</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>265</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>271</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>275</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>280</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>285</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>292</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>297</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>303</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>311</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>317</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>323</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>327</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>335</first> <second> <count>1</count> <item_version>0</item_version> <item>53</item> </second> </item> <item> <first>341</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>347</first> <second> <count>1</count> <item_version>0</item_version> <item>55</item> </second> </item> <item> <first>355</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>360</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>365</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>369</first> <second> <count>1</count> <item_version>0</item_version> <item>62</item> </second> </item> <item> <first>377</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>383</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>389</first> <second> <count>1</count> <item_version>0</item_version> <item>65</item> </second> </item> <item> <first>397</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>402</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>407</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>411</first> <second> <count>1</count> <item_version>0</item_version> <item>72</item> </second> </item> <item> <first>419</first> <second> <count>1</count> <item_version>0</item_version> <item>73</item> </second> </item> <item> <first>425</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>431</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>439</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> </dp_fu_nodes> <dp_fu_nodes_expression class_id="48" tracking_level="0" version="0"> <count>48</count> <item_version>0</item_version> <item class_id="49" tracking_level="0" version="0"> <first>buf_addr_25_fu_217</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>buf_addr_26_fu_238</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>buf_addr_27_fu_259</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>buf_addr_fu_196</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>e_fu_280</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>i_2_fu_265</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>i_phi_fu_168</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>sum1_fu_212</first> <second> <count>1</count> <item_version>0</item_version> <item>23</item> </second> </item> <item> <first>sum2_fu_233</first> <second> <count>1</count> <item_version>0</item_version> <item>29</item> </second> </item> <item> <first>sum3_fu_254</first> <second> <count>1</count> <item_version>0</item_version> <item>35</item> </second> </item> <item> <first>sum_fu_191</first> <second> <count>1</count> <item_version>0</item_version> <item>17</item> </second> </item> <item> <first>tmp1_fu_311</first> <second> <count>1</count> <item_version>0</item_version> <item>46</item> </second> </item> <item> <first>tmp2_fu_355</first> <second> <count>1</count> <item_version>0</item_version> <item>56</item> </second> </item> <item> <first>tmp3_fu_397</first> <second> <count>1</count> <item_version>0</item_version> <item>66</item> </second> </item> <item> <first>tmp_10_fu_187</first> <second> <count>1</count> <item_version>0</item_version> <item>16</item> </second> </item> <item> <first>tmp_11_fu_285</first> <second> <count>1</count> <item_version>0</item_version> <item>42</item> </second> </item> <item> <first>tmp_12_fu_292</first> <second> <count>1</count> <item_version>0</item_version> <item>43</item> </second> </item> <item> <first>tmp_13_fu_327</first> <second> <count>1</count> <item_version>0</item_version> <item>52</item> </second> </item> <item> <first>tmp_14_fu_335</first> <second> <count>1</count> <item_version>0</item_version> <item>53</item> </second> </item> <item> <first>tmp_15_fu_369</first> <second> <count>1</count> <item_version>0</item_version> <item>62</item> </second> </item> <item> <first>tmp_16_fu_377</first> <second> <count>1</count> <item_version>0</item_version> <item>63</item> </second> </item> <item> <first>tmp_17_fu_411</first> <second> <count>1</count> <item_version>0</item_version> <item>72</item> </second> </item> <item> <first>tmp_18_fu_419</first> <second> <count>1</count> <item_version>0</item_version> <item>73</item> </second> </item> <item> <first>tmp_2_cast_fu_208</first> <second> <count>1</count> <item_version>0</item_version> <item>22</item> </second> </item> <item> <first>tmp_2_fu_202</first> <second> <count>1</count> <item_version>0</item_version> <item>21</item> </second> </item> <item> <first>tmp_2_i1_fu_341</first> <second> <count>1</count> <item_version>0</item_version> <item>54</item> </second> </item> <item> <first>tmp_2_i2_fu_383</first> <second> <count>1</count> <item_version>0</item_version> <item>64</item> </second> </item> <item> <first>tmp_2_i3_fu_425</first> <second> <count>1</count> <item_version>0</item_version> <item>74</item> </second> </item> <item> <first>tmp_2_i_fu_297</first> <second> <count>1</count> <item_version>0</item_version> <item>44</item> </second> </item> <item> <first>tmp_3_cast_fu_229</first> <second> <count>1</count> <item_version>0</item_version> <item>28</item> </second> </item> <item> <first>tmp_3_fu_223</first> <second> <count>1</count> <item_version>0</item_version> <item>27</item> </second> </item> <item> <first>tmp_4_cast_fu_250</first> <second> <count>1</count> <item_version>0</item_version> <item>34</item> </second> </item> <item> <first>tmp_4_fu_244</first> <second> <count>1</count> <item_version>0</item_version> <item>33</item> </second> </item> <item> <first>tmp_4_i1_fu_347</first> <second> <count>1</count> <item_version>0</item_version> <item>55</item> </second> </item> <item> <first>tmp_4_i2_fu_389</first> <second> <count>1</count> <item_version>0</item_version> <item>65</item> </second> </item> <item> <first>tmp_4_i3_fu_431</first> <second> <count>1</count> <item_version>0</item_version> <item>75</item> </second> </item> <item> <first>tmp_4_i_fu_303</first> <second> <count>1</count> <item_version>0</item_version> <item>45</item> </second> </item> <item> <first>tmp_5_fu_360</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>tmp_6_fu_275</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>tmp_7_fu_402</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>tmp_8_fu_439</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>tmp_9_fu_317</first> <second> <count>1</count> <item_version>0</item_version> <item>47</item> </second> </item> <item> <first>tmp_fu_175</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>tmp_s_fu_183</first> <second> <count>1</count> <item_version>0</item_version> <item>15</item> </second> </item> <item> <first>x_assign_1_fu_323</first> <second> <count>1</count> <item_version>0</item_version> <item>51</item> </second> </item> <item> <first>x_assign_2_fu_365</first> <second> <count>1</count> <item_version>0</item_version> <item>61</item> </second> </item> <item> <first>x_assign_3_fu_407</first> <second> <count>1</count> <item_version>0</item_version> <item>71</item> </second> </item> <item> <first>x_assign_fu_271</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>13</count> <item_version>0</item_version> <item> <first>StgValue_116_write_fu_135</first> <second> <count>1</count> <item_version>0</item_version> <item>59</item> </second> </item> <item> <first>StgValue_122_write_fu_145</first> <second> <count>1</count> <item_version>0</item_version> <item>69</item> </second> </item> <item> <first>StgValue_129_write_fu_155</first> <second> <count>1</count> <item_version>0</item_version> <item>78</item> </second> </item> <item> <first>StgValue_92_write_fu_125</first> <second> <count>1</count> <item_version>0</item_version> <item>49</item> </second> </item> <item> <first>a_read_fu_104</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>b_read_fu_109</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>buf_offset_read_read_fu_70</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>c_read_fu_114</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>d_read_fu_120</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>grp_writeresp_fu_76</first> <second> <count>13</count> <item_version>0</item_version> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>19</item> <item>48</item> <item>50</item> <item>50</item> <item>50</item> <item>50</item> <item>50</item> </second> </item> <item> <first>grp_writeresp_fu_83</first> <second> <count>13</count> <item_version>0</item_version> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>25</item> <item>58</item> <item>60</item> <item>60</item> <item>60</item> <item>60</item> <item>60</item> </second> </item> <item> <first>grp_writeresp_fu_90</first> <second> <count>13</count> <item_version>0</item_version> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>31</item> <item>68</item> <item>70</item> <item>70</item> <item>70</item> <item>70</item> <item>70</item> </second> </item> <item> <first>grp_writeresp_fu_97</first> <second> <count>13</count> <item_version>0</item_version> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>37</item> <item>77</item> <item>79</item> <item>79</item> <item>79</item> <item>79</item> <item>79</item> </second> </item> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="50" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_mem_port_nodes> <dp_reg_nodes> <count>18</count> <item_version>0</item_version> <item> <first>164</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>444</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>452</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>456</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>463</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>470</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>477</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>484</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>489</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>496</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>503</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>511</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> <item> <first>517</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>523</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>529</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>535</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>540</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>545</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> </dp_reg_nodes> <dp_regname_nodes> <count>18</count> <item_version>0</item_version> <item> <first>a_reg_489</first> <second> <count>1</count> <item_version>0</item_version> <item>20</item> </second> </item> <item> <first>b_reg_496</first> <second> <count>1</count> <item_version>0</item_version> <item>26</item> </second> </item> <item> <first>buf_addr_25_reg_463</first> <second> <count>1</count> <item_version>0</item_version> <item>24</item> </second> </item> <item> <first>buf_addr_26_reg_470</first> <second> <count>1</count> <item_version>0</item_version> <item>30</item> </second> </item> <item> <first>buf_addr_27_reg_477</first> <second> <count>1</count> <item_version>0</item_version> <item>36</item> </second> </item> <item> <first>buf_addr_reg_456</first> <second> <count>1</count> <item_version>0</item_version> <item>18</item> </second> </item> <item> <first>buf_offset_read_reg_444</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> <item> <first>c_reg_503</first> <second> <count>1</count> <item_version>0</item_version> <item>32</item> </second> </item> <item> <first>d_reg_523</first> <second> <count>1</count> <item_version>0</item_version> <item>38</item> </second> </item> <item> <first>e_reg_529</first> <second> <count>1</count> <item_version>0</item_version> <item>41</item> </second> </item> <item> <first>i_2_reg_484</first> <second> <count>1</count> <item_version>0</item_version> <item>81</item> </second> </item> <item> <first>i_reg_164</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> <item> <first>tmp_5_reg_535</first> <second> <count>1</count> <item_version>0</item_version> <item>57</item> </second> </item> <item> <first>tmp_6_reg_517</first> <second> <count>1</count> <item_version>0</item_version> <item>40</item> </second> </item> <item> <first>tmp_7_reg_540</first> <second> <count>1</count> <item_version>0</item_version> <item>67</item> </second> </item> <item> <first>tmp_8_reg_545</first> <second> <count>1</count> <item_version>0</item_version> <item>76</item> </second> </item> <item> <first>tmp_reg_452</first> <second> <count>1</count> <item_version>0</item_version> <item>8</item> </second> </item> <item> <first>x_assign_reg_511</first> <second> <count>1</count> <item_version>0</item_version> <item>39</item> </second> </item> </dp_regname_nodes> <dp_reg_phi> <count>1</count> <item_version>0</item_version> <item> <first>164</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> </dp_reg_phi> <dp_regname_phi> <count>1</count> <item_version>0</item_version> <item> <first>i_reg_164</first> <second> <count>1</count> <item_version>0</item_version> <item>7</item> </second> </item> </dp_regname_phi> <dp_port_io_nodes class_id="51" tracking_level="0" version="0"> <count>2</count> <item_version>0</item_version> <item class_id="52" tracking_level="0" version="0"> <first>buf_offset</first> <second> <count>1</count> <item_version>0</item_version> <item> <first>read</first> <second> <count>1</count> <item_version>0</item_version> <item>4</item> </second> </item> </second> </item> <item> <first>buf_r</first> <second> <count>0</count> <item_version>0</item_version> </second> </item> </dp_port_io_nodes> <port2core class_id="53" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </port2core> <node2core> <count>0</count> <item_version>0</item_version> </node2core> </syndb> </boost_serialization>
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- Ada Modeling Framework -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2011-2012, Vadim Godunko <vgodunko@gmail.com> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ -- This file is generated, don't edit it. ------------------------------------------------------------------------------ with AMF.Elements.Generic_Hash; function AMF.UML.Loop_Nodes.Hash is new AMF.Elements.Generic_Hash (UML_Loop_Node, UML_Loop_Node_Access);
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ADA.STRINGS.WIDE_UNBOUNDED.WIDE_TEXT_IO -- -- -- -- S p e c -- -- -- -- Copyright (C) 1997-2009, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This child package of Ada.Strings.Wide_Unbounded provides specialized -- Wide_Text_IO routines that work directly with unbounded wide strings, -- avoiding the inefficiencies of access via the standard interface, and also -- taking direct advantage of the variable length semantics of these strings. with Ada.Wide_Text_IO; package Ada.Strings.Wide_Unbounded.Wide_Text_IO is function Get_Line return Unbounded_Wide_String; function Get_Line (File : Ada.Wide_Text_IO.File_Type) return Unbounded_Wide_String; -- Reads up to the end of the current line, returning the result -- as an unbounded string of appropriate length. If no File parameter -- is present, input is from Current_Input. procedure Get_Line (File : Ada.Wide_Text_IO.File_Type; Item : out Unbounded_Wide_String); procedure Get_Line (Item : out Unbounded_Wide_String); -- Similar to the above, but in procedure form with an out parameter procedure Put (U : Unbounded_Wide_String); procedure Put (File : Ada.Wide_Text_IO.File_Type; U : Unbounded_Wide_String); procedure Put_Line (U : Unbounded_Wide_String); procedure Put_Line (File : Ada.Wide_Text_IO.File_Type; U : Unbounded_Wide_String); -- These are equivalent to the standard Wide_Text_IO routines passed the -- value To_Wide_String (U), but operate more efficiently, because the -- extra copy of the argument is avoided. end Ada.Strings.Wide_Unbounded.Wide_Text_IO;
-------------------------------------------------------------------------------- -- -- -- Copyright (C) 2004, RISC OS Ada Library (RASCAL) developers. -- -- -- -- This library is free software; you can redistribute it and/or -- -- modify it under the terms of the GNU Lesser General Public -- -- License as published by the Free Software Foundation; either -- -- version 2.1 of the License, or (at your option) any later version. -- -- -- -- This library is distributed in the hope that it will be useful, -- -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- -- Lesser General Public License for more details. -- -- -- -- You should have received a copy of the GNU Lesser General Public -- -- License along with this library; if not, write to the Free Software -- -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- -- -- -------------------------------------------------------------------------------- -- @brief StrongHelp types and methods. -- $Author$ -- $Date$ -- $Revision$ package RASCAL.StrongHelp is -- -- Ensure StrongHelp is active. -- function Run return boolean; end RASCAL.StrongHelp;
with Ada.Text_IO; use Ada.Text_IO; with Ada.Command_Line; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Assertions; with GNAT.Exception_Actions; with Ada.Exceptions; procedure Fuzzing_Example is Input : Unbounded_String; Fd : File_Type; Filename : aliased String := Ada.Command_Line.Argument(1); procedure Check_Secret (Password : Unbounded_String) is Fuzz : Unbounded_String; Zero : Integer := 0; One : Integer := 1; Answer : Integer := 0; begin Fuzz := To_Unbounded_String("fuzz"); if Fuzz = Input then Put_Line ("Fuzz Found!"); -- raise Ada.Assertions.Assertion_Error; also works. Answer := One / Zero; else Put_Line ("Not Found!"); end if; end Check_Secret; begin Open (File => Fd, Mode => In_File, Name => Filename); Input := To_Unbounded_String(Get_Line (FD)); Check_Secret(Input); exception when Occurence : others => GNAT.Exception_Actions.Core_Dump (Occurence); end Fuzzing_Example;
-- { dg-do compile } package body Volatile12 is procedure Proc (A : Arr) is begin null; end; end Volatile12;
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- S Y S T E M . F A T _ V A X _ D _ F L O A T -- -- -- -- S p e c -- -- -- -- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- -- -- -- -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package contains an instantiation of the floating-point attribute -- runtime routines for VAX D-float for use on VMS targets. with System.Fat_Gen; package System.Fat_VAX_D_Float is pragma Pure; pragma Warnings (Off); -- This unit is normally used only for VMS, but we compile it for other -- targest for the convenience of testing vms code using -gnatdm. type Fat_VAX_D is digits 9; pragma Float_Representation (VAX_Float, Fat_VAX_D); -- Note the only entity from this package that is acccessed by Rtsfind -- is the name of the package instantiation. Entities within this package -- (i.e. the individual floating-point attribute routines) are accessed -- by name using selected notation. package Attr_VAX_D_Float is new System.Fat_Gen (Fat_VAX_D); end System.Fat_VAX_D_Float;
-- Copyright (c) 1990 Regents of the University of California. -- All rights reserved. -- -- This software was developed by John Self of the Arcadia project -- at the University of California, Irvine. -- -- Redistribution and use in source and binary forms are permitted -- provided that the above copyright notice and this paragraph are -- duplicated in all such forms and that any documentation, -- advertising materials, and other materials related to such -- distribution and use acknowledge that the software was developed -- by the University of California, Irvine. The name of the -- University may not be used to endorse or promote products derived -- from this software without specific prior written permission. -- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -- WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. -- TITLE external_file_manager -- AUTHOR: John Self (UCI) -- DESCRIPTION opens external files for other functions -- NOTES This package opens external files, and thus may be system dependent -- because of limitations on file names. -- This version is for the VADS 5.5 Ada development system. -- $Header: /co/ua/self/arcadia/aflex/ada/src/RCS/file_managerB.a,v 1.5 90/01/12 15:19:58 self Exp Locker: self $ with MISC_DEFS, TSTRING, TEXT_IO, MISC; use MISC_DEFS, TSTRING, TEXT_IO, MISC; package body EXTERNAL_FILE_MANAGER is -- FIX comment about compiler dependent Std_Err: Text_IO.File_Type; subtype SUFFIX_TYPE is STRING(1 .. 3); function Standard_Error return Text_IO.File_Type is begin return Std_Err; end Standard_Error; function ADA_SUFFIX return SUFFIX_TYPE is begin return "ada"; end ADA_SUFFIX; procedure GET_IO_FILE(F : in out FILE_TYPE) is begin if (LEN(INFILENAME) /= 0) then CREATE(F, OUT_FILE, STR(MISC.BASENAME) & "_io." & ADA_SUFFIX); else CREATE(F, OUT_FILE, "aflex_yy_io." & ADA_SUFFIX); end if; exception when USE_ERROR | NAME_ERROR => MISC.AFLEXFATAL("could not create IO package file"); end GET_IO_FILE; procedure GET_DFA_FILE(F : in out FILE_TYPE) is begin if (LEN(INFILENAME) /= 0) then CREATE(F, OUT_FILE, STR(MISC.BASENAME) & "_dfa." & ADA_SUFFIX); else CREATE(F, OUT_FILE, "aflex_yy_dfa." & ADA_SUFFIX); end if; exception when USE_ERROR | NAME_ERROR => MISC.AFLEXFATAL("could not create DFA package file"); end GET_DFA_FILE; procedure GET_SCANNER_FILE(F : in out FILE_TYPE) is OUTFILE_NAME : VSTRING; begin if (LEN(INFILENAME) /= 0) then -- give out infile + ada_suffix OUTFILE_NAME := MISC.BASENAME & "." & ADA_SUFFIX; else OUTFILE_NAME := VSTR("aflex_yy." & ADA_SUFFIX); end if; CREATE(F, OUT_FILE, STR(OUTFILE_NAME)); SET_OUTPUT(F); exception when NAME_ERROR | USE_ERROR => MISC.AFLEXFATAL("can't create scanner file " & OUTFILE_NAME); end GET_SCANNER_FILE; procedure GET_BACKTRACK_FILE(F : in out FILE_TYPE) is begin CREATE(F, OUT_FILE, "aflex.backtrack"); exception when USE_ERROR | NAME_ERROR => MISC.AFLEXFATAL("could not create backtrack file"); end GET_BACKTRACK_FILE; procedure INITIALIZE_FILES is begin Text_Io.CREATE ( File=> Std_Err, Mode => Text_IO.Out_File, Name => Error_File_Name (1 .. Error_File_Name_Length) ); exception when Text_IO.USE_ERROR | Text_IO.NAME_ERROR => Misc.AFLEXFATAL ("Can't open error file " & Error_File_Name (1 .. Error_File_Name_Length) ); end INITIALIZE_FILES; procedure Set_Error_File_Name ( New_Name: in String ) is begin Error_File_Name_Length := New_Name'length; Error_File_Name (1..Error_File_Name_Length) := New_Name; end Set_Error_File_Name; end EXTERNAL_FILE_MANAGER;
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2016, AdaCore -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in -- -- the documentation and/or other materials provided with the -- -- distribution. -- -- 3. Neither the name of the copyright holder nor the names of its -- -- contributors may be used to endorse or promote products derived -- -- from this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -- -- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -- -- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -- -- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -- -- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -- -- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- Display Serial Interface package HAL.DSI is pragma Preelaborate; subtype DSI_Virtual_Channel_ID is UInt2; type DSI_Data is array (Positive range <>) of UInt8; type DSI_Pkt_Data_Type is (DCS_Short_Pkt_Write_P0, -- DCS Short write, no parameter DCS_Short_Pkt_Write_P1, -- DCS Short write, one parameter Gen_Short_Pkt_Write_P0, -- Generic Short write, no parameter Gen_Short_Pkt_Write_P1, -- Generic Short write, one parameter Gen_Short_Pkt_Write_P2, -- Generic Short write, two parameters DCS_Long_Pkt_Write, -- DCS Long write Gen_Long_Pkt_Write, -- Generic Long write DCS_Short_Pkt_Read, -- DCS Short read Gen_Short_Pkg_Read_P0, -- Gen read, no parameter Gen_Short_Pkg_Read_P1, -- Gen read, one parameter Gen_Short_Pkg_Read_P2); -- Gen read, two parameter subtype DSI_Short_Write_Packet_Data_Type is DSI_Pkt_Data_Type range DCS_Short_Pkt_Write_P0 .. Gen_Short_Pkt_Write_P2; subtype DSI_Long_Write_Packet_Data_Type is DSI_Pkt_Data_Type range DCS_Long_Pkt_Write .. Gen_Long_Pkt_Write; type DSI_Port is limited interface; type Any_DSI_Port is access all DSI_Port'Class; procedure DSI_Short_Write (Port : in out DSI_Port; Channel_ID : DSI_Virtual_Channel_ID; Mode : DSI_Short_Write_Packet_Data_Type; Param1 : UInt8; Param2 : UInt8) is abstract; procedure DSI_Long_Write (Port : in out DSI_Port; Channel_Id : DSI_Virtual_Channel_ID; Mode : DSI_Long_Write_Packet_Data_Type; Param1 : UInt8; Parameters : DSI_Data) is abstract; end HAL.DSI;
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . W I D _ W C H A R -- -- -- -- S p e c -- -- -- -- Copyright (C) 1992-2019, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package contains the routines used for Wide_[Wide_]Character'Width package System.Wid_WChar is pragma Pure; function Width_Wide_Character (Lo, Hi : Wide_Character) return Natural; -- Compute Width attribute for non-static type derived from Wide_Character. -- The arguments are the low and high bounds for the type. function Width_Wide_Wide_Character (Lo, Hi : Wide_Wide_Character) return Natural; -- Same function for type derived from Wide_Wide_Character end System.Wid_WChar;
-- SPDX-FileCopyrightText: 2019 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Elements.Statements; with Program.Lexical_Elements; with Program.Elements.Expressions; package Program.Elements.Requeue_Statements is pragma Pure (Program.Elements.Requeue_Statements); type Requeue_Statement is limited interface and Program.Elements.Statements.Statement; type Requeue_Statement_Access is access all Requeue_Statement'Class with Storage_Size => 0; not overriding function Entry_Name (Self : Requeue_Statement) return not null Program.Elements.Expressions.Expression_Access is abstract; not overriding function Has_With_Abort (Self : Requeue_Statement) return Boolean is abstract; type Requeue_Statement_Text is limited interface; type Requeue_Statement_Text_Access is access all Requeue_Statement_Text'Class with Storage_Size => 0; not overriding function To_Requeue_Statement_Text (Self : in out Requeue_Statement) return Requeue_Statement_Text_Access is abstract; not overriding function Requeue_Token (Self : Requeue_Statement_Text) return not null Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function With_Token (Self : Requeue_Statement_Text) return Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function Abort_Token (Self : Requeue_Statement_Text) return Program.Lexical_Elements.Lexical_Element_Access is abstract; not overriding function Semicolon_Token (Self : Requeue_Statement_Text) return not null Program.Lexical_Elements.Lexical_Element_Access is abstract; end Program.Elements.Requeue_Statements;
with Ada; with System.Address_To_Access_Conversions; with System.Address_To_Constant_Access_Conversions; with System.Address_To_Named_Access_Conversions; procedure addrconv is package AC1 is new System.Address_To_Access_Conversions (Integer); type TA is access all Integer; pragma No_Strict_Aliasing (TA); package AC2 is new System.Address_To_Named_Access_Conversions (Integer, TA); type TC is access constant Integer; pragma No_Strict_Aliasing (TC); package AC3 is new System.Address_To_Constant_Access_Conversions (Integer, TC); V : aliased Integer; V1 : AC1.Object_Pointer := AC1.To_Pointer (V'Address); V2 : TA := AC2.To_Pointer (V'Address); V3 : TC := AC3.To_Pointer (V'Address); pragma Suppress (Access_Check); begin V := 10; V1.all := V1.all + 10; V2.all := V2.all + 10; pragma Assert (V3.all = 30); pragma Debug (Ada.Debug.Put ("OK")); end addrconv;
-- Copyright 2012-2016 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. package body Pck is function Ident (I : Integer) return Integer is begin return I; end Ident; procedure Do_Nothing (A : System.Address) is begin null; end Do_Nothing; end Pck;
-- This package was generated by the Ada_Drivers_Library project wizard script package ADL_Config is Vendor : constant String := "Nordic"; -- From board definition Max_Mount_Points : constant := 2; -- From default value Boot_Memory : constant String := "flash"; -- From default value Max_Mount_Name_Length : constant := 128; -- From default value Runtime_Profile : constant String := "zfp"; -- From command line Device_Name : constant String := "nRF52832xxAA"; -- From board definition Device_Family : constant String := "nRF52"; -- From board definition Has_Ravenscar_SFP_Runtime : constant String := "False"; -- From board definition Runtime_Name : constant String := "zfp-cortex-m4f"; -- From default value Has_Ravenscar_Full_Runtime : constant String := "False"; -- From board definition CPU_Core : constant String := "ARM Cortex-M4F"; -- From mcu definition Board : constant String := "NRF52_DK"; -- From command line Has_ZFP_Runtime : constant String := "True"; -- From board definition Number_Of_Interrupts : constant := 128; -- From MCU definition Has_Custom_Memory_Area_1 : constant Boolean := False; -- From default value Use_Startup_Gen : constant Boolean := True; -- From command line Max_Path_Length : constant := 1024; -- From default value Runtime_Name_Suffix : constant String := "cortex-m4f"; -- From board definition Architecture : constant String := "ARM"; -- From board definition end ADL_Config;
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- A D A . E X C E P T I O N S . E X C E P T I O N _ P R O P A G A T I O N -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2016, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This is the version using the GCC EH mechanism with Ada.Unchecked_Conversion; with Ada.Unchecked_Deallocation; with System.Storage_Elements; use System.Storage_Elements; with System.Exceptions.Machine; use System.Exceptions.Machine; separate (Ada.Exceptions) package body Exception_Propagation is use Exception_Traces; Foreign_Exception : aliased System.Standard_Library.Exception_Data; pragma Import (Ada, Foreign_Exception, "system__exceptions__foreign_exception"); -- Id for foreign exceptions -------------------------------------------------------------- -- GNAT Specific Entities To Deal With The GCC EH Circuitry -- -------------------------------------------------------------- procedure GNAT_GCC_Exception_Cleanup (Reason : Unwind_Reason_Code; Excep : not null GNAT_GCC_Exception_Access); pragma Convention (C, GNAT_GCC_Exception_Cleanup); -- Procedure called when a GNAT GCC exception is free. procedure Propagate_GCC_Exception (GCC_Exception : not null GCC_Exception_Access); pragma No_Return (Propagate_GCC_Exception); -- Propagate a GCC exception procedure Reraise_GCC_Exception (GCC_Exception : not null GCC_Exception_Access); pragma No_Return (Reraise_GCC_Exception); pragma Export (C, Reraise_GCC_Exception, "__gnat_reraise_zcx"); -- Called to implement raise without exception, ie reraise. Called -- directly from gigi. function Setup_Current_Excep (GCC_Exception : not null GCC_Exception_Access) return EOA; pragma Export (C, Setup_Current_Excep, "__gnat_setup_current_excep"); -- Write Get_Current_Excep.all from GCC_Exception. Called by the -- personality routine. procedure Unhandled_Except_Handler (GCC_Exception : not null GCC_Exception_Access); pragma No_Return (Unhandled_Except_Handler); pragma Export (C, Unhandled_Except_Handler, "__gnat_unhandled_except_handler"); -- Called for handle unhandled exceptions, ie the last chance handler -- on platforms (such as SEH) that never returns after throwing an -- exception. Called directly by gigi. function CleanupUnwind_Handler (UW_Version : Integer; UW_Phases : Unwind_Action; UW_Eclass : Exception_Class; UW_Exception : not null GCC_Exception_Access; UW_Context : System.Address; UW_Argument : System.Address) return Unwind_Reason_Code; pragma Import (C, CleanupUnwind_Handler, "__gnat_cleanupunwind_handler"); -- Hook called at each step of the forced unwinding we perform to trigger -- cleanups found during the propagation of an unhandled exception. -- GCC runtime functions used. These are C non-void functions, actually, -- but we ignore the return values. See raise.c as to why we are using -- __gnat stubs for these. procedure Unwind_RaiseException (UW_Exception : not null GCC_Exception_Access); pragma Import (C, Unwind_RaiseException, "__gnat_Unwind_RaiseException"); procedure Unwind_ForcedUnwind (UW_Exception : not null GCC_Exception_Access; UW_Handler : System.Address; UW_Argument : System.Address); pragma Import (C, Unwind_ForcedUnwind, "__gnat_Unwind_ForcedUnwind"); procedure Set_Exception_Parameter (Excep : EOA; GCC_Exception : not null GCC_Exception_Access); pragma Export (C, Set_Exception_Parameter, "__gnat_set_exception_parameter"); -- Called inserted by gigi to set the exception choice parameter from the -- gcc occurrence. procedure Set_Foreign_Occurrence (Excep : EOA; Mo : System.Address); -- Utility routine to initialize occurrence Excep from a foreign exception -- whose machine occurrence is Mo. The message is empty, the backtrace -- is empty too and the exception identity is Foreign_Exception. -- Hooks called when entering/leaving an exception handler for a given -- occurrence, aimed at handling the stack of active occurrences. The -- calls are generated by gigi in tree_transform/N_Exception_Handler. procedure Begin_Handler (GCC_Exception : not null GCC_Exception_Access); pragma Export (C, Begin_Handler, "__gnat_begin_handler"); procedure End_Handler (GCC_Exception : GCC_Exception_Access); pragma Export (C, End_Handler, "__gnat_end_handler"); -------------------------------------------------------------------- -- Accessors to Basic Components of a GNAT Exception Data Pointer -- -------------------------------------------------------------------- -- As of today, these are only used by the C implementation of the GCC -- propagation personality routine to avoid having to rely on a C -- counterpart of the whole exception_data structure, which is both -- painful and error prone. These subprograms could be moved to a more -- widely visible location if need be. function Is_Handled_By_Others (E : Exception_Data_Ptr) return Boolean; pragma Export (C, Is_Handled_By_Others, "__gnat_is_handled_by_others"); pragma Warnings (Off, Is_Handled_By_Others); function Language_For (E : Exception_Data_Ptr) return Character; pragma Export (C, Language_For, "__gnat_language_for"); function Foreign_Data_For (E : Exception_Data_Ptr) return Address; pragma Export (C, Foreign_Data_For, "__gnat_foreign_data_for"); function EID_For (GNAT_Exception : not null GNAT_GCC_Exception_Access) return Exception_Id; pragma Export (C, EID_For, "__gnat_eid_for"); --------------------------------------------------------------------------- -- Objects to materialize "others" and "all others" in the GCC EH tables -- --------------------------------------------------------------------------- -- Currently, these only have their address taken and compared so there is -- no real point having whole exception data blocks allocated. Note that -- there are corresponding declarations in gigi (trans.c) which must be -- kept properly synchronized. Others_Value : constant Character := 'O'; pragma Export (C, Others_Value, "__gnat_others_value"); All_Others_Value : constant Character := 'A'; pragma Export (C, All_Others_Value, "__gnat_all_others_value"); Unhandled_Others_Value : constant Character := 'U'; pragma Export (C, Unhandled_Others_Value, "__gnat_unhandled_others_value"); -- Special choice (emitted by gigi) to catch and notify unhandled -- exceptions on targets which always handle exceptions (such as SEH). -- The handler will simply call Unhandled_Except_Handler. ------------------------- -- Allocate_Occurrence -- ------------------------- function Allocate_Occurrence return EOA is Res : GNAT_GCC_Exception_Access; begin Res := New_Occurrence; Res.Header.Cleanup := GNAT_GCC_Exception_Cleanup'Address; Res.Occurrence.Machine_Occurrence := Res.all'Address; return Res.Occurrence'Access; end Allocate_Occurrence; -------------------------------- -- GNAT_GCC_Exception_Cleanup -- -------------------------------- procedure GNAT_GCC_Exception_Cleanup (Reason : Unwind_Reason_Code; Excep : not null GNAT_GCC_Exception_Access) is pragma Unreferenced (Reason); procedure Free is new Unchecked_Deallocation (GNAT_GCC_Exception, GNAT_GCC_Exception_Access); Copy : GNAT_GCC_Exception_Access := Excep; begin -- Simply free the memory Free (Copy); end GNAT_GCC_Exception_Cleanup; ---------------------------- -- Set_Foreign_Occurrence -- ---------------------------- procedure Set_Foreign_Occurrence (Excep : EOA; Mo : System.Address) is begin Excep.all := ( Id => Foreign_Exception'Access, Machine_Occurrence => Mo, Msg => <>, Msg_Length => 0, Exception_Raised => True, Pid => Local_Partition_ID, Num_Tracebacks => 0, Tracebacks => <>); end Set_Foreign_Occurrence; ------------------------- -- Setup_Current_Excep -- ------------------------- function Setup_Current_Excep (GCC_Exception : not null GCC_Exception_Access) return EOA is Excep : constant EOA := Get_Current_Excep.all; begin -- Setup the exception occurrence if GCC_Exception.Class = GNAT_Exception_Class then -- From the GCC exception declare GNAT_Occurrence : constant GNAT_GCC_Exception_Access := To_GNAT_GCC_Exception (GCC_Exception); begin Excep.all := GNAT_Occurrence.Occurrence; return GNAT_Occurrence.Occurrence'Access; end; else -- A default one Set_Foreign_Occurrence (Excep, GCC_Exception.all'Address); return Excep; end if; end Setup_Current_Excep; ------------------- -- Begin_Handler -- ------------------- procedure Begin_Handler (GCC_Exception : not null GCC_Exception_Access) is pragma Unreferenced (GCC_Exception); begin null; end Begin_Handler; ----------------- -- End_Handler -- ----------------- procedure End_Handler (GCC_Exception : GCC_Exception_Access) is begin if GCC_Exception /= null then -- The exception might have been reraised, in this case the cleanup -- mustn't be called. Unwind_DeleteException (GCC_Exception); end if; end End_Handler; ----------------------------- -- Reraise_GCC_Exception -- ----------------------------- procedure Reraise_GCC_Exception (GCC_Exception : not null GCC_Exception_Access) is begin -- Simply propagate it Propagate_GCC_Exception (GCC_Exception); end Reraise_GCC_Exception; ----------------------------- -- Propagate_GCC_Exception -- ----------------------------- -- Call Unwind_RaiseException to actually throw, taking care of handling -- the two phase scheme it implements. procedure Propagate_GCC_Exception (GCC_Exception : not null GCC_Exception_Access) is Excep : EOA; begin -- Perform a standard raise first. If a regular handler is found, it -- will be entered after all the intermediate cleanups have run. If -- there is no regular handler, it will return. Unwind_RaiseException (GCC_Exception); -- If we get here we know the exception is not handled, as otherwise -- Unwind_RaiseException arranges for the handler to be entered. Take -- the necessary steps to enable the debugger to gain control while the -- stack is still intact. Excep := Setup_Current_Excep (GCC_Exception); Notify_Unhandled_Exception (Excep); -- Now, un a forced unwind to trigger cleanups. Control should not -- resume there, if there are cleanups and in any cases as the -- unwinding hook calls Unhandled_Exception_Terminate when end of -- stack is reached. Unwind_ForcedUnwind (GCC_Exception, CleanupUnwind_Handler'Address, System.Null_Address); -- We get here in case of error. The debugger has been notified before -- the second step above. Unhandled_Except_Handler (GCC_Exception); end Propagate_GCC_Exception; ------------------------- -- Propagate_Exception -- ------------------------- procedure Propagate_Exception (Excep : EOA) is begin Propagate_GCC_Exception (To_GCC_Exception (Excep.Machine_Occurrence)); end Propagate_Exception; ----------------------------- -- Set_Exception_Parameter -- ----------------------------- procedure Set_Exception_Parameter (Excep : EOA; GCC_Exception : not null GCC_Exception_Access) is begin -- Setup the exception occurrence if GCC_Exception.Class = GNAT_Exception_Class then -- From the GCC exception declare GNAT_Occurrence : constant GNAT_GCC_Exception_Access := To_GNAT_GCC_Exception (GCC_Exception); begin Save_Occurrence (Excep.all, GNAT_Occurrence.Occurrence); end; else -- A default one Set_Foreign_Occurrence (Excep, GCC_Exception.all'Address); end if; end Set_Exception_Parameter; ------------------------------ -- Unhandled_Except_Handler -- ------------------------------ procedure Unhandled_Except_Handler (GCC_Exception : not null GCC_Exception_Access) is Excep : EOA; begin Excep := Setup_Current_Excep (GCC_Exception); Unhandled_Exception_Terminate (Excep); end Unhandled_Except_Handler; ------------- -- EID_For -- ------------- function EID_For (GNAT_Exception : not null GNAT_GCC_Exception_Access) return Exception_Id is begin return GNAT_Exception.Occurrence.Id; end EID_For; ---------------------- -- Foreign_Data_For -- ---------------------- function Foreign_Data_For (E : SSL.Exception_Data_Ptr) return Address is begin return E.Foreign_Data; end Foreign_Data_For; -------------------------- -- Is_Handled_By_Others -- -------------------------- function Is_Handled_By_Others (E : SSL.Exception_Data_Ptr) return Boolean is begin return not E.all.Not_Handled_By_Others; end Is_Handled_By_Others; ------------------ -- Language_For -- ------------------ function Language_For (E : SSL.Exception_Data_Ptr) return Character is begin return E.all.Lang; end Language_For; end Exception_Propagation;
-- Copyright (C) 2011-2017 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. package Pck is function Ident (I : Integer) return Integer; end Pck;
-- Abstract : -- -- A generic sorted doubly linked list with definite elements. -- -- Copyright (C) 2018 - 2020 Free Software Foundation, Inc. -- -- This library is free software; you can redistribute it and/or modify it -- under terms of the GNU General Public License as published by the Free -- Software Foundation; either version 3, or (at your option) any later -- version. This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- -- TABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- As a special exception under Section 7 of GPL version 3, you are granted -- additional permissions described in the GCC Runtime Library Exception, -- version 3.1, as published by the Free Software Foundation. pragma License (Modified_GPL); with Ada.Finalization; with Ada.Iterator_Interfaces; with Ada.Unchecked_Deallocation; generic type Element_Type is private; with function Element_Compare (Left, Right : in Element_Type) return Compare_Result; package SAL.Gen_Definite_Doubly_Linked_Lists_Sorted is use all type Ada.Containers.Count_Type; type List is new Ada.Finalization.Controlled with private with Constant_Indexing => Constant_Reference, Variable_Indexing => Variable_Reference, Default_Iterator => Iterate, Iterator_Element => Element_Type; -- If user uses Variable_Indexing, they must not change the sort -- order of the elements. type List_Access is access all List; for List_Access'Storage_Size use 0; Empty_List : constant List; overriding procedure Adjust (Container : in out List); -- Deep copy. overriding procedure Finalize (Container : in out List); -- Free all items in List. procedure Clear (Container : in out List) renames Finalize; overriding function "=" (Left, Right : in List) return Boolean; -- True if contents are the same. function Length (Container : in List) return Ada.Containers.Count_Type; function To_List (Element : in Element_Type) return List; procedure Insert (Container : in out List; Element : in Element_Type); -- Insert Element before first item for which Element_Order (item, -- element) returns True. function Contains (Container : in List; Element : in Element_Type) return Boolean; procedure Merge (Target : in out List; Source : in List; Added : out Boolean); -- Add all elements of Source to Target, if they are not already -- present. -- -- Added is True if any element was not already present. procedure Merge (Target : in out List; Source : in List; Added : out Boolean; Exclude : in Element_Type); -- Add all elements of Source to Target, if they are not already -- present, and are not equal to Exclude. -- -- Added is True if any element was not already present. type Cursor (<>) is private; function No_Element (Container : aliased in List) return Cursor; function Has_Element (Position : in Cursor) return Boolean; function First (Container : aliased in List) return Cursor; function Last (Container : aliased in List) return Cursor; function Find (Container : aliased in List; Element : in Element_Type) return Cursor; -- No_Element if Element not found. procedure Next (Position : in out Cursor) with Pre => Has_Element (Position); function Next (Position : in Cursor) return Cursor with Pre => Has_Element (Position); function Previous (Position : in Cursor) return Cursor with Pre => Has_Element (Position); function Element (Position : in Cursor) return Element_Type with Pre => Has_Element (Position); procedure Delete (Container : in out List; Position : in out Cursor) with Pre => Has_Element (Position); function Pop (Container : in out List) return Element_Type with Pre => Container.Length > 0; -- Return Container.First, delete it from Container. type Constant_Reference_Type (Element : not null access constant Element_Type) is private with Implicit_Dereference => Element; function Constant_Reference (Container : in List; Position : in Cursor) return Constant_Reference_Type with Inline, Pre => Has_Element (Position); function Constant_Ref (Position : in Cursor) return Constant_Reference_Type with Inline, Pre => Has_Element (Position); type Variable_Reference_Type (Element : not null access Element_Type) is private with Implicit_Dereference => Element; function Variable_Reference (Container : in List; Position : in Cursor) return Variable_Reference_Type with Inline, Pre => Has_Element (Position); function Variable_Ref (Position : in Cursor) return Variable_Reference_Type with Inline, Pre => Has_Element (Position); -- User must not change the element in a way that affects the sort order. package Iterator_Interfaces is new Ada.Iterator_Interfaces (Cursor, Has_Element); function Iterate (Container : aliased in List) return Iterator_Interfaces.Reversible_Iterator'Class; private type Node_Type; type Node_Access is access Node_Type; type Node_Type is record Element : aliased Element_Type; Prev : Node_Access; Next : Node_Access; end record; procedure Free is new Ada.Unchecked_Deallocation (Node_Type, Node_Access); type List is new Ada.Finalization.Controlled with record Head : Node_Access := null; Tail : Node_Access := null; Count : Ada.Containers.Count_Type := 0; end record; type Cursor (Container : not null access constant List) is record Ptr : Node_Access; end record; type Constant_Reference_Type (Element : not null access constant Element_Type) is record Dummy : Integer := raise Program_Error with "uninitialized reference"; end record; type Variable_Reference_Type (Element : not null access Element_Type) is record Dummy : Integer := raise Program_Error with "uninitialized reference"; end record; Empty_List : constant List := (Ada.Finalization.Controlled with null, null, 0); function No_Element (Container : aliased in List) return Cursor is (Container'Access, null); type Iterator (Container : not null access constant List) is new Iterator_Interfaces.Reversible_Iterator with null record; overriding function First (Object : Iterator) return Cursor; overriding function Last (Object : Iterator) return Cursor; overriding function Next (Object : Iterator; Position : Cursor) return Cursor; overriding function Previous (Object : Iterator; Position : Cursor) return Cursor; end SAL.Gen_Definite_Doubly_Linked_Lists_Sorted;
------------------------------------------------------------------------------ -- Copyright (c) 2014, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- purpose with or without fee is hereby granted, provided that the above -- -- copyright notice and this permission notice appear in all copies. -- -- -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -- -- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -- -- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -- -- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -- -- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -- -- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -- ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ -- Natools.Time_IO.Human provides human-friendly images of time-related -- -- types, and format-guessing parsing of human input into time-related -- -- types. -- ------------------------------------------------------------------------------ with Ada.Calendar; package Natools.Time_IO.Human is function Difference_Image (Left, Right : Ada.Calendar.Time; Use_Weeks : Boolean := False) return String; -- Return an image of the time interval from Right to Left, i.e. -- the amount of time represented by Left-Right if it would fit -- in Duration type. -- Use_Weeks controls whether intervals longer than 7 days are -- represented as a number of weeks or of days, i.e. "51d" or "7w 2d". function Image (Value : Duration) return String; -- Return an image of the given time interval end Natools.Time_IO.Human;
----------------------------------------------------------------------- -- Util.Beans.Objects.Discretes -- Unit tests for concurrency package -- Copyright (C) 2009, 2010, 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Calendar; with Ada.Calendar.Formatting; with Util.Beans.Objects; with Util.Beans.Objects.Enums; with Util.Beans.Objects.Time; with Util.Beans.Objects.Discrete_Tests; package body Util.Beans.Objects.Discretes is use Ada.Calendar; function "-" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time; function "+" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time; function Time_Value (S : String) return Ada.Calendar.Time; function "-" (Left, Right : Boolean) return Boolean; function "+" (Left, Right : Boolean) return Boolean; package Test_Integer is new Util.Beans.Objects.Discrete_Tests (Test_Type => Integer, To_Type => Util.Beans.Objects.To_Integer, To_Object_Test => Util.Beans.Objects.To_Object, Value => Integer'Value, Test_Name => "Integer", Test_Values => "-100,1,0,1,1000"); package Test_Duration is new Util.Beans.Objects.Discrete_Tests (Test_Type => Duration, To_Type => Util.Beans.Objects.To_Duration, To_Object_Test => Util.Beans.Objects.To_Object, Value => Duration'Value, Test_Name => "Duration", Test_Values => "-100,1,0,1,1000"); package Test_Long_Integer is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Integer, To_Type => Util.Beans.Objects.To_Long_Integer, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Integer'Value, Test_Name => "Long_Integer", Test_Values => "-100,1,0,1,1000"); package Test_Long_Long_Integer is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Long_Integer, To_Type => Util.Beans.Objects.To_Long_Long_Integer, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Long_Integer'Value, Test_Name => "Long_Long_Integer", Test_Values => "-10000000000000,1,0,1,1000_000_000_000"); function "-" (Left, Right : Boolean) return Boolean is begin return Left and Right; end "-"; function "+" (Left, Right : Boolean) return Boolean is begin return Left or Right; end "+"; package Test_Boolean is new Util.Beans.Objects.Discrete_Tests (Test_Type => Boolean, To_Type => Util.Beans.Objects.To_Boolean, To_Object_Test => Util.Beans.Objects.To_Object, Value => Boolean'Value, Test_Name => "Boolean", Test_Values => "false,true"); type Color is (WHITE, BLACK, RED, GREEN, BLUE, YELLOW); package Color_Object is new Util.Beans.Objects.Enums (Color, ROUND_VALUE => True); function "-" (Left, Right : Color) return Color; function "+" (Left, Right : Color) return Color; function "-" (Left, Right : Color) return Color is N : constant Integer := Color'Pos (Left) - Color'Pos (Right); begin if N >= 0 then return Color'Val ((Color'Pos (WHITE) + N) mod 6); else return Color'Val ((Color'Pos (WHITE) - N) mod 6); end if; end "-"; function "+" (Left, Right : Color) return Color is N : constant Integer := Color'Pos (Left) + Color'Pos (Right); begin return Color'Val ((Color'Pos (WHITE) + N) mod 6); end "+"; package Test_Enum is new Util.Beans.Objects.Discrete_Tests (Test_Type => Color, To_Type => Color_Object.To_Value, To_Object_Test => Color_Object.To_Object, Value => Color'Value, Test_Name => "Color", Test_Values => "BLACK,RED,GREEN,BLUE,YELLOW"); Epoch : constant Ada.Calendar.Time := Ada.Calendar.Time_Of (Year => Year_Number'First, Month => 1, Day => 1, Seconds => 12 * 3600.0); function Time_Value (S : String) return Ada.Calendar.Time is begin return Ada.Calendar.Formatting.Value (S); end Time_Value; -- For the purpose of the time unit test, we need Time + Time operation even -- if this does not really makes sense. function "+" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time is T1 : constant Duration := Left - Epoch; T2 : constant Duration := Right - Epoch; begin return (T1 + T2) + Epoch; end "+"; function "-" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time is T1 : constant Duration := Left - Epoch; T2 : constant Duration := Right - Epoch; begin return (T1 - T2) + Epoch; end "-"; package Test_Time is new Util.Beans.Objects.Discrete_Tests (Test_Type => Ada.Calendar.Time, To_Type => Util.Beans.Objects.Time.To_Time, To_Object_Test => Util.Beans.Objects.Time.To_Object, Value => Time_Value, Test_Name => "Time", Test_Values => "1970-03-04 12:12:00,1975-05-04 13:13:10"); package Test_Float is new Util.Beans.Objects.Discrete_Tests (Test_Type => Float, To_Type => Util.Beans.Objects.To_Float, To_Object_Test => Util.Beans.Objects.To_Object, Value => Float'Value, Test_Name => "Float", Test_Values => "1.2,3.3,-3.3"); package Test_Long_Float is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Float, To_Type => Util.Beans.Objects.To_Long_Float, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Float'Value, Test_Name => "Long_Float", Test_Values => "1.2,3.3,-3.3"); package Test_Long_Long_Float is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Long_Float, To_Type => Util.Beans.Objects.To_Long_Long_Float, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Long_Float'Value, Test_Name => "Long_Long_Float", Test_Values => "1.2,3.3,-3.3"); procedure Add_Tests (Suite : in Util.Tests.Access_Test_Suite) is begin Test_Boolean.Add_Tests (Suite); Test_Integer.Add_Tests (Suite); Test_Long_Integer.Add_Tests (Suite); Test_Duration.Add_Tests (Suite); Test_Long_Long_Integer.Add_Tests (Suite); Test_Time.Add_Tests (Suite); Test_Float.Add_Tests (Suite); Test_Long_Float.Add_Tests (Suite); Test_Long_Long_Float.Add_Tests (Suite); Test_Enum.Add_Tests (Suite); end Add_Tests; end Util.Beans.Objects.Discretes;
with Ada.Text_IO; use Ada.Text_IO; with Ada.Float_Text_IO; use Ada.Float_Text_IO; with Ada.Numerics.Elementary_Functions; use Ada.Numerics.Elementary_Functions; procedure Write_Float_Array is type Float_Array is array (1..4) of Float; procedure Write_Columns ( File : File_Type; X : Float_Array; Y : Float_Array; X_Pres : Natural := 3; Y_Pres : Natural := 5 ) is begin for I in Float_Array'range loop Put (File => File, Item => X(I), Fore => 1, Aft => X_Pres - 1); Put (File, " "); Put (File => File, Item => Y(I), Fore => 1, Aft => Y_Pres - 1); New_Line (File); end loop; end Write_Columns; File : File_Type; X : Float_Array := (1.0, 2.0, 3.0, 1.0e11); Y : Float_Array; begin Put ("Tell us the file name to write:"); Create (File, Out_File, Get_Line); for I in Float_Array'range loop Y(I) := Sqrt (X (I)); end loop; Write_columns (File, X, Y); Close (File); end Write_Float_Array;
with Ada.Finalization; with Ada.Text_IO; package Adventofcode.File_Line_Readers is type Cursor (<>) is private; type File_Reader (<>) is tagged limited private with Iterable => (First => First_Cursor, Next => Advance, Has_Element => Cursor_Has_Element, Element => Get_Element); function Read_Lines (From_Path : String) return File_Reader; function First_Cursor (Cont : File_Reader) return Cursor; function Advance (Cont : File_Reader; Position : Cursor) return Cursor; function Cursor_Has_Element (Cont : File_Reader; Position : Cursor) return Boolean; function Get_Element (Cont : File_Reader; Position : Cursor) return String; private type Cursor is new Integer; type File_Reader is new Ada.Finalization.Limited_Controlled with record F : Ada.Text_IO.File_Type; end record; overriding procedure Finalize (Object : in out File_Reader); end Adventofcode.File_Line_Readers;
-- The MIT License (MIT) -- Copyright (c) 2015 Christopher Lillthors -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal -- in the Software without restriction, including without limitation the rights -- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -- copies of the Software, and to permit persons to whom the Software is -- furnished to do so, subject to the following conditions: -- The above copyright notice and this permission notice shall be included in -- all copies or substantial portions of the Software. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -- THE SOFTWARE. -- Author: Christopher Lillthors -- Date: 2/2 - 15 with Ada.Text_IO; package body Test_Package is procedure Hello is begin -- Hello Ada.Text_IO.Put_Line("Hello from Test_Package"); end Hello; end Test_Package;
-- -- Copyright 2018 The wookey project team <wookey@ssi.gouv.fr> -- - Ryad Benadjila -- - Arnauld Michelizza -- - Mathieu Renard -- - Philippe Thierry -- - Philippe Trebuchet -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. -- -- with ada.unchecked_conversion; package ewok.syscalls with spark_mode => on is subtype t_syscall_ret is unsigned_32; SYS_E_DONE : constant t_syscall_ret := 0; -- Syscall succesful SYS_E_INVAL : constant t_syscall_ret := 1; -- Invalid input data SYS_E_DENIED : constant t_syscall_ret := 2; -- Permission is denied SYS_E_BUSY : constant t_syscall_ret := 3; -- Target is busy OR not enough ressources OR ressource is already used type t_svc is (SVC_EXIT, SVC_YIELD, SVC_GET_TIME, SVC_RESET, SVC_SLEEP, SVC_GET_RANDOM, SVC_LOG, SVC_REGISTER_DEVICE, SVC_REGISTER_DMA, SVC_REGISTER_DMA_SHM, SVC_GET_TASKID, SVC_INIT_DONE, SVC_IPC_RECV_SYNC, SVC_IPC_SEND_SYNC, SVC_IPC_RECV_ASYNC, SVC_IPC_SEND_ASYNC, SVC_GPIO_SET, SVC_GPIO_GET, SVC_GPIO_UNLOCK_EXTI, SVC_DMA_RECONF, SVC_DMA_RELOAD, SVC_DMA_DISABLE, SVC_DEV_MAP, SVC_DEV_UNMAP, SVC_DEV_RELEASE, SVC_LOCK_ENTER, SVC_LOCK_EXIT, SVC_PANIC, SVC_ALARM) with size => 8; end ewok.syscalls;
package body SPARKNaCl.Stream with SPARK_Mode => On is pragma Warnings (GNATProve, Off, "pragma * ignored (not yet supported)"); -------------------------------------------------------- -- Local subprogram declarations -------------------------------------------------------- procedure Salsa20_Xor_Local (C : out Byte_Seq; M : in Byte_Seq; Xor_M : in Boolean; -- If True then xor M against Stream -- If False then return Stream unmodified N : in Salsa20_Nonce; -- Nonce K : in Salsa20_Key) -- Key with Global => null, Pre => M'First = 0 and then C'First = 0 and then (if Xor_M then (C'Last = M'Last)) and then (if not Xor_M then M'Last = 0); -------------------------------------------------------- -- Local subprogram bodies -------------------------------------------------------- procedure Salsa20_Xor_Local (C : out Byte_Seq; M : in Byte_Seq; Xor_M : in Boolean; -- If True then xor M against Stream -- If False then return Stream unmodified N : in Salsa20_Nonce; -- Nonce K : in Salsa20_Key) -- Key is Full_Block_Count : constant I32 := C'Last / 64; subtype Offset_Range is I32 range 0 .. (Full_Block_Count * 64); subtype Natural_64 is I64 range 0 .. I64'Last; Offset : Offset_Range; Final_Offset : I32; Z : Bytes_16; X : Bytes_64; U : U32; B : Natural_64; begin B := C'Length; C := (others => 0); if B = 0 then return; end if; Offset := 0; Z := (others => 0); Z (0 .. 7) := Bytes_8 (N); if B >= 64 then loop pragma Loop_Optimize (No_Unroll); pragma Loop_Invariant ((B + I64 (Offset) = C'Length) and then (I64 (Offset) <= (C'Length - B)) and then ((C'Length - B) <= I64 (C'Last) - 63)); Core.Salsa20 (X, Z, K, Sigma); for I in Index_64 loop pragma Loop_Optimize (No_Unroll); pragma Loop_Invariant ((Offset + I) in C'Range and (if Xor_M then (Offset + I) in M'Range)); C (Offset + I) := (if Xor_M then M (Offset + I) else 0) xor X (I); end loop; U := 1; for I in I32 range 8 .. 15 loop pragma Loop_Optimize (No_Unroll); U := U + U32 (Z (I)); Z (I) := Byte (U mod 256); U := Shift_Right (U, 8); end loop; B := B - 64; -- Exit here to prevent subsequent overflow of Offset + 64 -- on the final iteration exit when B < 64; Offset := Offset + 64; end loop; if B > 0 then -- Final block is non-empty but incomplete. It starts -- at Offset C'Length - B Final_Offset := I32 (C'Length - B); else -- B = 0 so final block is empty, so nothing more to do. -- Set Final_Offset here to avoid a data-flow error. Final_Offset := 0; end if; else -- Only a single, incomplete block to process, so it must -- start at Offset 0 Final_Offset := 0; end if; if B > 0 then Core.Salsa20 (X, Z, K, Sigma); for I in I32 range 0 .. I32 (B - 1) loop pragma Loop_Optimize (No_Unroll); pragma Loop_Invariant ((Final_Offset + I) in C'Range and (if Xor_M then (Final_Offset + I) in M'Range)); C (Final_Offset + I) := (if Xor_M then M (Final_Offset + I) else 0) xor X (I); end loop; end if; pragma Warnings (GNATProve, Off, "statement has no effect"); Sanitize (X); Sanitize (Z); pragma Unreferenced (X, Z); end Salsa20_Xor_Local; -------------------------------------------------------- -- Exported subprogram bodies -------------------------------------------------------- procedure Salsa20 (C : out Byte_Seq; -- Output stream N : in Salsa20_Nonce; -- Nonce K : in Salsa20_Key) -- Key is Null_M : Byte_Seq (0 .. 0); begin Null_M := (others => 0); Salsa20_Xor_Local (C, Null_M, False, N, K); end Salsa20; procedure Salsa20_Xor (C : out Byte_Seq; -- Output stream M : in Byte_Seq; -- Input message N : in Salsa20_Nonce; -- Nonce K : in Salsa20_Key) -- Key is begin Salsa20_Xor_Local (C, M, True, N, K); end Salsa20_Xor; procedure HSalsa20 (C : out Byte_Seq; -- Output stream N : in HSalsa20_Nonce; -- Nonce K : in Salsa20_Key) -- Key is S : Bytes_32; begin Core.HSalsa20 (S, Bytes_16 (N (0 .. 15)), K, Sigma); Salsa20 (C, Salsa20_Nonce (N (16 .. 23)), Core.Construct (S)); Sanitize (S); pragma Unreferenced (S); end HSalsa20; procedure HSalsa20_Xor (C : out Byte_Seq; -- Output ciphertext M : in Byte_Seq; -- Input message N : in HSalsa20_Nonce; -- Nonce K : in Salsa20_Key) -- Key is S : Bytes_32; begin Core.HSalsa20 (S, Bytes_16 (N (0 .. 15)), K, Sigma); Salsa20_Xor_Local (C => C, M => M, Xor_M => True, N => Salsa20_Nonce (N (16 .. 23)), K => Core.Construct (S)); Sanitize (S); pragma Unreferenced (S); end HSalsa20_Xor; end SPARKNaCl.Stream;
----------------------------------------------------------------------- -- Util.Beans.Objects.Discretes -- Unit tests for concurrency package -- Copyright (C) 2009, 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Calendar; with Ada.Calendar.Formatting; with Util.Beans.Objects; with Util.Beans.Objects.Enums; with Util.Beans.Objects.Time; with Util.Beans.Objects.Discrete_Tests; package body Util.Beans.Objects.Discretes is use Ada.Calendar; function "-" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time; function "+" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time; function Time_Value (S : String) return Ada.Calendar.Time; function "-" (Left, Right : Boolean) return Boolean; function "+" (Left, Right : Boolean) return Boolean; package Test_Integer is new Util.Beans.Objects.Discrete_Tests (Test_Type => Integer, To_Type => Util.Beans.Objects.To_Integer, To_Object_Test => Util.Beans.Objects.To_Object, Value => Integer'Value, Test_Name => "Integer", Test_Values => "-100,1,0,1,1000"); package Test_Long_Integer is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Integer, To_Type => Util.Beans.Objects.To_Long_Integer, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Integer'Value, Test_Name => "Long_Integer", Test_Values => "-100,1,0,1,1000"); package Test_Long_Long_Integer is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Long_Integer, To_Type => Util.Beans.Objects.To_Long_Long_Integer, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Long_Integer'Value, Test_Name => "Long_Long_Integer", Test_Values => "-10000000000000,1,0,1,1000_000_000_000"); function "-" (Left, Right : Boolean) return Boolean is begin return Left and Right; end "-"; function "+" (Left, Right : Boolean) return Boolean is begin return Left or Right; end "+"; package Test_Boolean is new Util.Beans.Objects.Discrete_Tests (Test_Type => Boolean, To_Type => Util.Beans.Objects.To_Boolean, To_Object_Test => Util.Beans.Objects.To_Object, Value => Boolean'Value, Test_Name => "Boolean", Test_Values => "false,true"); type Color is (WHITE, BLACK, RED, GREEN, BLUE, YELLOW); package Color_Object is new Util.Beans.Objects.Enums (Color, ROUND_VALUE => True); function "-" (Left, Right : Color) return Color; function "+" (Left, Right : Color) return Color; function "-" (Left, Right : Color) return Color is N : constant Integer := Color'Pos (Left) - Color'Pos (Right); begin if N >= 0 then return Color'Val ((Color'Pos (WHITE) + N) mod 6); else return Color'Val ((Color'Pos (WHITE) - N) mod 6); end if; end "-"; function "+" (Left, Right : Color) return Color is N : constant Integer := Color'Pos (Left) + Color'Pos (Right); begin return Color'Val ((Color'Pos (WHITE) + N) mod 6); end "+"; package Test_Enum is new Util.Beans.Objects.Discrete_Tests (Test_Type => Color, To_Type => Color_Object.To_Value, To_Object_Test => Color_Object.To_Object, Value => Color'Value, Test_Name => "Color", Test_Values => "BLACK,RED,GREEN,BLUE,YELLOW"); Epoch : constant Ada.Calendar.Time := Ada.Calendar.Time_Of (Year => Year_Number'First, Month => 1, Day => 1, Seconds => 12 * 3600.0); function Time_Value (S : String) return Ada.Calendar.Time is begin return Ada.Calendar.Formatting.Value (S); end Time_Value; -- For the purpose of the time unit test, we need Time + Time operation even -- if this does not really makes sense. function "+" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time is T1 : constant Duration := Left - Epoch; T2 : constant Duration := Right - Epoch; begin return (T1 + T2) + Epoch; end "+"; function "-" (Left, Right : Ada.Calendar.Time) return Ada.Calendar.Time is T1 : constant Duration := Left - Epoch; T2 : constant Duration := Right - Epoch; begin return (T1 - T2) + Epoch; end "-"; package Test_Time is new Util.Beans.Objects.Discrete_Tests (Test_Type => Ada.Calendar.Time, To_Type => Util.Beans.Objects.Time.To_Time, To_Object_Test => Util.Beans.Objects.Time.To_Object, Value => Time_Value, Test_Name => "Time", Test_Values => "1970-03-04 12:12:00,1975-05-04 13:13:10"); package Test_Float is new Util.Beans.Objects.Discrete_Tests (Test_Type => Float, To_Type => Util.Beans.Objects.To_Float, To_Object_Test => Util.Beans.Objects.To_Object, Value => Float'Value, Test_Name => "Float", Test_Values => "1.2,3.3,-3.3"); package Test_Long_Float is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Float, To_Type => Util.Beans.Objects.To_Long_Float, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Float'Value, Test_Name => "Long_Float", Test_Values => "1.2,3.3,-3.3"); package Test_Long_Long_Float is new Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Long_Float, To_Type => Util.Beans.Objects.To_Long_Long_Float, To_Object_Test => Util.Beans.Objects.To_Object, Value => Long_Long_Float'Value, Test_Name => "Long_Long_Float", Test_Values => "1.2,3.3,-3.3"); procedure Add_Tests (Suite : in Util.Tests.Access_Test_Suite) is begin Test_Boolean.Add_Tests (Suite); Test_Integer.Add_Tests (Suite); Test_Long_Integer.Add_Tests (Suite); Test_Long_Long_Integer.Add_Tests (Suite); Test_Time.Add_Tests (Suite); Test_Float.Add_Tests (Suite); Test_Long_Float.Add_Tests (Suite); Test_Long_Long_Float.Add_Tests (Suite); Test_Enum.Add_Tests (Suite); end Add_Tests; end Util.Beans.Objects.Discretes;
GENERIC TYPE ValueType IS PRIVATE; WITH FUNCTION "+"(L, R: ValueType) RETURN ValueType; PACKAGE Matrices IS TYPE Matrix IS ARRAY(Integer RANGE <>, Integer RANGE <>) OF ValueType; FUNCTION "+" (K : IN ValueType; M : IN Matrix) RETURN Matrix; end Matrices; PACKAGE BODY Matrices IS FUNCTION "+" (K : IN ValueType; M : IN Matrix) RETURN Matrix IS BEGIN RETURN M; END "+"; END Matrices; WITH Matrices; PROCEDURE UseMatrices IS PACKAGE Float_Matrices IS NEW Matrices(ValueType => Float, "+" => "+"); BEGIN NULL; END UseMatrices;
with Ada.Containers.Indefinite_Ordered_Maps; with Ada.Tags.Generic_Dispatching_Constructor; with Ada.Containers.Vectors; package body Plugins.Tables is use type Ada.Tags.Tag; package Plugin_Maps is new Ada.Containers.Indefinite_Ordered_Maps (Key_Type => Plugin_ID, Element_Type => Ada.Tags.Tag); Plugin_Map : Plugin_Maps.Map; procedure Find_Plugin (ID : in Plugin_ID; Success : out Boolean); -------------- -- Register -- -------------- procedure Register (ID : Plugin_ID; Tag : Ada.Tags.Tag) is OK : Boolean; Pos : Plugin_Maps.Cursor; begin Plugin_Map.Insert (Key => ID, New_Item => Tag, Position => Pos, Inserted => OK); end Register; --------- -- Get -- --------- function Get (ID : Plugin_ID; Params : not null access Plugin_Parameters; Search_If_Missing : Boolean := False) return Root_Plugin_Type'Class is OK : Boolean; Tag : Ada.Tags.Tag; function New_Plugin is new Ada.Tags.Generic_Dispatching_Constructor (T => Root_Plugin_Type, Parameters => Plugin_Parameters, Constructor => Constructor); begin if not Plugin_Map.Contains (ID) then if Search_If_Missing then Find_Plugin (ID => ID, Success => OK); else OK := False; end if; if not OK then raise Unknown_Plugin_ID; end if; if not Plugin_Map.Contains (ID) then raise Program_Error; end if; end if; Tag := Plugin_Map.Element (ID); return New_Plugin (Tag, Params); end Get; function Exists (ID : Plugin_ID; Search_If_Missing : Boolean := False) return Boolean is OK : Boolean; begin if Plugin_Map.Contains (ID) then return True; elsif Search_If_Missing then Find_Plugin (ID => ID, Success => OK); return OK; else return False; end if; end Exists; procedure For_All_Plugins (Callback : not null access procedure (ID : Plugin_ID)) is begin for I in Plugin_Map.Iterate loop Callback (Plugin_Maps.Key (I)); end loop; end For_All_Plugins; subtype Valid_Finder_ID is Finder_ID range 1 .. Finder_ID'Last; package Finder_Vectors is new Ada.Containers.Vectors (Index_Type => Valid_Finder_ID, Element_Type => Finder_Access); protected Finder_Table is procedure Add (Finder : in Finder_Access; ID : out Finder_ID); procedure Remove (ID : Finder_ID); procedure Find (ID : in Plugin_ID; Success : out Boolean); private Finder_Array : Finder_Vectors.Vector; end Finder_Table; protected body Finder_Table is procedure Add (Finder : in Finder_Access; ID : out Finder_ID) is begin Finder_Array.Append (Finder); ID := Finder_Array.Last_Index; end Add; procedure Remove (ID : Finder_ID) is begin if ID > Finder_Array.Last_Index then raise Constraint_Error; else declare procedure Delete (Item : in out Finder_Access) is begin Item := null; end Delete; begin Finder_Array.Update_Element (ID, Delete'Access); end; end if; end Remove; procedure Find (ID : in Plugin_ID; Success : out Boolean) is use Finder_Vectors; Found : Boolean; begin for Idx in Finder_Array.Iterate loop if Finder_Array.Element (To_Index (Idx)) /= null then Finder_Array.Element (To_Index (Idx)).Search_Plugin (ID, Found); if Found then Success := True; return; end if; end if; end loop; Success := False; end Find; end Finder_Table; function Add_Finder (Finder : Finder_Access) return Finder_ID is ID : Finder_ID; begin Finder_Table.Add (Finder, ID); return ID; end Add_Finder; procedure Remove_Finder (ID : Finder_ID) is begin Finder_Table.Remove (ID); end Remove_Finder; ---------- -- Find -- ---------- procedure Find_Plugin (ID : in Plugin_ID; Success : out Boolean) is begin Finder_Table.Find (ID, Success); end Find_Plugin; end Plugins.Tables;
----------------------------------------------------------------------- -- asf-converters-tests - Unit tests for ASF.Converters -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Util.Tests; with ASF.Contexts.Faces.Tests; package ASF.Converters.Tests is procedure Add_Tests (Suite : in Util.Tests.Access_Test_Suite); type Test is new ASF.Contexts.Faces.Tests.Test with null record; -- Test the date short converter. procedure Test_Date_Short_Converter (T : in out Test); -- Test the date medium converter. procedure Test_Date_Medium_Converter (T : in out Test); -- Test the date long converter. procedure Test_Date_Long_Converter (T : in out Test); -- Test the date full converter. procedure Test_Date_Full_Converter (T : in out Test); -- Test the time short converter. procedure Test_Time_Short_Converter (T : in out Test); -- Test the time short converter. procedure Test_Time_Medium_Converter (T : in out Test); -- Test the time long converter. procedure Test_Time_Long_Converter (T : in out Test); end ASF.Converters.Tests;
----------------------------------------------------------------------- -- openapi -- Support library for swagger code generator -- Copyright (C) 2017, 2022 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- package body OpenAPI is -- ------------------------------ -- Convert the long value into a string. -- ------------------------------ function To_String (Value : in Long) return String is Result : constant String := Long'Image (Value); begin if Result (Result'First) = ' ' then return Result (Result'First + 1 .. Result'Last); else return Result; end if; end To_String; function Has_Element (Pos : in Value_Cursor) return Boolean is begin return Pos.Pos > 0 and Pos.Pos <= Util.Beans.Objects.Get_Count (Pos.List); end Has_Element; function Element_Value (List : in Value_Array_Type; Pos : in Value_Cursor) return Value_Type is begin return Util.Beans.Objects.Get_Value (List.A, Pos.Pos); end Element_Value; function Iterate (List : in Value_Array_Type) return Value_Iterator.Forward_Iterator'Class is Res : Iterator; begin Res.List := List.A; Res.Pos := 1; return Res; end Iterate; overriding function First (Iter : in Iterator) return Value_Cursor is Res : Value_Cursor; begin Res.List := Iter.List; Res.Pos := Iter.Pos; return Res; end First; overriding function Next (Object : in Iterator; Position : in Value_Cursor) return Value_Cursor is Res : Value_Cursor; begin Res.List := Object.List; Res.Pos := Position.Pos + 1; return Res; end Next; end OpenAPI;
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="0" object_id="_0"> <name>pool_write</name> <ret_bitwidth>0</ret_bitwidth> <ports class_id="2" tracking_level="0" version="0"> <count>48</count> <item_version>0</item_version> <item class_id="3" tracking_level="1" version="0" object_id="_1"> <Value class_id="4" tracking_level="0" version="0"> <Obj class_id="5" tracking_level="0" version="0"> <type>1</type> <id>1</id> <name>ifm_buff0_0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo class_id="6" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[0]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs class_id="7" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_2"> <Value> <Obj> <type>1</type> <id>2</id> <name>ifm_buff0_1</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[1]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_3"> <Value> <Obj> <type>1</type> <id>3</id> <name>ifm_buff0_2</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[2]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_4"> <Value> <Obj> <type>1</type> <id>4</id> <name>ifm_buff0_3</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[3]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_5"> <Value> <Obj> <type>1</type> <id>5</id> <name>ifm_buff0_4</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[4]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_6"> <Value> <Obj> <type>1</type> <id>6</id> <name>ifm_buff0_5</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[5]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_7"> <Value> <Obj> <type>1</type> <id>7</id> <name>ifm_buff0_6</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[6]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_8"> <Value> <Obj> <type>1</type> <id>8</id> <name>ifm_buff0_7</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[7]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_9"> <Value> <Obj> <type>1</type> <id>9</id> <name>ifm_buff0_8</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[8]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_10"> <Value> <Obj> <type>1</type> <id>10</id> <name>ifm_buff0_9</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[9]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_11"> <Value> <Obj> <type>1</type> <id>11</id> <name>ifm_buff0_10</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[10]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_12"> <Value> <Obj> <type>1</type> <id>12</id> <name>ifm_buff0_11</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[11]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_13"> <Value> <Obj> <type>1</type> <id>13</id> <name>ifm_buff0_12</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[12]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_14"> <Value> <Obj> <type>1</type> <id>14</id> <name>ifm_buff0_13</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[13]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_15"> <Value> <Obj> <type>1</type> <id>15</id> <name>ifm_buff0_14</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[14]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_16"> <Value> <Obj> <type>1</type> <id>16</id> <name>ifm_buff0_15</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff0[15]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_17"> <Value> <Obj> <type>1</type> <id>17</id> <name>ifm_buff1_0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[0]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_18"> <Value> <Obj> <type>1</type> <id>18</id> <name>ifm_buff1_1</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[1]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_19"> <Value> <Obj> <type>1</type> <id>19</id> <name>ifm_buff1_2</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[2]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_20"> <Value> <Obj> <type>1</type> <id>20</id> <name>ifm_buff1_3</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[3]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_21"> <Value> <Obj> <type>1</type> <id>21</id> <name>ifm_buff1_4</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[4]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_22"> <Value> <Obj> <type>1</type> <id>22</id> <name>ifm_buff1_5</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[5]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_23"> <Value> <Obj> <type>1</type> <id>23</id> <name>ifm_buff1_6</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[6]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_24"> <Value> <Obj> <type>1</type> <id>24</id> <name>ifm_buff1_7</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[7]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_25"> <Value> <Obj> <type>1</type> <id>25</id> <name>ifm_buff1_8</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[8]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_26"> <Value> <Obj> <type>1</type> <id>26</id> <name>ifm_buff1_9</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[9]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_27"> <Value> <Obj> <type>1</type> <id>27</id> <name>ifm_buff1_10</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[10]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_28"> <Value> <Obj> <type>1</type> <id>28</id> <name>ifm_buff1_11</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[11]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_29"> <Value> <Obj> <type>1</type> <id>29</id> <name>ifm_buff1_12</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[12]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_30"> <Value> <Obj> <type>1</type> <id>30</id> <name>ifm_buff1_13</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[13]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_31"> <Value> <Obj> <type>1</type> <id>31</id> <name>ifm_buff1_14</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[14]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_32"> <Value> <Obj> <type>1</type> <id>32</id> <name>ifm_buff1_15</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ifm_buff1[15]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>0</direction> <if_type>1</if_type> <array_size>58</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_33"> <Value> <Obj> <type>1</type> <id>33</id> <name>ofm_buff0_0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[0]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_34"> <Value> <Obj> <type>1</type> <id>34</id> <name>ofm_buff0_1</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[1]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_35"> <Value> <Obj> <type>1</type> <id>35</id> <name>ofm_buff0_2</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[2]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_36"> <Value> <Obj> <type>1</type> <id>36</id> <name>ofm_buff0_3</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[3]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_37"> <Value> <Obj> <type>1</type> <id>37</id> <name>ofm_buff0_4</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[4]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_38"> <Value> <Obj> <type>1</type> <id>38</id> <name>ofm_buff0_5</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[5]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_39"> <Value> <Obj> <type>1</type> <id>39</id> <name>ofm_buff0_6</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[6]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_40"> <Value> <Obj> <type>1</type> <id>40</id> <name>ofm_buff0_7</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[7]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_41"> <Value> <Obj> <type>1</type> <id>41</id> <name>ofm_buff0_8</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[8]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_42"> <Value> <Obj> <type>1</type> <id>42</id> <name>ofm_buff0_9</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[9]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_43"> <Value> <Obj> <type>1</type> <id>43</id> <name>ofm_buff0_10</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[10]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_44"> <Value> <Obj> <type>1</type> <id>44</id> <name>ofm_buff0_11</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[11]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_45"> <Value> <Obj> <type>1</type> <id>45</id> <name>ofm_buff0_12</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[12]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_46"> <Value> <Obj> <type>1</type> <id>46</id> <name>ofm_buff0_13</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[13]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_47"> <Value> <Obj> <type>1</type> <id>47</id> <name>ofm_buff0_14</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[14]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> <item class_id_reference="3" object_id="_48"> <Value> <Obj> <type>1</type> <id>48</id> <name>ofm_buff0_15</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ofm_buff0[15]</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <direction>1</direction> <if_type>1</if_type> <array_size>56</array_size> <bit_vecs> <count>0</count> <item_version>0</item_version> </bit_vecs> </item> </ports> <nodes class_id="8" tracking_level="0" version="0"> <count>248</count> <item_version>0</item_version> <item class_id="9" tracking_level="1" version="0" object_id="_49"> <Value> <Obj> <type>0</type> <id>49</id> <name>_ln179</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>179</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item class_id="10" tracking_level="0" version="0"> <first>D:\Course\mSOC\final</first> <second class_id="11" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="12" tracking_level="0" version="0"> <first class_id="13" tracking_level="0" version="0"> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>179</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>322</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.76</m_delay> <m_topoIndex>1</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_50"> <Value> <Obj> <type>0</type> <id>51</id> <name>indvar_flatten</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>179</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>179</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>10</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>324</item> <item>325</item> <item>326</item> <item>327</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>2</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_51"> <Value> <Obj> <type>0</type> <id>52</id> <name>col_0</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>329</item> <item>330</item> <item>331</item> <item>332</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>3</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_52"> <Value> <Obj> <type>0</type> <id>53</id> <name>ti_0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName>ti</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>334</item> <item>335</item> <item>336</item> <item>337</item> </oprand_edges> <opcode>phi</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>4</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_53"> <Value> <Obj> <type>0</type> <id>54</id> <name>col</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName>col</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>338</item> <item>340</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.82</m_delay> <m_topoIndex>5</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_54"> <Value> <Obj> <type>0</type> <id>55</id> <name>icmp_ln179</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>179</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>179</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>341</item> <item>343</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.77</m_delay> <m_topoIndex>6</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_55"> <Value> <Obj> <type>0</type> <id>56</id> <name>add_ln179</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>179</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>179</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>10</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>344</item> <item>346</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.73</m_delay> <m_topoIndex>7</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_56"> <Value> <Obj> <type>0</type> <id>57</id> <name>_ln179</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>179</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>179</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>347</item> <item>348</item> <item>349</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>8</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_57"> <Value> <Obj> <type>0</type> <id>60</id> <name>icmp_ln184</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>184</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>184</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>354</item> <item>356</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.36</m_delay> <m_topoIndex>9</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_58"> <Value> <Obj> <type>0</type> <id>61</id> <name>select_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>357</item> <item>358</item> <item>359</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.21</m_delay> <m_topoIndex>10</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_59"> <Value> <Obj> <type>0</type> <id>62</id> <name>select_ln189_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>360</item> <item>361</item> <item>362</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.18</m_delay> <m_topoIndex>11</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_60"> <Value> <Obj> <type>0</type> <id>63</id> <name>zext_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>363</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>12</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_61"> <Value> <Obj> <type>0</type> <id>64</id> <name>add_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>365</item> <item>366</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.82</m_delay> <m_topoIndex>13</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_62"> <Value> <Obj> <type>0</type> <id>65</id> <name>select_ln189_2</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>367</item> <item>368</item> <item>369</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.18</m_delay> <m_topoIndex>14</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_63"> <Value> <Obj> <type>0</type> <id>66</id> <name>zext_ln189_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>370</item> </oprand_edges> <opcode>zext</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>15</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_64"> <Value> <Obj> <type>0</type> <id>69</id> <name>trunc_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>371</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>16</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_65"> <Value> <Obj> <type>0</type> <id>70</id> <name>ifm_buff0_0_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>372</item> <item>374</item> <item>375</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>17</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_66"> <Value> <Obj> <type>0</type> <id>71</id> <name>ifm_buff0_0_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>376</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>18</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_67"> <Value> <Obj> <type>0</type> <id>72</id> <name>ifm_buff0_1_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>377</item> <item>378</item> <item>379</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>19</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_68"> <Value> <Obj> <type>0</type> <id>73</id> <name>ifm_buff0_1_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>380</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>20</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_69"> <Value> <Obj> <type>0</type> <id>74</id> <name>ifm_buff0_2_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>381</item> <item>382</item> <item>383</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>21</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_70"> <Value> <Obj> <type>0</type> <id>75</id> <name>ifm_buff0_2_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>384</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>22</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_71"> <Value> <Obj> <type>0</type> <id>76</id> <name>ifm_buff0_3_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>385</item> <item>386</item> <item>387</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>23</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_72"> <Value> <Obj> <type>0</type> <id>77</id> <name>ifm_buff0_3_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>388</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>24</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_73"> <Value> <Obj> <type>0</type> <id>78</id> <name>ifm_buff0_4_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>389</item> <item>390</item> <item>391</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>25</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_74"> <Value> <Obj> <type>0</type> <id>79</id> <name>ifm_buff0_4_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>392</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>26</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_75"> <Value> <Obj> <type>0</type> <id>80</id> <name>ifm_buff0_5_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>393</item> <item>394</item> <item>395</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>27</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_76"> <Value> <Obj> <type>0</type> <id>81</id> <name>ifm_buff0_5_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>396</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>28</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_77"> <Value> <Obj> <type>0</type> <id>82</id> <name>ifm_buff0_6_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>397</item> <item>398</item> <item>399</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>29</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_78"> <Value> <Obj> <type>0</type> <id>83</id> <name>ifm_buff0_6_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>400</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>30</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_79"> <Value> <Obj> <type>0</type> <id>84</id> <name>ifm_buff0_7_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>401</item> <item>402</item> <item>403</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>31</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_80"> <Value> <Obj> <type>0</type> <id>85</id> <name>ifm_buff0_7_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>404</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>32</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_81"> <Value> <Obj> <type>0</type> <id>86</id> <name>ifm_buff0_8_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>405</item> <item>406</item> <item>407</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>33</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_82"> <Value> <Obj> <type>0</type> <id>87</id> <name>ifm_buff0_8_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>408</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>34</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_83"> <Value> <Obj> <type>0</type> <id>88</id> <name>ifm_buff0_9_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>409</item> <item>410</item> <item>411</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>35</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_84"> <Value> <Obj> <type>0</type> <id>89</id> <name>ifm_buff0_9_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>412</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>36</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_85"> <Value> <Obj> <type>0</type> <id>90</id> <name>ifm_buff0_10_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>413</item> <item>414</item> <item>415</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>37</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_86"> <Value> <Obj> <type>0</type> <id>91</id> <name>ifm_buff0_10_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>416</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>38</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_87"> <Value> <Obj> <type>0</type> <id>92</id> <name>ifm_buff0_11_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>417</item> <item>418</item> <item>419</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>39</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_88"> <Value> <Obj> <type>0</type> <id>93</id> <name>ifm_buff0_11_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>420</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>40</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_89"> <Value> <Obj> <type>0</type> <id>94</id> <name>ifm_buff0_12_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>421</item> <item>422</item> <item>423</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>41</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_90"> <Value> <Obj> <type>0</type> <id>95</id> <name>ifm_buff0_12_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>424</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>42</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_91"> <Value> <Obj> <type>0</type> <id>96</id> <name>ifm_buff0_13_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>425</item> <item>426</item> <item>427</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>43</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_92"> <Value> <Obj> <type>0</type> <id>97</id> <name>ifm_buff0_13_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>428</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>44</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_93"> <Value> <Obj> <type>0</type> <id>98</id> <name>ifm_buff0_14_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>429</item> <item>430</item> <item>431</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>45</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_94"> <Value> <Obj> <type>0</type> <id>99</id> <name>ifm_buff0_14_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>432</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>46</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_95"> <Value> <Obj> <type>0</type> <id>100</id> <name>ifm_buff0_15_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>433</item> <item>434</item> <item>435</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>47</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_96"> <Value> <Obj> <type>0</type> <id>101</id> <name>ifm_buff0_15_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>436</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>48</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_97"> <Value> <Obj> <type>0</type> <id>102</id> <name>tmp</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>18</count> <item_version>0</item_version> <item>438</item> <item>439</item> <item>440</item> <item>441</item> <item>442</item> <item>443</item> <item>444</item> <item>445</item> <item>446</item> <item>447</item> <item>448</item> <item>449</item> <item>450</item> <item>451</item> <item>452</item> <item>453</item> <item>454</item> <item>455</item> </oprand_edges> <opcode>mux</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.06</m_delay> <m_topoIndex>147</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_98"> <Value> <Obj> <type>0</type> <id>103</id> <name>ifm_buff0_0_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>456</item> <item>457</item> <item>458</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>49</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_99"> <Value> <Obj> <type>0</type> <id>104</id> <name>ifm_buff0_0_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>459</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>50</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_100"> <Value> <Obj> <type>0</type> <id>105</id> <name>ifm_buff0_1_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>460</item> <item>461</item> <item>462</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>51</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_101"> <Value> <Obj> <type>0</type> <id>106</id> <name>ifm_buff0_1_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>463</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>52</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_102"> <Value> <Obj> <type>0</type> <id>107</id> <name>ifm_buff0_2_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>464</item> <item>465</item> <item>466</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>53</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_103"> <Value> <Obj> <type>0</type> <id>108</id> <name>ifm_buff0_2_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>467</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>54</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_104"> <Value> <Obj> <type>0</type> <id>109</id> <name>ifm_buff0_3_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>468</item> <item>469</item> <item>470</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>55</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_105"> <Value> <Obj> <type>0</type> <id>110</id> <name>ifm_buff0_3_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>471</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>56</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_106"> <Value> <Obj> <type>0</type> <id>111</id> <name>ifm_buff0_4_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>472</item> <item>473</item> <item>474</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>57</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_107"> <Value> <Obj> <type>0</type> <id>112</id> <name>ifm_buff0_4_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>475</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>58</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_108"> <Value> <Obj> <type>0</type> <id>113</id> <name>ifm_buff0_5_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>476</item> <item>477</item> <item>478</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>59</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_109"> <Value> <Obj> <type>0</type> <id>114</id> <name>ifm_buff0_5_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>479</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>60</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_110"> <Value> <Obj> <type>0</type> <id>115</id> <name>ifm_buff0_6_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>480</item> <item>481</item> <item>482</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>61</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_111"> <Value> <Obj> <type>0</type> <id>116</id> <name>ifm_buff0_6_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>483</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>62</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_112"> <Value> <Obj> <type>0</type> <id>117</id> <name>ifm_buff0_7_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>484</item> <item>485</item> <item>486</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>63</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_113"> <Value> <Obj> <type>0</type> <id>118</id> <name>ifm_buff0_7_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>487</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>64</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_114"> <Value> <Obj> <type>0</type> <id>119</id> <name>ifm_buff0_8_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>488</item> <item>489</item> <item>490</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>65</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_115"> <Value> <Obj> <type>0</type> <id>120</id> <name>ifm_buff0_8_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>491</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>66</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_116"> <Value> <Obj> <type>0</type> <id>121</id> <name>ifm_buff0_9_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>492</item> <item>493</item> <item>494</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>67</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_117"> <Value> <Obj> <type>0</type> <id>122</id> <name>ifm_buff0_9_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>495</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>68</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_118"> <Value> <Obj> <type>0</type> <id>123</id> <name>ifm_buff0_10_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>496</item> <item>497</item> <item>498</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>69</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_119"> <Value> <Obj> <type>0</type> <id>124</id> <name>ifm_buff0_10_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>499</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>70</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_120"> <Value> <Obj> <type>0</type> <id>125</id> <name>ifm_buff0_11_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>500</item> <item>501</item> <item>502</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>71</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_121"> <Value> <Obj> <type>0</type> <id>126</id> <name>ifm_buff0_11_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>503</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>72</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_122"> <Value> <Obj> <type>0</type> <id>127</id> <name>ifm_buff0_12_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>504</item> <item>505</item> <item>506</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>73</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_123"> <Value> <Obj> <type>0</type> <id>128</id> <name>ifm_buff0_12_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>507</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>74</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_124"> <Value> <Obj> <type>0</type> <id>129</id> <name>ifm_buff0_13_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>508</item> <item>509</item> <item>510</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>75</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_125"> <Value> <Obj> <type>0</type> <id>130</id> <name>ifm_buff0_13_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>511</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>76</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_126"> <Value> <Obj> <type>0</type> <id>131</id> <name>ifm_buff0_14_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>512</item> <item>513</item> <item>514</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>77</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_127"> <Value> <Obj> <type>0</type> <id>132</id> <name>ifm_buff0_14_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>515</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>78</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_128"> <Value> <Obj> <type>0</type> <id>133</id> <name>ifm_buff0_15_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>516</item> <item>517</item> <item>518</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>79</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_129"> <Value> <Obj> <type>0</type> <id>134</id> <name>ifm_buff0_15_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>519</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>80</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_130"> <Value> <Obj> <type>0</type> <id>135</id> <name>tmp_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>18</count> <item_version>0</item_version> <item>520</item> <item>521</item> <item>522</item> <item>523</item> <item>524</item> <item>525</item> <item>526</item> <item>527</item> <item>528</item> <item>529</item> <item>530</item> <item>531</item> <item>532</item> <item>533</item> <item>534</item> <item>535</item> <item>536</item> <item>537</item> </oprand_edges> <opcode>mux</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.06</m_delay> <m_topoIndex>148</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_131"> <Value> <Obj> <type>0</type> <id>136</id> <name>bitcast_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>538</item> </oprand_edges> <opcode>bitcast</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>154</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_132"> <Value> <Obj> <type>0</type> <id>137</id> <name>tmp_2</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>540</item> <item>541</item> <item>543</item> <item>545</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>155</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_133"> <Value> <Obj> <type>0</type> <id>138</id> <name>trunc_ln189_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>23</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>546</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>156</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_134"> <Value> <Obj> <type>0</type> <id>139</id> <name>bitcast_ln189_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>547</item> </oprand_edges> <opcode>bitcast</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>157</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_135"> <Value> <Obj> <type>0</type> <id>140</id> <name>tmp_5</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>548</item> <item>549</item> <item>550</item> <item>551</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>158</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_136"> <Value> <Obj> <type>0</type> <id>141</id> <name>trunc_ln189_2</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>23</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>552</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>159</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_137"> <Value> <Obj> <type>0</type> <id>142</id> <name>icmp_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>553</item> <item>555</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.55</m_delay> <m_topoIndex>160</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_138"> <Value> <Obj> <type>0</type> <id>143</id> <name>icmp_ln189_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>556</item> <item>558</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.44</m_delay> <m_topoIndex>161</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_139"> <Value> <Obj> <type>0</type> <id>144</id> <name>or_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>559</item> <item>560</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>162</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_140"> <Value> <Obj> <type>0</type> <id>145</id> <name>icmp_ln189_2</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>561</item> <item>562</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.55</m_delay> <m_topoIndex>163</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_141"> <Value> <Obj> <type>0</type> <id>146</id> <name>icmp_ln189_3</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>563</item> <item>564</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.44</m_delay> <m_topoIndex>164</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_142"> <Value> <Obj> <type>0</type> <id>147</id> <name>or_ln189_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>565</item> <item>566</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>165</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_143"> <Value> <Obj> <type>0</type> <id>148</id> <name>and_ln189</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>567</item> <item>568</item> </oprand_edges> <opcode>and</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>166</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_144"> <Value> <Obj> <type>0</type> <id>149</id> <name>tmp_6</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>569</item> <item>570</item> </oprand_edges> <opcode>fcmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>5.43</m_delay> <m_topoIndex>152</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_145"> <Value> <Obj> <type>0</type> <id>150</id> <name>and_ln189_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>571</item> <item>572</item> </oprand_edges> <opcode>and</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.97</m_delay> <m_topoIndex>167</m_topoIndex> <m_clusterGroupNumber>1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_146"> <Value> <Obj> <type>0</type> <id>151</id> <name>com0</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>189</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>189</second> </item> </second> </item> </inlineStackInfo> <originalName>com0</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>573</item> <item>574</item> <item>575</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.69</m_delay> <m_topoIndex>168</m_topoIndex> <m_clusterGroupNumber>2</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_147"> <Value> <Obj> <type>0</type> <id>152</id> <name>ifm_buff1_0_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>576</item> <item>577</item> <item>578</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>81</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_148"> <Value> <Obj> <type>0</type> <id>153</id> <name>ifm_buff1_0_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>579</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>82</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_149"> <Value> <Obj> <type>0</type> <id>154</id> <name>ifm_buff1_1_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>580</item> <item>581</item> <item>582</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>83</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_150"> <Value> <Obj> <type>0</type> <id>155</id> <name>ifm_buff1_1_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>583</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>84</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_151"> <Value> <Obj> <type>0</type> <id>156</id> <name>ifm_buff1_2_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>584</item> <item>585</item> <item>586</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>85</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_152"> <Value> <Obj> <type>0</type> <id>157</id> <name>ifm_buff1_2_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>587</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>86</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_153"> <Value> <Obj> <type>0</type> <id>158</id> <name>ifm_buff1_3_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>588</item> <item>589</item> <item>590</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>87</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_154"> <Value> <Obj> <type>0</type> <id>159</id> <name>ifm_buff1_3_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>591</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>88</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_155"> <Value> <Obj> <type>0</type> <id>160</id> <name>ifm_buff1_4_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>592</item> <item>593</item> <item>594</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>89</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_156"> <Value> <Obj> <type>0</type> <id>161</id> <name>ifm_buff1_4_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>595</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>90</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_157"> <Value> <Obj> <type>0</type> <id>162</id> <name>ifm_buff1_5_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>596</item> <item>597</item> <item>598</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>91</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_158"> <Value> <Obj> <type>0</type> <id>163</id> <name>ifm_buff1_5_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>599</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>92</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_159"> <Value> <Obj> <type>0</type> <id>164</id> <name>ifm_buff1_6_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>600</item> <item>601</item> <item>602</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>93</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_160"> <Value> <Obj> <type>0</type> <id>165</id> <name>ifm_buff1_6_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>603</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>94</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_161"> <Value> <Obj> <type>0</type> <id>166</id> <name>ifm_buff1_7_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>604</item> <item>605</item> <item>606</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>95</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_162"> <Value> <Obj> <type>0</type> <id>167</id> <name>ifm_buff1_7_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>607</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>96</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_163"> <Value> <Obj> <type>0</type> <id>168</id> <name>ifm_buff1_8_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>608</item> <item>609</item> <item>610</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>97</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_164"> <Value> <Obj> <type>0</type> <id>169</id> <name>ifm_buff1_8_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>611</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>98</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_165"> <Value> <Obj> <type>0</type> <id>170</id> <name>ifm_buff1_9_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>612</item> <item>613</item> <item>614</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>99</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_166"> <Value> <Obj> <type>0</type> <id>171</id> <name>ifm_buff1_9_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>615</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>100</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_167"> <Value> <Obj> <type>0</type> <id>172</id> <name>ifm_buff1_10_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>616</item> <item>617</item> <item>618</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>101</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_168"> <Value> <Obj> <type>0</type> <id>173</id> <name>ifm_buff1_10_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>619</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>102</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_169"> <Value> <Obj> <type>0</type> <id>174</id> <name>ifm_buff1_11_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>620</item> <item>621</item> <item>622</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>103</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_170"> <Value> <Obj> <type>0</type> <id>175</id> <name>ifm_buff1_11_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>623</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>104</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_171"> <Value> <Obj> <type>0</type> <id>176</id> <name>ifm_buff1_12_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>624</item> <item>625</item> <item>626</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>105</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_172"> <Value> <Obj> <type>0</type> <id>177</id> <name>ifm_buff1_12_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>627</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>106</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_173"> <Value> <Obj> <type>0</type> <id>178</id> <name>ifm_buff1_13_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>628</item> <item>629</item> <item>630</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>107</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_174"> <Value> <Obj> <type>0</type> <id>179</id> <name>ifm_buff1_13_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>631</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>108</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_175"> <Value> <Obj> <type>0</type> <id>180</id> <name>ifm_buff1_14_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>632</item> <item>633</item> <item>634</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>109</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_176"> <Value> <Obj> <type>0</type> <id>181</id> <name>ifm_buff1_14_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>635</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>110</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_177"> <Value> <Obj> <type>0</type> <id>182</id> <name>ifm_buff1_15_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>636</item> <item>637</item> <item>638</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>111</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_178"> <Value> <Obj> <type>0</type> <id>183</id> <name>ifm_buff1_15_load</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>639</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>112</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_179"> <Value> <Obj> <type>0</type> <id>184</id> <name>tmp_7</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>18</count> <item_version>0</item_version> <item>640</item> <item>641</item> <item>642</item> <item>643</item> <item>644</item> <item>645</item> <item>646</item> <item>647</item> <item>648</item> <item>649</item> <item>650</item> <item>651</item> <item>652</item> <item>653</item> <item>654</item> <item>655</item> <item>656</item> <item>657</item> </oprand_edges> <opcode>mux</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.06</m_delay> <m_topoIndex>149</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_180"> <Value> <Obj> <type>0</type> <id>185</id> <name>ifm_buff1_0_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>658</item> <item>659</item> <item>660</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>113</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_181"> <Value> <Obj> <type>0</type> <id>186</id> <name>ifm_buff1_0_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>661</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>114</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_182"> <Value> <Obj> <type>0</type> <id>187</id> <name>ifm_buff1_1_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>662</item> <item>663</item> <item>664</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>115</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_183"> <Value> <Obj> <type>0</type> <id>188</id> <name>ifm_buff1_1_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>665</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>116</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_184"> <Value> <Obj> <type>0</type> <id>189</id> <name>ifm_buff1_2_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>666</item> <item>667</item> <item>668</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>117</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_185"> <Value> <Obj> <type>0</type> <id>190</id> <name>ifm_buff1_2_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>669</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>118</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_186"> <Value> <Obj> <type>0</type> <id>191</id> <name>ifm_buff1_3_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>670</item> <item>671</item> <item>672</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>119</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_187"> <Value> <Obj> <type>0</type> <id>192</id> <name>ifm_buff1_3_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>673</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>120</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_188"> <Value> <Obj> <type>0</type> <id>193</id> <name>ifm_buff1_4_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>674</item> <item>675</item> <item>676</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>121</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_189"> <Value> <Obj> <type>0</type> <id>194</id> <name>ifm_buff1_4_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>677</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>122</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_190"> <Value> <Obj> <type>0</type> <id>195</id> <name>ifm_buff1_5_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>678</item> <item>679</item> <item>680</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>123</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_191"> <Value> <Obj> <type>0</type> <id>196</id> <name>ifm_buff1_5_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>681</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>124</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_192"> <Value> <Obj> <type>0</type> <id>197</id> <name>ifm_buff1_6_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>682</item> <item>683</item> <item>684</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>125</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_193"> <Value> <Obj> <type>0</type> <id>198</id> <name>ifm_buff1_6_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>685</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>126</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_194"> <Value> <Obj> <type>0</type> <id>199</id> <name>ifm_buff1_7_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>686</item> <item>687</item> <item>688</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>127</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_195"> <Value> <Obj> <type>0</type> <id>200</id> <name>ifm_buff1_7_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>689</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>128</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_196"> <Value> <Obj> <type>0</type> <id>201</id> <name>ifm_buff1_8_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>690</item> <item>691</item> <item>692</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>129</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_197"> <Value> <Obj> <type>0</type> <id>202</id> <name>ifm_buff1_8_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>693</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>130</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_198"> <Value> <Obj> <type>0</type> <id>203</id> <name>ifm_buff1_9_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>694</item> <item>695</item> <item>696</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>131</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_199"> <Value> <Obj> <type>0</type> <id>204</id> <name>ifm_buff1_9_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>697</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>132</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_200"> <Value> <Obj> <type>0</type> <id>205</id> <name>ifm_buff1_10_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>698</item> <item>699</item> <item>700</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>133</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_201"> <Value> <Obj> <type>0</type> <id>206</id> <name>ifm_buff1_10_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>701</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>134</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_202"> <Value> <Obj> <type>0</type> <id>207</id> <name>ifm_buff1_11_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>702</item> <item>703</item> <item>704</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>135</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_203"> <Value> <Obj> <type>0</type> <id>208</id> <name>ifm_buff1_11_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>705</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>136</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_204"> <Value> <Obj> <type>0</type> <id>209</id> <name>ifm_buff1_12_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>706</item> <item>707</item> <item>708</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>137</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_205"> <Value> <Obj> <type>0</type> <id>210</id> <name>ifm_buff1_12_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>709</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>138</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_206"> <Value> <Obj> <type>0</type> <id>211</id> <name>ifm_buff1_13_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>710</item> <item>711</item> <item>712</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>139</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_207"> <Value> <Obj> <type>0</type> <id>212</id> <name>ifm_buff1_13_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>713</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>140</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_208"> <Value> <Obj> <type>0</type> <id>213</id> <name>ifm_buff1_14_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>714</item> <item>715</item> <item>716</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>141</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_209"> <Value> <Obj> <type>0</type> <id>214</id> <name>ifm_buff1_14_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>717</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>142</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_210"> <Value> <Obj> <type>0</type> <id>215</id> <name>ifm_buff1_15_addr_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>718</item> <item>719</item> <item>720</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>143</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_211"> <Value> <Obj> <type>0</type> <id>216</id> <name>ifm_buff1_15_load_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>721</item> </oprand_edges> <opcode>load</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>144</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_212"> <Value> <Obj> <type>0</type> <id>217</id> <name>tmp_8</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>18</count> <item_version>0</item_version> <item>722</item> <item>723</item> <item>724</item> <item>725</item> <item>726</item> <item>727</item> <item>728</item> <item>729</item> <item>730</item> <item>731</item> <item>732</item> <item>733</item> <item>734</item> <item>735</item> <item>736</item> <item>737</item> <item>738</item> <item>739</item> </oprand_edges> <opcode>mux</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.06</m_delay> <m_topoIndex>150</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_213"> <Value> <Obj> <type>0</type> <id>218</id> <name>bitcast_ln190</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>740</item> </oprand_edges> <opcode>bitcast</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>169</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_214"> <Value> <Obj> <type>0</type> <id>219</id> <name>tmp_9</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>741</item> <item>742</item> <item>743</item> <item>744</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>170</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_215"> <Value> <Obj> <type>0</type> <id>220</id> <name>trunc_ln190</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>23</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>745</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>171</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_216"> <Value> <Obj> <type>0</type> <id>221</id> <name>bitcast_ln190_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>746</item> </oprand_edges> <opcode>bitcast</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>172</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_217"> <Value> <Obj> <type>0</type> <id>222</id> <name>tmp_s</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>747</item> <item>748</item> <item>749</item> <item>750</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>173</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_218"> <Value> <Obj> <type>0</type> <id>223</id> <name>trunc_ln190_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>23</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>751</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>174</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_219"> <Value> <Obj> <type>0</type> <id>224</id> <name>icmp_ln190</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>752</item> <item>753</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.55</m_delay> <m_topoIndex>175</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_220"> <Value> <Obj> <type>0</type> <id>225</id> <name>icmp_ln190_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>754</item> <item>755</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.44</m_delay> <m_topoIndex>176</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_221"> <Value> <Obj> <type>0</type> <id>226</id> <name>or_ln190</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>756</item> <item>757</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>177</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_222"> <Value> <Obj> <type>0</type> <id>227</id> <name>icmp_ln190_2</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>758</item> <item>759</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.55</m_delay> <m_topoIndex>178</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_223"> <Value> <Obj> <type>0</type> <id>228</id> <name>icmp_ln190_3</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>760</item> <item>761</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.44</m_delay> <m_topoIndex>179</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_224"> <Value> <Obj> <type>0</type> <id>229</id> <name>or_ln190_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>762</item> <item>763</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>180</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_225"> <Value> <Obj> <type>0</type> <id>230</id> <name>and_ln190</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>764</item> <item>765</item> </oprand_edges> <opcode>and</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>181</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_226"> <Value> <Obj> <type>0</type> <id>231</id> <name>tmp_3</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>766</item> <item>767</item> </oprand_edges> <opcode>fcmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>5.43</m_delay> <m_topoIndex>153</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_227"> <Value> <Obj> <type>0</type> <id>232</id> <name>and_ln190_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>768</item> <item>769</item> </oprand_edges> <opcode>and</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.97</m_delay> <m_topoIndex>182</m_topoIndex> <m_clusterGroupNumber>3</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_228"> <Value> <Obj> <type>0</type> <id>233</id> <name>com1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>190</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>190</second> </item> </second> </item> </inlineStackInfo> <originalName>com1</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>770</item> <item>771</item> <item>772</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.69</m_delay> <m_topoIndex>183</m_topoIndex> <m_clusterGroupNumber>4</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_229"> <Value> <Obj> <type>0</type> <id>234</id> <name>bitcast_ln191</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>773</item> </oprand_edges> <opcode>bitcast</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>185</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_230"> <Value> <Obj> <type>0</type> <id>235</id> <name>tmp_10</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>774</item> <item>775</item> <item>776</item> <item>777</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>186</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_231"> <Value> <Obj> <type>0</type> <id>236</id> <name>trunc_ln191</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>23</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>778</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>187</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_232"> <Value> <Obj> <type>0</type> <id>237</id> <name>bitcast_ln191_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>779</item> </oprand_edges> <opcode>bitcast</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>188</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_233"> <Value> <Obj> <type>0</type> <id>238</id> <name>tmp_11</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <oprand_edges> <count>4</count> <item_version>0</item_version> <item>780</item> <item>781</item> <item>782</item> <item>783</item> </oprand_edges> <opcode>partselect</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>189</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_234"> <Value> <Obj> <type>0</type> <id>239</id> <name>trunc_ln191_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>23</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>784</item> </oprand_edges> <opcode>trunc</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>190</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_235"> <Value> <Obj> <type>0</type> <id>240</id> <name>icmp_ln191</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>785</item> <item>786</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.55</m_delay> <m_topoIndex>191</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_236"> <Value> <Obj> <type>0</type> <id>241</id> <name>icmp_ln191_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>787</item> <item>788</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.44</m_delay> <m_topoIndex>192</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_237"> <Value> <Obj> <type>0</type> <id>242</id> <name>or_ln191</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>789</item> <item>790</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>193</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_238"> <Value> <Obj> <type>0</type> <id>243</id> <name>icmp_ln191_2</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>791</item> <item>792</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.55</m_delay> <m_topoIndex>194</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_239"> <Value> <Obj> <type>0</type> <id>244</id> <name>icmp_ln191_3</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>793</item> <item>794</item> </oprand_edges> <opcode>icmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>2.44</m_delay> <m_topoIndex>195</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_240"> <Value> <Obj> <type>0</type> <id>245</id> <name>or_ln191_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>795</item> <item>796</item> </oprand_edges> <opcode>or</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>196</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_241"> <Value> <Obj> <type>0</type> <id>246</id> <name>and_ln191</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>797</item> <item>798</item> </oprand_edges> <opcode>and</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>197</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_242"> <Value> <Obj> <type>0</type> <id>247</id> <name>tmp_12</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>799</item> <item>800</item> </oprand_edges> <opcode>fcmp</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>5.43</m_delay> <m_topoIndex>184</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_243"> <Value> <Obj> <type>0</type> <id>248</id> <name>and_ln191_1</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>1</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>801</item> <item>802</item> </oprand_edges> <opcode>and</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.97</m_delay> <m_topoIndex>198</m_topoIndex> <m_clusterGroupNumber>5</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_244"> <Value> <Obj> <type>0</type> <id>249</id> <name>Y</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>191</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>191</second> </item> </second> </item> </inlineStackInfo> <originalName>Y</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>803</item> <item>804</item> <item>805</item> </oprand_edges> <opcode>select</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.69</m_delay> <m_topoIndex>199</m_topoIndex> <m_clusterGroupNumber>6</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_245"> <Value> <Obj> <type>0</type> <id>250</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>32</count> <item_version>0</item_version> <item>806</item> <item>807</item> <item>809</item> <item>810</item> <item>812</item> <item>813</item> <item>815</item> <item>816</item> <item>818</item> <item>819</item> <item>821</item> <item>822</item> <item>824</item> <item>825</item> <item>827</item> <item>828</item> <item>830</item> <item>831</item> <item>833</item> <item>834</item> <item>836</item> <item>837</item> <item>839</item> <item>840</item> <item>842</item> <item>843</item> <item>845</item> <item>846</item> <item>848</item> <item>849</item> <item>851</item> <item>852</item> </oprand_edges> <opcode>switch</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.42</m_delay> <m_topoIndex>151</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_246"> <Value> <Obj> <type>0</type> <id>252</id> <name>ofm_buff0_14_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>937</item> <item>938</item> <item>939</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>200</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_247"> <Value> <Obj> <type>0</type> <id>253</id> <name>ofm_buff0_14_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>940</item> <item>941</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>201</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_248"> <Value> <Obj> <type>0</type> <id>254</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>942</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>202</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_249"> <Value> <Obj> <type>0</type> <id>256</id> <name>ofm_buff0_13_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>931</item> <item>932</item> <item>933</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>203</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_250"> <Value> <Obj> <type>0</type> <id>257</id> <name>ofm_buff0_13_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>934</item> <item>935</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>204</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_251"> <Value> <Obj> <type>0</type> <id>258</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>936</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>205</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_252"> <Value> <Obj> <type>0</type> <id>260</id> <name>ofm_buff0_12_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>925</item> <item>926</item> <item>927</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>206</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_253"> <Value> <Obj> <type>0</type> <id>261</id> <name>ofm_buff0_12_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>928</item> <item>929</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>207</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_254"> <Value> <Obj> <type>0</type> <id>262</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>930</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>208</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_255"> <Value> <Obj> <type>0</type> <id>264</id> <name>ofm_buff0_11_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>919</item> <item>920</item> <item>921</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>209</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_256"> <Value> <Obj> <type>0</type> <id>265</id> <name>ofm_buff0_11_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>922</item> <item>923</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>210</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_257"> <Value> <Obj> <type>0</type> <id>266</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>924</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>211</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_258"> <Value> <Obj> <type>0</type> <id>268</id> <name>ofm_buff0_10_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>913</item> <item>914</item> <item>915</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>212</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_259"> <Value> <Obj> <type>0</type> <id>269</id> <name>ofm_buff0_10_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>916</item> <item>917</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>213</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_260"> <Value> <Obj> <type>0</type> <id>270</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>918</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>214</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_261"> <Value> <Obj> <type>0</type> <id>272</id> <name>ofm_buff0_9_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>907</item> <item>908</item> <item>909</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>215</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_262"> <Value> <Obj> <type>0</type> <id>273</id> <name>ofm_buff0_9_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>910</item> <item>911</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>216</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_263"> <Value> <Obj> <type>0</type> <id>274</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>912</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>217</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_264"> <Value> <Obj> <type>0</type> <id>276</id> <name>ofm_buff0_8_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>901</item> <item>902</item> <item>903</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>218</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_265"> <Value> <Obj> <type>0</type> <id>277</id> <name>ofm_buff0_8_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>904</item> <item>905</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>219</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_266"> <Value> <Obj> <type>0</type> <id>278</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>906</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>220</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_267"> <Value> <Obj> <type>0</type> <id>280</id> <name>ofm_buff0_7_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>895</item> <item>896</item> <item>897</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>221</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_268"> <Value> <Obj> <type>0</type> <id>281</id> <name>ofm_buff0_7_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>898</item> <item>899</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>222</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_269"> <Value> <Obj> <type>0</type> <id>282</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>900</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>223</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_270"> <Value> <Obj> <type>0</type> <id>284</id> <name>ofm_buff0_6_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>889</item> <item>890</item> <item>891</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>224</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_271"> <Value> <Obj> <type>0</type> <id>285</id> <name>ofm_buff0_6_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>892</item> <item>893</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>225</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_272"> <Value> <Obj> <type>0</type> <id>286</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>894</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>226</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_273"> <Value> <Obj> <type>0</type> <id>288</id> <name>ofm_buff0_5_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>883</item> <item>884</item> <item>885</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>227</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_274"> <Value> <Obj> <type>0</type> <id>289</id> <name>ofm_buff0_5_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>886</item> <item>887</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>228</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_275"> <Value> <Obj> <type>0</type> <id>290</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>888</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>229</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_276"> <Value> <Obj> <type>0</type> <id>292</id> <name>ofm_buff0_4_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>877</item> <item>878</item> <item>879</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>230</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_277"> <Value> <Obj> <type>0</type> <id>293</id> <name>ofm_buff0_4_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>880</item> <item>881</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>231</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_278"> <Value> <Obj> <type>0</type> <id>294</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>882</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>232</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_279"> <Value> <Obj> <type>0</type> <id>296</id> <name>ofm_buff0_3_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>871</item> <item>872</item> <item>873</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>233</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_280"> <Value> <Obj> <type>0</type> <id>297</id> <name>ofm_buff0_3_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>874</item> <item>875</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>234</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_281"> <Value> <Obj> <type>0</type> <id>298</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>876</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>235</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_282"> <Value> <Obj> <type>0</type> <id>300</id> <name>ofm_buff0_2_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>865</item> <item>866</item> <item>867</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>236</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_283"> <Value> <Obj> <type>0</type> <id>301</id> <name>ofm_buff0_2_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>868</item> <item>869</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>237</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_284"> <Value> <Obj> <type>0</type> <id>302</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>870</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>238</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_285"> <Value> <Obj> <type>0</type> <id>304</id> <name>ofm_buff0_1_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>859</item> <item>860</item> <item>861</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>239</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_286"> <Value> <Obj> <type>0</type> <id>305</id> <name>ofm_buff0_1_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>862</item> <item>863</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>240</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_287"> <Value> <Obj> <type>0</type> <id>306</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>864</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>241</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_288"> <Value> <Obj> <type>0</type> <id>308</id> <name>ofm_buff0_0_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>853</item> <item>854</item> <item>855</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>242</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_289"> <Value> <Obj> <type>0</type> <id>309</id> <name>ofm_buff0_0_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>856</item> <item>857</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>243</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_290"> <Value> <Obj> <type>0</type> <id>310</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>858</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>244</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_291"> <Value> <Obj> <type>0</type> <id>312</id> <name>ofm_buff0_15_addr</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <oprand_edges> <count>3</count> <item_version>0</item_version> <item>943</item> <item>944</item> <item>945</item> </oprand_edges> <opcode>getelementptr</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>245</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_292"> <Value> <Obj> <type>0</type> <id>313</id> <name>ofm_buff0_15_addr_write_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>946</item> <item>947</item> </oprand_edges> <opcode>store</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>3.25</m_delay> <m_topoIndex>246</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_293"> <Value> <Obj> <type>0</type> <id>314</id> <name>_ln210</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>210</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>210</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>948</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>247</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_294"> <Value> <Obj> <type>0</type> <id>317</id> <name>ti</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>184</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>184</second> </item> </second> </item> </inlineStackInfo> <originalName>ti</originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <oprand_edges> <count>2</count> <item_version>0</item_version> <item>350</item> <item>352</item> </oprand_edges> <opcode>add</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>1.78</m_delay> <m_topoIndex>145</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_295"> <Value> <Obj> <type>0</type> <id>318</id> <name>_ln0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>1</count> <item_version>0</item_version> <item>353</item> </oprand_edges> <opcode>br</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>146</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> <item class_id_reference="9" object_id="_296"> <Value> <Obj> <type>0</type> <id>320</id> <name>_ln214</name> <fileName>finalpool.cpp</fileName> <fileDirectory>D:\Course\mSOC\final</fileDirectory> <lineNumber>214</lineNumber> <contextFuncName>pool_write</contextFuncName> <inlineStackInfo> <count>1</count> <item_version>0</item_version> <item> <first>D:\Course\mSOC\final</first> <second> <count>1</count> <item_version>0</item_version> <item> <first> <first>finalpool.cpp</first> <second>pool_write</second> </first> <second>214</second> </item> </second> </item> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>0</bitwidth> </Value> <oprand_edges> <count>0</count> <item_version>0</item_version> </oprand_edges> <opcode>ret</opcode> <m_Display>0</m_Display> <m_isOnCriticalPath>0</m_isOnCriticalPath> <m_isLCDNode>0</m_isLCDNode> <m_isStartOfPath>0</m_isStartOfPath> <m_delay>0.00</m_delay> <m_topoIndex>248</m_topoIndex> <m_clusterGroupNumber>-1</m_clusterGroupNumber> </item> </nodes> <consts class_id="15" tracking_level="0" version="0"> <count>29</count> <item_version>0</item_version> <item class_id="16" tracking_level="1" version="0" object_id="_297"> <Value> <Obj> <type>2</type> <id>323</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>10</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_298"> <Value> <Obj> <type>2</type> <id>328</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_299"> <Value> <Obj> <type>2</type> <id>333</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_300"> <Value> <Obj> <type>2</type> <id>339</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_301"> <Value> <Obj> <type>2</type> <id>342</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>10</bitwidth> </Value> <const_type>0</const_type> <content>896</content> </item> <item class_id_reference="16" object_id="_302"> <Value> <Obj> <type>2</type> <id>345</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>10</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_303"> <Value> <Obj> <type>2</type> <id>351</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_304"> <Value> <Obj> <type>2</type> <id>355</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>5</bitwidth> </Value> <const_type>0</const_type> <content>16</content> </item> <item class_id_reference="16" object_id="_305"> <Value> <Obj> <type>2</type> <id>364</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>6</bitwidth> </Value> <const_type>0</const_type> <content>2</content> </item> <item class_id_reference="16" object_id="_306"> <Value> <Obj> <type>2</type> <id>373</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>64</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_307"> <Value> <Obj> <type>2</type> <id>542</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>23</content> </item> <item class_id_reference="16" object_id="_308"> <Value> <Obj> <type>2</type> <id>544</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>32</bitwidth> </Value> <const_type>0</const_type> <content>30</content> </item> <item class_id_reference="16" object_id="_309"> <Value> <Obj> <type>2</type> <id>554</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>8</bitwidth> </Value> <const_type>0</const_type> <content>255</content> </item> <item class_id_reference="16" object_id="_310"> <Value> <Obj> <type>2</type> <id>557</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>23</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_311"> <Value> <Obj> <type>2</type> <id>808</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>0</content> </item> <item class_id_reference="16" object_id="_312"> <Value> <Obj> <type>2</type> <id>811</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>1</content> </item> <item class_id_reference="16" object_id="_313"> <Value> <Obj> <type>2</type> <id>814</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>2</content> </item> <item class_id_reference="16" object_id="_314"> <Value> <Obj> <type>2</type> <id>817</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>3</content> </item> <item class_id_reference="16" object_id="_315"> <Value> <Obj> <type>2</type> <id>820</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>4</content> </item> <item class_id_reference="16" object_id="_316"> <Value> <Obj> <type>2</type> <id>823</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>5</content> </item> <item class_id_reference="16" object_id="_317"> <Value> <Obj> <type>2</type> <id>826</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>6</content> </item> <item class_id_reference="16" object_id="_318"> <Value> <Obj> <type>2</type> <id>829</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>7</content> </item> <item class_id_reference="16" object_id="_319"> <Value> <Obj> <type>2</type> <id>832</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>8</content> </item> <item class_id_reference="16" object_id="_320"> <Value> <Obj> <type>2</type> <id>835</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>9</content> </item> <item class_id_reference="16" object_id="_321"> <Value> <Obj> <type>2</type> <id>838</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>10</content> </item> <item class_id_reference="16" object_id="_322"> <Value> <Obj> <type>2</type> <id>841</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>11</content> </item> <item class_id_reference="16" object_id="_323"> <Value> <Obj> <type>2</type> <id>844</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>12</content> </item> <item class_id_reference="16" object_id="_324"> <Value> <Obj> <type>2</type> <id>847</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>13</content> </item> <item class_id_reference="16" object_id="_325"> <Value> <Obj> <type>2</type> <id>850</id> <name>empty</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <bitwidth>4</bitwidth> </Value> <const_type>0</const_type> <content>14</content> </item> </consts> <blocks class_id="17" tracking_level="0" version="0"> <count>21</count> <item_version>0</item_version> <item class_id="18" tracking_level="1" version="0" object_id="_326"> <Obj> <type>3</type> <id>50</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>49</item> </node_objs> </item> <item class_id_reference="18" object_id="_327"> <Obj> <type>3</type> <id>58</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>7</count> <item_version>0</item_version> <item>51</item> <item>52</item> <item>53</item> <item>54</item> <item>55</item> <item>56</item> <item>57</item> </node_objs> </item> <item class_id_reference="18" object_id="_328"> <Obj> <type>3</type> <id>251</id> <name>hls_label_5_begin</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>189</count> <item_version>0</item_version> <item>60</item> <item>61</item> <item>62</item> <item>63</item> <item>64</item> <item>65</item> <item>66</item> <item>69</item> <item>70</item> <item>71</item> <item>72</item> <item>73</item> <item>74</item> <item>75</item> <item>76</item> <item>77</item> <item>78</item> <item>79</item> <item>80</item> <item>81</item> <item>82</item> <item>83</item> <item>84</item> <item>85</item> <item>86</item> <item>87</item> <item>88</item> <item>89</item> <item>90</item> <item>91</item> <item>92</item> <item>93</item> <item>94</item> <item>95</item> <item>96</item> <item>97</item> <item>98</item> <item>99</item> <item>100</item> <item>101</item> <item>102</item> <item>103</item> <item>104</item> <item>105</item> <item>106</item> <item>107</item> <item>108</item> <item>109</item> <item>110</item> <item>111</item> <item>112</item> <item>113</item> <item>114</item> <item>115</item> <item>116</item> <item>117</item> <item>118</item> <item>119</item> <item>120</item> <item>121</item> <item>122</item> <item>123</item> <item>124</item> <item>125</item> <item>126</item> <item>127</item> <item>128</item> <item>129</item> <item>130</item> <item>131</item> <item>132</item> <item>133</item> <item>134</item> <item>135</item> <item>136</item> <item>137</item> <item>138</item> <item>139</item> <item>140</item> <item>141</item> <item>142</item> <item>143</item> <item>144</item> <item>145</item> <item>146</item> <item>147</item> <item>148</item> <item>149</item> <item>150</item> <item>151</item> <item>152</item> <item>153</item> <item>154</item> <item>155</item> <item>156</item> <item>157</item> <item>158</item> <item>159</item> <item>160</item> <item>161</item> <item>162</item> <item>163</item> <item>164</item> <item>165</item> <item>166</item> <item>167</item> <item>168</item> <item>169</item> <item>170</item> <item>171</item> <item>172</item> <item>173</item> <item>174</item> <item>175</item> <item>176</item> <item>177</item> <item>178</item> <item>179</item> <item>180</item> <item>181</item> <item>182</item> <item>183</item> <item>184</item> <item>185</item> <item>186</item> <item>187</item> <item>188</item> <item>189</item> <item>190</item> <item>191</item> <item>192</item> <item>193</item> <item>194</item> <item>195</item> <item>196</item> <item>197</item> <item>198</item> <item>199</item> <item>200</item> <item>201</item> <item>202</item> <item>203</item> <item>204</item> <item>205</item> <item>206</item> <item>207</item> <item>208</item> <item>209</item> <item>210</item> <item>211</item> <item>212</item> <item>213</item> <item>214</item> <item>215</item> <item>216</item> <item>217</item> <item>218</item> <item>219</item> <item>220</item> <item>221</item> <item>222</item> <item>223</item> <item>224</item> <item>225</item> <item>226</item> <item>227</item> <item>228</item> <item>229</item> <item>230</item> <item>231</item> <item>232</item> <item>233</item> <item>234</item> <item>235</item> <item>236</item> <item>237</item> <item>238</item> <item>239</item> <item>240</item> <item>241</item> <item>242</item> <item>243</item> <item>244</item> <item>245</item> <item>246</item> <item>247</item> <item>248</item> <item>249</item> <item>250</item> </node_objs> </item> <item class_id_reference="18" object_id="_329"> <Obj> <type>3</type> <id>255</id> <name>branch14</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>252</item> <item>253</item> <item>254</item> </node_objs> </item> <item class_id_reference="18" object_id="_330"> <Obj> <type>3</type> <id>259</id> <name>branch13</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>256</item> <item>257</item> <item>258</item> </node_objs> </item> <item class_id_reference="18" object_id="_331"> <Obj> <type>3</type> <id>263</id> <name>branch12</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>260</item> <item>261</item> <item>262</item> </node_objs> </item> <item class_id_reference="18" object_id="_332"> <Obj> <type>3</type> <id>267</id> <name>branch11</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>264</item> <item>265</item> <item>266</item> </node_objs> </item> <item class_id_reference="18" object_id="_333"> <Obj> <type>3</type> <id>271</id> <name>branch10</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>268</item> <item>269</item> <item>270</item> </node_objs> </item> <item class_id_reference="18" object_id="_334"> <Obj> <type>3</type> <id>275</id> <name>branch9</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>272</item> <item>273</item> <item>274</item> </node_objs> </item> <item class_id_reference="18" object_id="_335"> <Obj> <type>3</type> <id>279</id> <name>branch8</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>276</item> <item>277</item> <item>278</item> </node_objs> </item> <item class_id_reference="18" object_id="_336"> <Obj> <type>3</type> <id>283</id> <name>branch7</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>280</item> <item>281</item> <item>282</item> </node_objs> </item> <item class_id_reference="18" object_id="_337"> <Obj> <type>3</type> <id>287</id> <name>branch6</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>284</item> <item>285</item> <item>286</item> </node_objs> </item> <item class_id_reference="18" object_id="_338"> <Obj> <type>3</type> <id>291</id> <name>branch5</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>288</item> <item>289</item> <item>290</item> </node_objs> </item> <item class_id_reference="18" object_id="_339"> <Obj> <type>3</type> <id>295</id> <name>branch4</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>292</item> <item>293</item> <item>294</item> </node_objs> </item> <item class_id_reference="18" object_id="_340"> <Obj> <type>3</type> <id>299</id> <name>branch3</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>296</item> <item>297</item> <item>298</item> </node_objs> </item> <item class_id_reference="18" object_id="_341"> <Obj> <type>3</type> <id>303</id> <name>branch2</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>300</item> <item>301</item> <item>302</item> </node_objs> </item> <item class_id_reference="18" object_id="_342"> <Obj> <type>3</type> <id>307</id> <name>branch1</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>304</item> <item>305</item> <item>306</item> </node_objs> </item> <item class_id_reference="18" object_id="_343"> <Obj> <type>3</type> <id>311</id> <name>branch0</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>308</item> <item>309</item> <item>310</item> </node_objs> </item> <item class_id_reference="18" object_id="_344"> <Obj> <type>3</type> <id>315</id> <name>branch15</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>3</count> <item_version>0</item_version> <item>312</item> <item>313</item> <item>314</item> </node_objs> </item> <item class_id_reference="18" object_id="_345"> <Obj> <type>3</type> <id>319</id> <name>hls_label_5_end</name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>2</count> <item_version>0</item_version> <item>317</item> <item>318</item> </node_objs> </item> <item class_id_reference="18" object_id="_346"> <Obj> <type>3</type> <id>321</id> <name></name> <fileName></fileName> <fileDirectory></fileDirectory> <lineNumber>0</lineNumber> <contextFuncName></contextFuncName> <inlineStackInfo> <count>0</count> <item_version>0</item_version> </inlineStackInfo> <originalName></originalName> <rtlName></rtlName> <coreName></coreName> </Obj> <node_objs> <count>1</count> <item_version>0</item_version> <item>320</item> </node_objs> </item> </blocks> <edges class_id="19" tracking_level="0" version="0"> <count>622</count> <item_version>0</item_version> <item class_id="20" tracking_level="1" version="0" object_id="_347"> <id>322</id> <edge_type>2</edge_type> <source_obj>58</source_obj> <sink_obj>49</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_348"> <id>324</id> <edge_type>1</edge_type> <source_obj>323</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_349"> <id>325</id> <edge_type>2</edge_type> <source_obj>50</source_obj> <sink_obj>51</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_350"> <id>326</id> <edge_type>1</edge_type> <source_obj>56</source_obj> <sink_obj>51</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_351"> <id>327</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>51</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_352"> <id>329</id> <edge_type>1</edge_type> <source_obj>328</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_353"> <id>330</id> <edge_type>2</edge_type> <source_obj>50</source_obj> <sink_obj>52</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_354"> <id>331</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>52</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_355"> <id>332</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>52</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_356"> <id>334</id> <edge_type>1</edge_type> <source_obj>333</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_357"> <id>335</id> <edge_type>2</edge_type> <source_obj>50</source_obj> <sink_obj>53</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_358"> <id>336</id> <edge_type>1</edge_type> <source_obj>317</source_obj> <sink_obj>53</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_359"> <id>337</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>53</sink_obj> <is_back_edge>1</is_back_edge> </item> <item class_id_reference="20" object_id="_360"> <id>338</id> <edge_type>1</edge_type> <source_obj>52</source_obj> <sink_obj>54</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_361"> <id>340</id> <edge_type>1</edge_type> <source_obj>339</source_obj> <sink_obj>54</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_362"> <id>341</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>55</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_363"> <id>343</id> <edge_type>1</edge_type> <source_obj>342</source_obj> <sink_obj>55</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_364"> <id>344</id> <edge_type>1</edge_type> <source_obj>51</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_365"> <id>346</id> <edge_type>1</edge_type> <source_obj>345</source_obj> <sink_obj>56</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_366"> <id>347</id> <edge_type>1</edge_type> <source_obj>55</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_367"> <id>348</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_368"> <id>349</id> <edge_type>2</edge_type> <source_obj>321</source_obj> <sink_obj>57</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_369"> <id>350</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>317</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_370"> <id>352</id> <edge_type>1</edge_type> <source_obj>351</source_obj> <sink_obj>317</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_371"> <id>353</id> <edge_type>2</edge_type> <source_obj>58</source_obj> <sink_obj>318</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_372"> <id>354</id> <edge_type>1</edge_type> <source_obj>53</source_obj> <sink_obj>60</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_373"> <id>356</id> <edge_type>1</edge_type> <source_obj>355</source_obj> <sink_obj>60</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_374"> <id>357</id> <edge_type>1</edge_type> <source_obj>60</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_375"> <id>358</id> <edge_type>1</edge_type> <source_obj>333</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_376"> <id>359</id> <edge_type>1</edge_type> <source_obj>53</source_obj> <sink_obj>61</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_377"> <id>360</id> <edge_type>1</edge_type> <source_obj>60</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_378"> <id>361</id> <edge_type>1</edge_type> <source_obj>54</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_379"> <id>362</id> <edge_type>1</edge_type> <source_obj>52</source_obj> <sink_obj>62</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_380"> <id>363</id> <edge_type>1</edge_type> <source_obj>62</source_obj> <sink_obj>63</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_381"> <id>365</id> <edge_type>1</edge_type> <source_obj>364</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_382"> <id>366</id> <edge_type>1</edge_type> <source_obj>52</source_obj> <sink_obj>64</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_383"> <id>367</id> <edge_type>1</edge_type> <source_obj>60</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_384"> <id>368</id> <edge_type>1</edge_type> <source_obj>64</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_385"> <id>369</id> <edge_type>1</edge_type> <source_obj>54</source_obj> <sink_obj>65</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_386"> <id>370</id> <edge_type>1</edge_type> <source_obj>65</source_obj> <sink_obj>66</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_387"> <id>371</id> <edge_type>1</edge_type> <source_obj>61</source_obj> <sink_obj>69</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_388"> <id>372</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_389"> <id>374</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_390"> <id>375</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>70</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_391"> <id>376</id> <edge_type>1</edge_type> <source_obj>70</source_obj> <sink_obj>71</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_392"> <id>377</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_393"> <id>378</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_394"> <id>379</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>72</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_395"> <id>380</id> <edge_type>1</edge_type> <source_obj>72</source_obj> <sink_obj>73</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_396"> <id>381</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_397"> <id>382</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_398"> <id>383</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>74</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_399"> <id>384</id> <edge_type>1</edge_type> <source_obj>74</source_obj> <sink_obj>75</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_400"> <id>385</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_401"> <id>386</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_402"> <id>387</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>76</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_403"> <id>388</id> <edge_type>1</edge_type> <source_obj>76</source_obj> <sink_obj>77</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_404"> <id>389</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_405"> <id>390</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_406"> <id>391</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>78</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_407"> <id>392</id> <edge_type>1</edge_type> <source_obj>78</source_obj> <sink_obj>79</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_408"> <id>393</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_409"> <id>394</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_410"> <id>395</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>80</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_411"> <id>396</id> <edge_type>1</edge_type> <source_obj>80</source_obj> <sink_obj>81</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_412"> <id>397</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_413"> <id>398</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_414"> <id>399</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>82</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_415"> <id>400</id> <edge_type>1</edge_type> <source_obj>82</source_obj> <sink_obj>83</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_416"> <id>401</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_417"> <id>402</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_418"> <id>403</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>84</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_419"> <id>404</id> <edge_type>1</edge_type> <source_obj>84</source_obj> <sink_obj>85</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_420"> <id>405</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_421"> <id>406</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_422"> <id>407</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>86</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_423"> <id>408</id> <edge_type>1</edge_type> <source_obj>86</source_obj> <sink_obj>87</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_424"> <id>409</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_425"> <id>410</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_426"> <id>411</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>88</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_427"> <id>412</id> <edge_type>1</edge_type> <source_obj>88</source_obj> <sink_obj>89</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_428"> <id>413</id> <edge_type>1</edge_type> <source_obj>11</source_obj> <sink_obj>90</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_429"> <id>414</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>90</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_430"> <id>415</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>90</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_431"> <id>416</id> <edge_type>1</edge_type> <source_obj>90</source_obj> <sink_obj>91</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_432"> <id>417</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_433"> <id>418</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_434"> <id>419</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>92</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_435"> <id>420</id> <edge_type>1</edge_type> <source_obj>92</source_obj> <sink_obj>93</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_436"> <id>421</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_437"> <id>422</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_438"> <id>423</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>94</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_439"> <id>424</id> <edge_type>1</edge_type> <source_obj>94</source_obj> <sink_obj>95</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_440"> <id>425</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_441"> <id>426</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_442"> <id>427</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>96</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_443"> <id>428</id> <edge_type>1</edge_type> <source_obj>96</source_obj> <sink_obj>97</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_444"> <id>429</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_445"> <id>430</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_446"> <id>431</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>98</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_447"> <id>432</id> <edge_type>1</edge_type> <source_obj>98</source_obj> <sink_obj>99</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_448"> <id>433</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_449"> <id>434</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_450"> <id>435</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>100</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_451"> <id>436</id> <edge_type>1</edge_type> <source_obj>100</source_obj> <sink_obj>101</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_452"> <id>439</id> <edge_type>1</edge_type> <source_obj>71</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_453"> <id>440</id> <edge_type>1</edge_type> <source_obj>73</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_454"> <id>441</id> <edge_type>1</edge_type> <source_obj>75</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_455"> <id>442</id> <edge_type>1</edge_type> <source_obj>77</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_456"> <id>443</id> <edge_type>1</edge_type> <source_obj>79</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_457"> <id>444</id> <edge_type>1</edge_type> <source_obj>81</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_458"> <id>445</id> <edge_type>1</edge_type> <source_obj>83</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_459"> <id>446</id> <edge_type>1</edge_type> <source_obj>85</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_460"> <id>447</id> <edge_type>1</edge_type> <source_obj>87</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_461"> <id>448</id> <edge_type>1</edge_type> <source_obj>89</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_462"> <id>449</id> <edge_type>1</edge_type> <source_obj>91</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_463"> <id>450</id> <edge_type>1</edge_type> <source_obj>93</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_464"> <id>451</id> <edge_type>1</edge_type> <source_obj>95</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_465"> <id>452</id> <edge_type>1</edge_type> <source_obj>97</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_466"> <id>453</id> <edge_type>1</edge_type> <source_obj>99</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_467"> <id>454</id> <edge_type>1</edge_type> <source_obj>101</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_468"> <id>455</id> <edge_type>1</edge_type> <source_obj>69</source_obj> <sink_obj>102</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_469"> <id>456</id> <edge_type>1</edge_type> <source_obj>1</source_obj> <sink_obj>103</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_470"> <id>457</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>103</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_471"> <id>458</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>103</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_472"> <id>459</id> <edge_type>1</edge_type> <source_obj>103</source_obj> <sink_obj>104</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_473"> <id>460</id> <edge_type>1</edge_type> <source_obj>2</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_474"> <id>461</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_475"> <id>462</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>105</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_476"> <id>463</id> <edge_type>1</edge_type> <source_obj>105</source_obj> <sink_obj>106</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_477"> <id>464</id> <edge_type>1</edge_type> <source_obj>3</source_obj> <sink_obj>107</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_478"> <id>465</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>107</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_479"> <id>466</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>107</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_480"> <id>467</id> <edge_type>1</edge_type> <source_obj>107</source_obj> <sink_obj>108</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_481"> <id>468</id> <edge_type>1</edge_type> <source_obj>4</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_482"> <id>469</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_483"> <id>470</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>109</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_484"> <id>471</id> <edge_type>1</edge_type> <source_obj>109</source_obj> <sink_obj>110</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_485"> <id>472</id> <edge_type>1</edge_type> <source_obj>5</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_486"> <id>473</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_487"> <id>474</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>111</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_488"> <id>475</id> <edge_type>1</edge_type> <source_obj>111</source_obj> <sink_obj>112</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_489"> <id>476</id> <edge_type>1</edge_type> <source_obj>6</source_obj> <sink_obj>113</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_490"> <id>477</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>113</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_491"> <id>478</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>113</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_492"> <id>479</id> <edge_type>1</edge_type> <source_obj>113</source_obj> <sink_obj>114</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_493"> <id>480</id> <edge_type>1</edge_type> <source_obj>7</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_494"> <id>481</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_495"> <id>482</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>115</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_496"> <id>483</id> <edge_type>1</edge_type> <source_obj>115</source_obj> <sink_obj>116</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_497"> <id>484</id> <edge_type>1</edge_type> <source_obj>8</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_498"> <id>485</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_499"> <id>486</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>117</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_500"> <id>487</id> <edge_type>1</edge_type> <source_obj>117</source_obj> <sink_obj>118</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_501"> <id>488</id> <edge_type>1</edge_type> <source_obj>9</source_obj> <sink_obj>119</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_502"> <id>489</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>119</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_503"> <id>490</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>119</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_504"> <id>491</id> <edge_type>1</edge_type> <source_obj>119</source_obj> <sink_obj>120</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_505"> <id>492</id> <edge_type>1</edge_type> <source_obj>10</source_obj> <sink_obj>121</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_506"> <id>493</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>121</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_507"> <id>494</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>121</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_508"> <id>495</id> <edge_type>1</edge_type> <source_obj>121</source_obj> <sink_obj>122</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_509"> <id>496</id> <edge_type>1</edge_type> <source_obj>11</source_obj> <sink_obj>123</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_510"> <id>497</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>123</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_511"> <id>498</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>123</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_512"> <id>499</id> <edge_type>1</edge_type> <source_obj>123</source_obj> <sink_obj>124</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_513"> <id>500</id> <edge_type>1</edge_type> <source_obj>12</source_obj> <sink_obj>125</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_514"> <id>501</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>125</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_515"> <id>502</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>125</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_516"> <id>503</id> <edge_type>1</edge_type> <source_obj>125</source_obj> <sink_obj>126</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_517"> <id>504</id> <edge_type>1</edge_type> <source_obj>13</source_obj> <sink_obj>127</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_518"> <id>505</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>127</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_519"> <id>506</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>127</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_520"> <id>507</id> <edge_type>1</edge_type> <source_obj>127</source_obj> <sink_obj>128</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_521"> <id>508</id> <edge_type>1</edge_type> <source_obj>14</source_obj> <sink_obj>129</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_522"> <id>509</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>129</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_523"> <id>510</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>129</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_524"> <id>511</id> <edge_type>1</edge_type> <source_obj>129</source_obj> <sink_obj>130</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_525"> <id>512</id> <edge_type>1</edge_type> <source_obj>15</source_obj> <sink_obj>131</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_526"> <id>513</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>131</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_527"> <id>514</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>131</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_528"> <id>515</id> <edge_type>1</edge_type> <source_obj>131</source_obj> <sink_obj>132</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_529"> <id>516</id> <edge_type>1</edge_type> <source_obj>16</source_obj> <sink_obj>133</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_530"> <id>517</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>133</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_531"> <id>518</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>133</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_532"> <id>519</id> <edge_type>1</edge_type> <source_obj>133</source_obj> <sink_obj>134</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_533"> <id>521</id> <edge_type>1</edge_type> <source_obj>104</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_534"> <id>522</id> <edge_type>1</edge_type> <source_obj>106</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_535"> <id>523</id> <edge_type>1</edge_type> <source_obj>108</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_536"> <id>524</id> <edge_type>1</edge_type> <source_obj>110</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_537"> <id>525</id> <edge_type>1</edge_type> <source_obj>112</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_538"> <id>526</id> <edge_type>1</edge_type> <source_obj>114</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_539"> <id>527</id> <edge_type>1</edge_type> <source_obj>116</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_540"> <id>528</id> <edge_type>1</edge_type> <source_obj>118</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_541"> <id>529</id> <edge_type>1</edge_type> <source_obj>120</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_542"> <id>530</id> <edge_type>1</edge_type> <source_obj>122</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_543"> <id>531</id> <edge_type>1</edge_type> <source_obj>124</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_544"> <id>532</id> <edge_type>1</edge_type> <source_obj>126</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_545"> <id>533</id> <edge_type>1</edge_type> <source_obj>128</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_546"> <id>534</id> <edge_type>1</edge_type> <source_obj>130</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_547"> <id>535</id> <edge_type>1</edge_type> <source_obj>132</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_548"> <id>536</id> <edge_type>1</edge_type> <source_obj>134</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_549"> <id>537</id> <edge_type>1</edge_type> <source_obj>69</source_obj> <sink_obj>135</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_550"> <id>538</id> <edge_type>1</edge_type> <source_obj>102</source_obj> <sink_obj>136</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_551"> <id>541</id> <edge_type>1</edge_type> <source_obj>136</source_obj> <sink_obj>137</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_552"> <id>543</id> <edge_type>1</edge_type> <source_obj>542</source_obj> <sink_obj>137</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_553"> <id>545</id> <edge_type>1</edge_type> <source_obj>544</source_obj> <sink_obj>137</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_554"> <id>546</id> <edge_type>1</edge_type> <source_obj>136</source_obj> <sink_obj>138</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_555"> <id>547</id> <edge_type>1</edge_type> <source_obj>135</source_obj> <sink_obj>139</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_556"> <id>549</id> <edge_type>1</edge_type> <source_obj>139</source_obj> <sink_obj>140</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_557"> <id>550</id> <edge_type>1</edge_type> <source_obj>542</source_obj> <sink_obj>140</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_558"> <id>551</id> <edge_type>1</edge_type> <source_obj>544</source_obj> <sink_obj>140</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_559"> <id>552</id> <edge_type>1</edge_type> <source_obj>139</source_obj> <sink_obj>141</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_560"> <id>553</id> <edge_type>1</edge_type> <source_obj>137</source_obj> <sink_obj>142</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_561"> <id>555</id> <edge_type>1</edge_type> <source_obj>554</source_obj> <sink_obj>142</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_562"> <id>556</id> <edge_type>1</edge_type> <source_obj>138</source_obj> <sink_obj>143</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_563"> <id>558</id> <edge_type>1</edge_type> <source_obj>557</source_obj> <sink_obj>143</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_564"> <id>559</id> <edge_type>1</edge_type> <source_obj>143</source_obj> <sink_obj>144</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_565"> <id>560</id> <edge_type>1</edge_type> <source_obj>142</source_obj> <sink_obj>144</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_566"> <id>561</id> <edge_type>1</edge_type> <source_obj>140</source_obj> <sink_obj>145</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_567"> <id>562</id> <edge_type>1</edge_type> <source_obj>554</source_obj> <sink_obj>145</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_568"> <id>563</id> <edge_type>1</edge_type> <source_obj>141</source_obj> <sink_obj>146</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_569"> <id>564</id> <edge_type>1</edge_type> <source_obj>557</source_obj> <sink_obj>146</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_570"> <id>565</id> <edge_type>1</edge_type> <source_obj>146</source_obj> <sink_obj>147</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_571"> <id>566</id> <edge_type>1</edge_type> <source_obj>145</source_obj> <sink_obj>147</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_572"> <id>567</id> <edge_type>1</edge_type> <source_obj>144</source_obj> <sink_obj>148</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_573"> <id>568</id> <edge_type>1</edge_type> <source_obj>147</source_obj> <sink_obj>148</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_574"> <id>569</id> <edge_type>1</edge_type> <source_obj>102</source_obj> <sink_obj>149</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_575"> <id>570</id> <edge_type>1</edge_type> <source_obj>135</source_obj> <sink_obj>149</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_576"> <id>571</id> <edge_type>1</edge_type> <source_obj>148</source_obj> <sink_obj>150</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_577"> <id>572</id> <edge_type>1</edge_type> <source_obj>149</source_obj> <sink_obj>150</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_578"> <id>573</id> <edge_type>1</edge_type> <source_obj>150</source_obj> <sink_obj>151</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_579"> <id>574</id> <edge_type>1</edge_type> <source_obj>102</source_obj> <sink_obj>151</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_580"> <id>575</id> <edge_type>1</edge_type> <source_obj>135</source_obj> <sink_obj>151</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_581"> <id>576</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>152</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_582"> <id>577</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>152</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_583"> <id>578</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>152</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_584"> <id>579</id> <edge_type>1</edge_type> <source_obj>152</source_obj> <sink_obj>153</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_585"> <id>580</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>154</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_586"> <id>581</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>154</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_587"> <id>582</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>154</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_588"> <id>583</id> <edge_type>1</edge_type> <source_obj>154</source_obj> <sink_obj>155</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_589"> <id>584</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>156</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_590"> <id>585</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>156</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_591"> <id>586</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>156</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_592"> <id>587</id> <edge_type>1</edge_type> <source_obj>156</source_obj> <sink_obj>157</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_593"> <id>588</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>158</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_594"> <id>589</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>158</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_595"> <id>590</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>158</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_596"> <id>591</id> <edge_type>1</edge_type> <source_obj>158</source_obj> <sink_obj>159</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_597"> <id>592</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>160</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_598"> <id>593</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>160</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_599"> <id>594</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>160</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_600"> <id>595</id> <edge_type>1</edge_type> <source_obj>160</source_obj> <sink_obj>161</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_601"> <id>596</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>162</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_602"> <id>597</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>162</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_603"> <id>598</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>162</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_604"> <id>599</id> <edge_type>1</edge_type> <source_obj>162</source_obj> <sink_obj>163</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_605"> <id>600</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>164</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_606"> <id>601</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>164</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_607"> <id>602</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>164</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_608"> <id>603</id> <edge_type>1</edge_type> <source_obj>164</source_obj> <sink_obj>165</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_609"> <id>604</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>166</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_610"> <id>605</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>166</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_611"> <id>606</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>166</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_612"> <id>607</id> <edge_type>1</edge_type> <source_obj>166</source_obj> <sink_obj>167</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_613"> <id>608</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>168</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_614"> <id>609</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>168</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_615"> <id>610</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>168</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_616"> <id>611</id> <edge_type>1</edge_type> <source_obj>168</source_obj> <sink_obj>169</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_617"> <id>612</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>170</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_618"> <id>613</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>170</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_619"> <id>614</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>170</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_620"> <id>615</id> <edge_type>1</edge_type> <source_obj>170</source_obj> <sink_obj>171</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_621"> <id>616</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>172</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_622"> <id>617</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>172</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_623"> <id>618</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>172</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_624"> <id>619</id> <edge_type>1</edge_type> <source_obj>172</source_obj> <sink_obj>173</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_625"> <id>620</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>174</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_626"> <id>621</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>174</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_627"> <id>622</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>174</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_628"> <id>623</id> <edge_type>1</edge_type> <source_obj>174</source_obj> <sink_obj>175</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_629"> <id>624</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>176</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_630"> <id>625</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>176</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_631"> <id>626</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>176</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_632"> <id>627</id> <edge_type>1</edge_type> <source_obj>176</source_obj> <sink_obj>177</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_633"> <id>628</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>178</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_634"> <id>629</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>178</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_635"> <id>630</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>178</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_636"> <id>631</id> <edge_type>1</edge_type> <source_obj>178</source_obj> <sink_obj>179</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_637"> <id>632</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>180</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_638"> <id>633</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>180</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_639"> <id>634</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>180</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_640"> <id>635</id> <edge_type>1</edge_type> <source_obj>180</source_obj> <sink_obj>181</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_641"> <id>636</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>182</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_642"> <id>637</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>182</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_643"> <id>638</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>182</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_644"> <id>639</id> <edge_type>1</edge_type> <source_obj>182</source_obj> <sink_obj>183</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_645"> <id>641</id> <edge_type>1</edge_type> <source_obj>153</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_646"> <id>642</id> <edge_type>1</edge_type> <source_obj>155</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_647"> <id>643</id> <edge_type>1</edge_type> <source_obj>157</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_648"> <id>644</id> <edge_type>1</edge_type> <source_obj>159</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_649"> <id>645</id> <edge_type>1</edge_type> <source_obj>161</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_650"> <id>646</id> <edge_type>1</edge_type> <source_obj>163</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_651"> <id>647</id> <edge_type>1</edge_type> <source_obj>165</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_652"> <id>648</id> <edge_type>1</edge_type> <source_obj>167</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_653"> <id>649</id> <edge_type>1</edge_type> <source_obj>169</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_654"> <id>650</id> <edge_type>1</edge_type> <source_obj>171</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_655"> <id>651</id> <edge_type>1</edge_type> <source_obj>173</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_656"> <id>652</id> <edge_type>1</edge_type> <source_obj>175</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_657"> <id>653</id> <edge_type>1</edge_type> <source_obj>177</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_658"> <id>654</id> <edge_type>1</edge_type> <source_obj>179</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_659"> <id>655</id> <edge_type>1</edge_type> <source_obj>181</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_660"> <id>656</id> <edge_type>1</edge_type> <source_obj>183</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_661"> <id>657</id> <edge_type>1</edge_type> <source_obj>69</source_obj> <sink_obj>184</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_662"> <id>658</id> <edge_type>1</edge_type> <source_obj>17</source_obj> <sink_obj>185</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_663"> <id>659</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>185</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_664"> <id>660</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>185</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_665"> <id>661</id> <edge_type>1</edge_type> <source_obj>185</source_obj> <sink_obj>186</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_666"> <id>662</id> <edge_type>1</edge_type> <source_obj>18</source_obj> <sink_obj>187</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_667"> <id>663</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>187</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_668"> <id>664</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>187</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_669"> <id>665</id> <edge_type>1</edge_type> <source_obj>187</source_obj> <sink_obj>188</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_670"> <id>666</id> <edge_type>1</edge_type> <source_obj>19</source_obj> <sink_obj>189</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_671"> <id>667</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>189</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_672"> <id>668</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>189</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_673"> <id>669</id> <edge_type>1</edge_type> <source_obj>189</source_obj> <sink_obj>190</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_674"> <id>670</id> <edge_type>1</edge_type> <source_obj>20</source_obj> <sink_obj>191</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_675"> <id>671</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>191</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_676"> <id>672</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>191</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_677"> <id>673</id> <edge_type>1</edge_type> <source_obj>191</source_obj> <sink_obj>192</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_678"> <id>674</id> <edge_type>1</edge_type> <source_obj>21</source_obj> <sink_obj>193</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_679"> <id>675</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>193</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_680"> <id>676</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>193</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_681"> <id>677</id> <edge_type>1</edge_type> <source_obj>193</source_obj> <sink_obj>194</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_682"> <id>678</id> <edge_type>1</edge_type> <source_obj>22</source_obj> <sink_obj>195</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_683"> <id>679</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>195</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_684"> <id>680</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>195</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_685"> <id>681</id> <edge_type>1</edge_type> <source_obj>195</source_obj> <sink_obj>196</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_686"> <id>682</id> <edge_type>1</edge_type> <source_obj>23</source_obj> <sink_obj>197</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_687"> <id>683</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>197</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_688"> <id>684</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>197</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_689"> <id>685</id> <edge_type>1</edge_type> <source_obj>197</source_obj> <sink_obj>198</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_690"> <id>686</id> <edge_type>1</edge_type> <source_obj>24</source_obj> <sink_obj>199</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_691"> <id>687</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>199</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_692"> <id>688</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>199</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_693"> <id>689</id> <edge_type>1</edge_type> <source_obj>199</source_obj> <sink_obj>200</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_694"> <id>690</id> <edge_type>1</edge_type> <source_obj>25</source_obj> <sink_obj>201</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_695"> <id>691</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>201</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_696"> <id>692</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>201</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_697"> <id>693</id> <edge_type>1</edge_type> <source_obj>201</source_obj> <sink_obj>202</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_698"> <id>694</id> <edge_type>1</edge_type> <source_obj>26</source_obj> <sink_obj>203</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_699"> <id>695</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>203</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_700"> <id>696</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>203</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_701"> <id>697</id> <edge_type>1</edge_type> <source_obj>203</source_obj> <sink_obj>204</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_702"> <id>698</id> <edge_type>1</edge_type> <source_obj>27</source_obj> <sink_obj>205</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_703"> <id>699</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>205</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_704"> <id>700</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>205</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_705"> <id>701</id> <edge_type>1</edge_type> <source_obj>205</source_obj> <sink_obj>206</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_706"> <id>702</id> <edge_type>1</edge_type> <source_obj>28</source_obj> <sink_obj>207</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_707"> <id>703</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>207</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_708"> <id>704</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>207</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_709"> <id>705</id> <edge_type>1</edge_type> <source_obj>207</source_obj> <sink_obj>208</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_710"> <id>706</id> <edge_type>1</edge_type> <source_obj>29</source_obj> <sink_obj>209</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_711"> <id>707</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>209</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_712"> <id>708</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>209</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_713"> <id>709</id> <edge_type>1</edge_type> <source_obj>209</source_obj> <sink_obj>210</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_714"> <id>710</id> <edge_type>1</edge_type> <source_obj>30</source_obj> <sink_obj>211</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_715"> <id>711</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>211</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_716"> <id>712</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>211</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_717"> <id>713</id> <edge_type>1</edge_type> <source_obj>211</source_obj> <sink_obj>212</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_718"> <id>714</id> <edge_type>1</edge_type> <source_obj>31</source_obj> <sink_obj>213</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_719"> <id>715</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>213</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_720"> <id>716</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>213</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_721"> <id>717</id> <edge_type>1</edge_type> <source_obj>213</source_obj> <sink_obj>214</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_722"> <id>718</id> <edge_type>1</edge_type> <source_obj>32</source_obj> <sink_obj>215</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_723"> <id>719</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>215</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_724"> <id>720</id> <edge_type>1</edge_type> <source_obj>66</source_obj> <sink_obj>215</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_725"> <id>721</id> <edge_type>1</edge_type> <source_obj>215</source_obj> <sink_obj>216</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_726"> <id>723</id> <edge_type>1</edge_type> <source_obj>186</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_727"> <id>724</id> <edge_type>1</edge_type> <source_obj>188</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_728"> <id>725</id> <edge_type>1</edge_type> <source_obj>190</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_729"> <id>726</id> <edge_type>1</edge_type> <source_obj>192</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_730"> <id>727</id> <edge_type>1</edge_type> <source_obj>194</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_731"> <id>728</id> <edge_type>1</edge_type> <source_obj>196</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_732"> <id>729</id> <edge_type>1</edge_type> <source_obj>198</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_733"> <id>730</id> <edge_type>1</edge_type> <source_obj>200</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_734"> <id>731</id> <edge_type>1</edge_type> <source_obj>202</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_735"> <id>732</id> <edge_type>1</edge_type> <source_obj>204</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_736"> <id>733</id> <edge_type>1</edge_type> <source_obj>206</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_737"> <id>734</id> <edge_type>1</edge_type> <source_obj>208</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_738"> <id>735</id> <edge_type>1</edge_type> <source_obj>210</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_739"> <id>736</id> <edge_type>1</edge_type> <source_obj>212</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_740"> <id>737</id> <edge_type>1</edge_type> <source_obj>214</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_741"> <id>738</id> <edge_type>1</edge_type> <source_obj>216</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_742"> <id>739</id> <edge_type>1</edge_type> <source_obj>69</source_obj> <sink_obj>217</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_743"> <id>740</id> <edge_type>1</edge_type> <source_obj>184</source_obj> <sink_obj>218</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_744"> <id>742</id> <edge_type>1</edge_type> <source_obj>218</source_obj> <sink_obj>219</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_745"> <id>743</id> <edge_type>1</edge_type> <source_obj>542</source_obj> <sink_obj>219</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_746"> <id>744</id> <edge_type>1</edge_type> <source_obj>544</source_obj> <sink_obj>219</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_747"> <id>745</id> <edge_type>1</edge_type> <source_obj>218</source_obj> <sink_obj>220</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_748"> <id>746</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>221</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_749"> <id>748</id> <edge_type>1</edge_type> <source_obj>221</source_obj> <sink_obj>222</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_750"> <id>749</id> <edge_type>1</edge_type> <source_obj>542</source_obj> <sink_obj>222</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_751"> <id>750</id> <edge_type>1</edge_type> <source_obj>544</source_obj> <sink_obj>222</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_752"> <id>751</id> <edge_type>1</edge_type> <source_obj>221</source_obj> <sink_obj>223</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_753"> <id>752</id> <edge_type>1</edge_type> <source_obj>219</source_obj> <sink_obj>224</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_754"> <id>753</id> <edge_type>1</edge_type> <source_obj>554</source_obj> <sink_obj>224</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_755"> <id>754</id> <edge_type>1</edge_type> <source_obj>220</source_obj> <sink_obj>225</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_756"> <id>755</id> <edge_type>1</edge_type> <source_obj>557</source_obj> <sink_obj>225</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_757"> <id>756</id> <edge_type>1</edge_type> <source_obj>225</source_obj> <sink_obj>226</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_758"> <id>757</id> <edge_type>1</edge_type> <source_obj>224</source_obj> <sink_obj>226</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_759"> <id>758</id> <edge_type>1</edge_type> <source_obj>222</source_obj> <sink_obj>227</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_760"> <id>759</id> <edge_type>1</edge_type> <source_obj>554</source_obj> <sink_obj>227</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_761"> <id>760</id> <edge_type>1</edge_type> <source_obj>223</source_obj> <sink_obj>228</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_762"> <id>761</id> <edge_type>1</edge_type> <source_obj>557</source_obj> <sink_obj>228</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_763"> <id>762</id> <edge_type>1</edge_type> <source_obj>228</source_obj> <sink_obj>229</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_764"> <id>763</id> <edge_type>1</edge_type> <source_obj>227</source_obj> <sink_obj>229</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_765"> <id>764</id> <edge_type>1</edge_type> <source_obj>226</source_obj> <sink_obj>230</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_766"> <id>765</id> <edge_type>1</edge_type> <source_obj>229</source_obj> <sink_obj>230</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_767"> <id>766</id> <edge_type>1</edge_type> <source_obj>184</source_obj> <sink_obj>231</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_768"> <id>767</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>231</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_769"> <id>768</id> <edge_type>1</edge_type> <source_obj>230</source_obj> <sink_obj>232</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_770"> <id>769</id> <edge_type>1</edge_type> <source_obj>231</source_obj> <sink_obj>232</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_771"> <id>770</id> <edge_type>1</edge_type> <source_obj>232</source_obj> <sink_obj>233</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_772"> <id>771</id> <edge_type>1</edge_type> <source_obj>184</source_obj> <sink_obj>233</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_773"> <id>772</id> <edge_type>1</edge_type> <source_obj>217</source_obj> <sink_obj>233</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_774"> <id>773</id> <edge_type>1</edge_type> <source_obj>151</source_obj> <sink_obj>234</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_775"> <id>775</id> <edge_type>1</edge_type> <source_obj>234</source_obj> <sink_obj>235</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_776"> <id>776</id> <edge_type>1</edge_type> <source_obj>542</source_obj> <sink_obj>235</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_777"> <id>777</id> <edge_type>1</edge_type> <source_obj>544</source_obj> <sink_obj>235</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_778"> <id>778</id> <edge_type>1</edge_type> <source_obj>234</source_obj> <sink_obj>236</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_779"> <id>779</id> <edge_type>1</edge_type> <source_obj>233</source_obj> <sink_obj>237</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_780"> <id>781</id> <edge_type>1</edge_type> <source_obj>237</source_obj> <sink_obj>238</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_781"> <id>782</id> <edge_type>1</edge_type> <source_obj>542</source_obj> <sink_obj>238</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_782"> <id>783</id> <edge_type>1</edge_type> <source_obj>544</source_obj> <sink_obj>238</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_783"> <id>784</id> <edge_type>1</edge_type> <source_obj>237</source_obj> <sink_obj>239</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_784"> <id>785</id> <edge_type>1</edge_type> <source_obj>235</source_obj> <sink_obj>240</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_785"> <id>786</id> <edge_type>1</edge_type> <source_obj>554</source_obj> <sink_obj>240</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_786"> <id>787</id> <edge_type>1</edge_type> <source_obj>236</source_obj> <sink_obj>241</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_787"> <id>788</id> <edge_type>1</edge_type> <source_obj>557</source_obj> <sink_obj>241</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_788"> <id>789</id> <edge_type>1</edge_type> <source_obj>241</source_obj> <sink_obj>242</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_789"> <id>790</id> <edge_type>1</edge_type> <source_obj>240</source_obj> <sink_obj>242</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_790"> <id>791</id> <edge_type>1</edge_type> <source_obj>238</source_obj> <sink_obj>243</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_791"> <id>792</id> <edge_type>1</edge_type> <source_obj>554</source_obj> <sink_obj>243</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_792"> <id>793</id> <edge_type>1</edge_type> <source_obj>239</source_obj> <sink_obj>244</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_793"> <id>794</id> <edge_type>1</edge_type> <source_obj>557</source_obj> <sink_obj>244</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_794"> <id>795</id> <edge_type>1</edge_type> <source_obj>244</source_obj> <sink_obj>245</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_795"> <id>796</id> <edge_type>1</edge_type> <source_obj>243</source_obj> <sink_obj>245</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_796"> <id>797</id> <edge_type>1</edge_type> <source_obj>242</source_obj> <sink_obj>246</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_797"> <id>798</id> <edge_type>1</edge_type> <source_obj>245</source_obj> <sink_obj>246</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_798"> <id>799</id> <edge_type>1</edge_type> <source_obj>151</source_obj> <sink_obj>247</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_799"> <id>800</id> <edge_type>1</edge_type> <source_obj>233</source_obj> <sink_obj>247</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_800"> <id>801</id> <edge_type>1</edge_type> <source_obj>246</source_obj> <sink_obj>248</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_801"> <id>802</id> <edge_type>1</edge_type> <source_obj>247</source_obj> <sink_obj>248</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_802"> <id>803</id> <edge_type>1</edge_type> <source_obj>248</source_obj> <sink_obj>249</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_803"> <id>804</id> <edge_type>1</edge_type> <source_obj>151</source_obj> <sink_obj>249</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_804"> <id>805</id> <edge_type>1</edge_type> <source_obj>233</source_obj> <sink_obj>249</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_805"> <id>806</id> <edge_type>1</edge_type> <source_obj>69</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_806"> <id>807</id> <edge_type>2</edge_type> <source_obj>315</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_807"> <id>809</id> <edge_type>1</edge_type> <source_obj>808</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_808"> <id>810</id> <edge_type>2</edge_type> <source_obj>311</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_809"> <id>812</id> <edge_type>1</edge_type> <source_obj>811</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_810"> <id>813</id> <edge_type>2</edge_type> <source_obj>307</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_811"> <id>815</id> <edge_type>1</edge_type> <source_obj>814</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_812"> <id>816</id> <edge_type>2</edge_type> <source_obj>303</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_813"> <id>818</id> <edge_type>1</edge_type> <source_obj>817</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_814"> <id>819</id> <edge_type>2</edge_type> <source_obj>299</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_815"> <id>821</id> <edge_type>1</edge_type> <source_obj>820</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_816"> <id>822</id> <edge_type>2</edge_type> <source_obj>295</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_817"> <id>824</id> <edge_type>1</edge_type> <source_obj>823</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_818"> <id>825</id> <edge_type>2</edge_type> <source_obj>291</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_819"> <id>827</id> <edge_type>1</edge_type> <source_obj>826</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_820"> <id>828</id> <edge_type>2</edge_type> <source_obj>287</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_821"> <id>830</id> <edge_type>1</edge_type> <source_obj>829</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_822"> <id>831</id> <edge_type>2</edge_type> <source_obj>283</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_823"> <id>833</id> <edge_type>1</edge_type> <source_obj>832</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_824"> <id>834</id> <edge_type>2</edge_type> <source_obj>279</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_825"> <id>836</id> <edge_type>1</edge_type> <source_obj>835</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_826"> <id>837</id> <edge_type>2</edge_type> <source_obj>275</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_827"> <id>839</id> <edge_type>1</edge_type> <source_obj>838</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_828"> <id>840</id> <edge_type>2</edge_type> <source_obj>271</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_829"> <id>842</id> <edge_type>1</edge_type> <source_obj>841</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_830"> <id>843</id> <edge_type>2</edge_type> <source_obj>267</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_831"> <id>845</id> <edge_type>1</edge_type> <source_obj>844</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_832"> <id>846</id> <edge_type>2</edge_type> <source_obj>263</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_833"> <id>848</id> <edge_type>1</edge_type> <source_obj>847</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_834"> <id>849</id> <edge_type>2</edge_type> <source_obj>259</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_835"> <id>851</id> <edge_type>1</edge_type> <source_obj>850</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_836"> <id>852</id> <edge_type>2</edge_type> <source_obj>255</source_obj> <sink_obj>250</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_837"> <id>853</id> <edge_type>1</edge_type> <source_obj>33</source_obj> <sink_obj>308</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_838"> <id>854</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>308</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_839"> <id>855</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>308</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_840"> <id>856</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>309</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_841"> <id>857</id> <edge_type>1</edge_type> <source_obj>308</source_obj> <sink_obj>309</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_842"> <id>858</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>310</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_843"> <id>859</id> <edge_type>1</edge_type> <source_obj>34</source_obj> <sink_obj>304</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_844"> <id>860</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>304</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_845"> <id>861</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>304</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_846"> <id>862</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>305</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_847"> <id>863</id> <edge_type>1</edge_type> <source_obj>304</source_obj> <sink_obj>305</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_848"> <id>864</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>306</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_849"> <id>865</id> <edge_type>1</edge_type> <source_obj>35</source_obj> <sink_obj>300</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_850"> <id>866</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>300</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_851"> <id>867</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>300</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_852"> <id>868</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>301</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_853"> <id>869</id> <edge_type>1</edge_type> <source_obj>300</source_obj> <sink_obj>301</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_854"> <id>870</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>302</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_855"> <id>871</id> <edge_type>1</edge_type> <source_obj>36</source_obj> <sink_obj>296</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_856"> <id>872</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>296</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_857"> <id>873</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>296</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_858"> <id>874</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>297</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_859"> <id>875</id> <edge_type>1</edge_type> <source_obj>296</source_obj> <sink_obj>297</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_860"> <id>876</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>298</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_861"> <id>877</id> <edge_type>1</edge_type> <source_obj>37</source_obj> <sink_obj>292</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_862"> <id>878</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>292</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_863"> <id>879</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>292</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_864"> <id>880</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>293</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_865"> <id>881</id> <edge_type>1</edge_type> <source_obj>292</source_obj> <sink_obj>293</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_866"> <id>882</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>294</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_867"> <id>883</id> <edge_type>1</edge_type> <source_obj>38</source_obj> <sink_obj>288</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_868"> <id>884</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>288</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_869"> <id>885</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>288</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_870"> <id>886</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>289</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_871"> <id>887</id> <edge_type>1</edge_type> <source_obj>288</source_obj> <sink_obj>289</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_872"> <id>888</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>290</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_873"> <id>889</id> <edge_type>1</edge_type> <source_obj>39</source_obj> <sink_obj>284</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_874"> <id>890</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>284</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_875"> <id>891</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>284</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_876"> <id>892</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>285</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_877"> <id>893</id> <edge_type>1</edge_type> <source_obj>284</source_obj> <sink_obj>285</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_878"> <id>894</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>286</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_879"> <id>895</id> <edge_type>1</edge_type> <source_obj>40</source_obj> <sink_obj>280</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_880"> <id>896</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>280</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_881"> <id>897</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>280</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_882"> <id>898</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>281</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_883"> <id>899</id> <edge_type>1</edge_type> <source_obj>280</source_obj> <sink_obj>281</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_884"> <id>900</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>282</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_885"> <id>901</id> <edge_type>1</edge_type> <source_obj>41</source_obj> <sink_obj>276</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_886"> <id>902</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>276</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_887"> <id>903</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>276</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_888"> <id>904</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>277</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_889"> <id>905</id> <edge_type>1</edge_type> <source_obj>276</source_obj> <sink_obj>277</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_890"> <id>906</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>278</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_891"> <id>907</id> <edge_type>1</edge_type> <source_obj>42</source_obj> <sink_obj>272</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_892"> <id>908</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>272</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_893"> <id>909</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>272</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_894"> <id>910</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>273</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_895"> <id>911</id> <edge_type>1</edge_type> <source_obj>272</source_obj> <sink_obj>273</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_896"> <id>912</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>274</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_897"> <id>913</id> <edge_type>1</edge_type> <source_obj>43</source_obj> <sink_obj>268</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_898"> <id>914</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>268</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_899"> <id>915</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>268</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_900"> <id>916</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>269</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_901"> <id>917</id> <edge_type>1</edge_type> <source_obj>268</source_obj> <sink_obj>269</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_902"> <id>918</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>270</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_903"> <id>919</id> <edge_type>1</edge_type> <source_obj>44</source_obj> <sink_obj>264</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_904"> <id>920</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>264</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_905"> <id>921</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>264</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_906"> <id>922</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>265</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_907"> <id>923</id> <edge_type>1</edge_type> <source_obj>264</source_obj> <sink_obj>265</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_908"> <id>924</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>266</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_909"> <id>925</id> <edge_type>1</edge_type> <source_obj>45</source_obj> <sink_obj>260</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_910"> <id>926</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>260</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_911"> <id>927</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>260</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_912"> <id>928</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>261</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_913"> <id>929</id> <edge_type>1</edge_type> <source_obj>260</source_obj> <sink_obj>261</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_914"> <id>930</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>262</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_915"> <id>931</id> <edge_type>1</edge_type> <source_obj>46</source_obj> <sink_obj>256</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_916"> <id>932</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>256</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_917"> <id>933</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>256</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_918"> <id>934</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>257</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_919"> <id>935</id> <edge_type>1</edge_type> <source_obj>256</source_obj> <sink_obj>257</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_920"> <id>936</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>258</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_921"> <id>937</id> <edge_type>1</edge_type> <source_obj>47</source_obj> <sink_obj>252</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_922"> <id>938</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>252</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_923"> <id>939</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>252</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_924"> <id>940</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>253</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_925"> <id>941</id> <edge_type>1</edge_type> <source_obj>252</source_obj> <sink_obj>253</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_926"> <id>942</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>254</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_927"> <id>943</id> <edge_type>1</edge_type> <source_obj>48</source_obj> <sink_obj>312</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_928"> <id>944</id> <edge_type>1</edge_type> <source_obj>373</source_obj> <sink_obj>312</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_929"> <id>945</id> <edge_type>1</edge_type> <source_obj>63</source_obj> <sink_obj>312</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_930"> <id>946</id> <edge_type>1</edge_type> <source_obj>249</source_obj> <sink_obj>313</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_931"> <id>947</id> <edge_type>1</edge_type> <source_obj>312</source_obj> <sink_obj>313</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_932"> <id>948</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>314</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_933"> <id>976</id> <edge_type>2</edge_type> <source_obj>50</source_obj> <sink_obj>58</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_934"> <id>977</id> <edge_type>2</edge_type> <source_obj>58</source_obj> <sink_obj>321</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_935"> <id>978</id> <edge_type>2</edge_type> <source_obj>58</source_obj> <sink_obj>251</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_936"> <id>979</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>315</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_937"> <id>980</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>311</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_938"> <id>981</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>307</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_939"> <id>982</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>303</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_940"> <id>983</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>299</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_941"> <id>984</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>295</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_942"> <id>985</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>291</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_943"> <id>986</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>287</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_944"> <id>987</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>283</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_945"> <id>988</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>279</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_946"> <id>989</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>275</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_947"> <id>990</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>271</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_948"> <id>991</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>267</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_949"> <id>992</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>263</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_950"> <id>993</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>259</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_951"> <id>994</id> <edge_type>2</edge_type> <source_obj>251</source_obj> <sink_obj>255</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_952"> <id>995</id> <edge_type>2</edge_type> <source_obj>255</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_953"> <id>996</id> <edge_type>2</edge_type> <source_obj>259</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_954"> <id>997</id> <edge_type>2</edge_type> <source_obj>263</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_955"> <id>998</id> <edge_type>2</edge_type> <source_obj>267</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_956"> <id>999</id> <edge_type>2</edge_type> <source_obj>271</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_957"> <id>1000</id> <edge_type>2</edge_type> <source_obj>275</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_958"> <id>1001</id> <edge_type>2</edge_type> <source_obj>279</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_959"> <id>1002</id> <edge_type>2</edge_type> <source_obj>283</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_960"> <id>1003</id> <edge_type>2</edge_type> <source_obj>287</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_961"> <id>1004</id> <edge_type>2</edge_type> <source_obj>291</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_962"> <id>1005</id> <edge_type>2</edge_type> <source_obj>295</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_963"> <id>1006</id> <edge_type>2</edge_type> <source_obj>299</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_964"> <id>1007</id> <edge_type>2</edge_type> <source_obj>303</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_965"> <id>1008</id> <edge_type>2</edge_type> <source_obj>307</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_966"> <id>1009</id> <edge_type>2</edge_type> <source_obj>311</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_967"> <id>1010</id> <edge_type>2</edge_type> <source_obj>315</source_obj> <sink_obj>319</sink_obj> <is_back_edge>0</is_back_edge> </item> <item class_id_reference="20" object_id="_968"> <id>1011</id> <edge_type>2</edge_type> <source_obj>319</source_obj> <sink_obj>58</sink_obj> <is_back_edge>1</is_back_edge> </item> </edges> </cdfg> <cdfg_regions class_id="21" tracking_level="0" version="0"> <count>4</count> <item_version>0</item_version> <item class_id="22" tracking_level="1" version="0" object_id="_969"> <mId>1</mId> <mTag>pool_write</mTag> <mType>0</mType> <sub_regions> <count>3</count> <item_version>0</item_version> <item>2</item> <item>3</item> <item>4</item> </sub_regions> <basic_blocks> <count>0</count> <item_version>0</item_version> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>903</mMinLatency> <mMaxLatency>903</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_970"> <mId>2</mId> <mTag>Entry</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>50</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_971"> <mId>3</mId> <mTag>Loop 1</mTag> <mType>1</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>19</count> <item_version>0</item_version> <item>58</item> <item>251</item> <item>255</item> <item>259</item> <item>263</item> <item>267</item> <item>271</item> <item>275</item> <item>279</item> <item>283</item> <item>287</item> <item>291</item> <item>295</item> <item>299</item> <item>303</item> <item>307</item> <item>311</item> <item>315</item> <item>319</item> </basic_blocks> <mII>1</mII> <mDepth>7</mDepth> <mMinTripCount>896</mMinTripCount> <mMaxTripCount>896</mMaxTripCount> <mMinLatency>901</mMinLatency> <mMaxLatency>901</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> <item class_id_reference="22" object_id="_972"> <mId>4</mId> <mTag>Return</mTag> <mType>0</mType> <sub_regions> <count>0</count> <item_version>0</item_version> </sub_regions> <basic_blocks> <count>1</count> <item_version>0</item_version> <item>321</item> </basic_blocks> <mII>-1</mII> <mDepth>-1</mDepth> <mMinTripCount>-1</mMinTripCount> <mMaxTripCount>-1</mMaxTripCount> <mMinLatency>0</mMinLatency> <mMaxLatency>0</mMaxLatency> <mIsDfPipe>0</mIsDfPipe> <mDfPipe class_id="-1"></mDfPipe> </item> </cdfg_regions> <fsm class_id="-1"></fsm> <res class_id="-1"></res> <node_label_latency class_id="26" tracking_level="0" version="0"> <count>248</count> <item_version>0</item_version> <item class_id="27" tracking_level="0" version="0"> <first>49</first> <second class_id="28" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>51</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>52</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>53</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>54</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>55</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>56</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>57</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>60</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>61</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>62</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>63</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>64</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>65</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>66</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>69</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>70</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>71</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>72</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>73</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>74</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>75</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>76</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>77</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>78</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>79</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>80</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>81</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>82</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>83</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>84</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>85</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>86</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>87</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>88</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>89</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>90</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>91</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>92</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>93</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>94</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>95</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>96</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>97</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>98</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>99</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>100</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>101</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>102</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>103</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>104</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>105</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>106</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>107</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>108</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>109</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>110</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>111</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>112</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>113</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>114</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>115</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>116</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>117</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>118</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>119</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>120</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>121</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>122</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>123</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>124</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>125</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>126</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>127</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>128</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>129</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>130</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>131</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>132</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>133</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>134</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>135</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>136</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>137</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>138</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>139</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>140</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>141</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>142</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>143</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>144</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>145</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>146</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>147</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>148</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>149</first> <second> <first>3</first> <second>1</second> </second> </item> <item> <first>150</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>151</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>152</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>153</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>154</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>155</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>156</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>157</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>158</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>159</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>160</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>161</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>162</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>163</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>164</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>165</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>166</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>167</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>168</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>169</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>170</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>171</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>172</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>173</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>174</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>175</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>176</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>177</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>178</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>179</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>180</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>181</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>182</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>183</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>184</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>185</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>186</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>187</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>188</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>189</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>190</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>191</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>192</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>193</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>194</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>195</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>196</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>197</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>198</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>199</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>200</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>201</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>202</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>203</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>204</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>205</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>206</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>207</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>208</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>209</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>210</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>211</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>212</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>213</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>214</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>215</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>216</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>217</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>218</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>219</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>220</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>221</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>222</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>223</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>224</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>225</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>226</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>227</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>228</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>229</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>230</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>231</first> <second> <first>3</first> <second>1</second> </second> </item> <item> <first>232</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>233</first> <second> <first>4</first> <second>0</second> </second> </item> <item> <first>234</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>235</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>236</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>237</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>238</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>239</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>240</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>241</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>242</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>243</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>244</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>245</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>246</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>247</first> <second> <first>5</first> <second>1</second> </second> </item> <item> <first>248</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>249</first> <second> <first>6</first> <second>0</second> </second> </item> <item> <first>250</first> <second> <first>2</first> <second>0</second> </second> </item> <item> <first>252</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>253</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>254</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>256</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>257</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>258</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>260</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>261</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>262</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>264</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>265</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>266</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>268</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>269</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>270</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>272</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>273</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>274</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>276</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>277</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>278</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>280</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>281</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>282</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>284</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>285</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>286</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>288</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>289</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>290</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>292</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>293</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>294</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>296</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>297</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>298</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>300</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>301</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>302</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>304</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>305</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>306</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>308</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>309</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>310</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>312</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>313</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>314</first> <second> <first>7</first> <second>0</second> </second> </item> <item> <first>317</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>318</first> <second> <first>1</first> <second>0</second> </second> </item> <item> <first>320</first> <second> <first>8</first> <second>0</second> </second> </item> </node_label_latency> <bblk_ent_exit class_id="29" tracking_level="0" version="0"> <count>21</count> <item_version>0</item_version> <item class_id="30" tracking_level="0" version="0"> <first>50</first> <second class_id="31" tracking_level="0" version="0"> <first>0</first> <second>0</second> </second> </item> <item> <first>58</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>251</first> <second> <first>1</first> <second>6</second> </second> </item> <item> <first>255</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>259</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>263</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>267</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>271</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>275</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>279</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>283</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>287</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>291</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>295</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>299</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>303</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>307</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>311</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>315</first> <second> <first>7</first> <second>7</second> </second> </item> <item> <first>319</first> <second> <first>1</first> <second>1</second> </second> </item> <item> <first>321</first> <second> <first>2</first> <second>2</second> </second> </item> </bblk_ent_exit> <regions class_id="32" tracking_level="0" version="0"> <count>1</count> <item_version>0</item_version> <item class_id="33" tracking_level="1" version="0" object_id="_973"> <region_name>Loop 1</region_name> <basic_blocks> <count>19</count> <item_version>0</item_version> <item>58</item> <item>251</item> <item>255</item> <item>259</item> <item>263</item> <item>267</item> <item>271</item> <item>275</item> <item>279</item> <item>283</item> <item>287</item> <item>291</item> <item>295</item> <item>299</item> <item>303</item> <item>307</item> <item>311</item> <item>315</item> <item>319</item> </basic_blocks> <nodes> <count>0</count> <item_version>0</item_version> </nodes> <anchor_node>-1</anchor_node> <region_type>8</region_type> <interval>1</interval> <pipe_depth>7</pipe_depth> </item> </regions> <dp_fu_nodes class_id="34" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_fu_nodes> <dp_fu_nodes_expression class_id="35" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_expression> <dp_fu_nodes_module> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_module> <dp_fu_nodes_io> <count>0</count> <item_version>0</item_version> </dp_fu_nodes_io> <return_ports> <count>0</count> <item_version>0</item_version> </return_ports> <dp_mem_port_nodes class_id="36" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_mem_port_nodes> <dp_reg_nodes> <count>0</count> <item_version>0</item_version> </dp_reg_nodes> <dp_regname_nodes> <count>0</count> <item_version>0</item_version> </dp_regname_nodes> <dp_reg_phi> <count>0</count> <item_version>0</item_version> </dp_reg_phi> <dp_regname_phi> <count>0</count> <item_version>0</item_version> </dp_regname_phi> <dp_port_io_nodes class_id="37" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </dp_port_io_nodes> <port2core class_id="38" tracking_level="0" version="0"> <count>0</count> <item_version>0</item_version> </port2core> <node2core> <count>0</count> <item_version>0</item_version> </node2core> </syndb> </boost_serialization>
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- S Y S T E M . I M A G E _ F -- -- -- -- B o d y -- -- -- -- Copyright (C) 2020-2021, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- -- -- -- -- -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- <http://www.gnu.org/licenses/>. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with System.Image_I; with System.Img_Util; use System.Img_Util; package body System.Image_F is Maxdigs : constant Natural := Int'Width - 2; -- Maximum number of decimal digits that can be represented in an Int. -- The "-2" accounts for the sign and one extra digit, since we need the -- maximum number of 9's that can be represented, e.g. for the 64-bit case, -- Integer_64'Width is 20 since the maximum value is approximately 9.2E+18 -- and has 19 digits, but the maximum number of 9's that can be represented -- in Integer_64 is only 18. -- The first prerequisite of the implementation is that the first scaled -- divide does not overflow, which means that the absolute value of the -- input X must always be smaller than 10**Maxdigs * 2**(Int'Size - 1). -- Otherwise Constraint_Error is raised by the scaled divide operation. -- The second prerequisite of the implementation is that the computation -- of the operands does not overflow when the small is neither an integer -- nor the reciprocal of an integer, which means that its numerator and -- denominator must be smaller than 10**(2*Maxdigs-1) / 2**(Int'Size - 1) -- if the small is larger than 1, and smaller than 2**(Int'Size - 1) / 10 -- if the small is smaller than 1. package Image_I is new System.Image_I (Int); procedure Set_Image_Integer (V : Int; S : in out String; P : in out Natural) renames Image_I.Set_Image_Integer; -- The following section describes a specific implementation choice for -- performing base conversions needed for output of values of a fixed -- point type T with small T'Small. The goal is to be able to output -- all values of fixed point types with a precision of 64 bits and a -- small in the range 2.0**(-63) .. 2.0**63. The reasoning can easily -- be adapted to fixed point types with a precision of 32 or 128 bits. -- The chosen algorithm uses fixed precision integer arithmetic for -- reasons of simplicity and efficiency. It is important to understand -- in what ways the most simple and accurate approach to fixed point I/O -- is limiting, before considering more complicated schemes. -- Without loss of generality assume T has a range (-2.0**63) * T'Small -- .. (2.0**63 - 1) * T'Small, and is output with Aft digits after the -- decimal point and T'Fore - 1 before. If T'Small is integer, or -- 1.0 / T'Small is integer, let S = T'Small. -- The idea is to convert a value X * S of type T to a 64-bit integer value -- Q equal to 10.0**D * (X * S) rounded to the nearest integer, using only -- a scaled integer divide of the form -- Q = (X * Y) / Z, -- where the variables X, Y, Z are 64-bit integers, and both multiplication -- and division are done using full intermediate precision. Then the final -- decimal value to be output is -- Q * 10**(-D) -- This value can be written to the output file or to the result string -- according to the format described in RM A.3.10. The details of this -- operation are omitted here. -- A 64-bit value can represent all integers with 18 decimal digits, but -- not all with 19 decimal digits. If the total number of requested ouput -- digits (Fore - 1) + Aft is greater than 18 then, for purposes of the -- conversion, Aft is adjusted to 18 - (Fore - 1). In that case, trailing -- zeros can complete the output after writing the first 18 significant -- digits, or the technique described in the next section can be used. -- In addition, D cannot be smaller than -18, in order for 10.0**(-D) to -- fit in a 64-bit integer. -- The final expression for D is -- D = Integer'Max (-18, Integer'Min (Aft, 18 - (Fore - 1))); -- For Y and Z the following expressions can be derived: -- Q = X * S * (10.0**D) = (X * Y) / Z -- If S is an integer greater than or equal to one, then Fore must be at -- least 20 in order to print T'First, which is at most -2.0**63. This -- means that D < 0, so use -- (1) Y = -S and Z = -10**(-D) -- If 1.0 / S is an integer greater than one, use -- (2) Y = -10**D and Z = -(1.0 / S), for D >= 0 -- or -- (3) Y = -1 and Z = -(1.0 / S) * 10**(-D), for D < 0 -- Negative values are used for nominator Y and denominator Z, so that S -- can have a maximum value of 2.0**63 and a minimum of 2.0**(-63). For -- -(1.0 / S) in -1 .. -9, Fore will still be 20, and D will be negative, -- as (-2.0**63) / -9 is greater than 10**18. In these cases there is room -- in the denominator for the extra decimal scaling required, so case (3) -- will not overflow. -- In fact this reasoning can be generalized to most S which are the ratio -- of two integers with bounded magnitude. Let S = Num / Den and rewrite -- case (1) above where Den = 1 into -- (1b) Y = -Num and Z = -Den * 10**(-D) -- Suppose that Num corresponds to the maximum value of -D, i.e. 18 and -- 10**(-D) = 10**18. If you change Den into 10, then S becomes 10 times -- smaller and, therefore, Fore is decremented by 1, which means that -D -- is as well, provided that Fore was initially not larger than 37, so the -- multiplication for Z still does not overflow. But you need to reach 10 -- to trigger this effect, which means that a leeway of 10 is required, so -- let's restrict this to a Num for which 10**(-D) <= 10**17. To summarize -- this case, if S is the ratio of two integers with -- Den < Num <= B1 -- where B1 is a fixed limit, then case (1b) does not overflow. B1 can be -- taken as the largest integer Small such that D = -17, i.e. Fore = 36, -- which means that B1 * 2.0**63 must be smaller than 10**35. -- Let's continue and rewrite case (2) above when Num = 1 into -- (2b) Y = -Num * 10**D and Z = -Den, for D >= 0 -- Note that D <= 18 - (Fore - 1) and Fore >= 2 so D <= 17, thus you can -- safely change Num into 10 in the product, but then S becomes 10 times -- larger and, therefore, Fore is incremented by 1, which means that D is -- decremented by 1 so you again have a product lesser or equal to 10**17. -- To sum up, if S is the ratio of two integers with -- Num <= Den * S0 -- where S0 is the largest Small such that D >= 0, then case (2b) does not -- overflow. -- Let's conclude and rewrite case (3) above when Num = 1 into -- (3b) Y = -Num and Z = -Den * 10**(-D), for D < 0 -- As explained above, this occurs only if both S0 < S < 1 and D = -1 and -- is preserved if you scale up Num and Den simultaneously, what you can -- do until Den * 10 tops the upper bound. To sum up, if S is the ratio of -- two integers with -- Den * S0 < Num < Den <= B2 -- where B2 is a fixed limit, then case (3b) does not overflow. B2 can be -- taken as the largest integer such that B2 * 10 is smaller than 2.0**63. -- The conclusion is that the algorithm works if the small is the ratio of -- two integers in the range 1 .. 2**63 if either is equal to 1, or of two -- integers in the range 1 .. B1 if the small is larger than 1, or of two -- integers in the range 1 .. B2 if the small is smaller than 1. -- Using a scaled divide which truncates and returns a remainder R, -- another K trailing digits can be calculated by computing the value -- (R * (10.0**K)) / Z using another scaled divide. This procedure -- can be repeated to compute an arbitrary number of digits in linear -- time and storage. The last scaled divide should be rounded, with -- a possible carry propagating to the more significant digits, to -- ensure correct rounding of the unit in the last place. ----------------- -- Image_Fixed -- ----------------- procedure Image_Fixed (V : Int; S : in out String; P : out Natural; Num : Int; Den : Int; For0 : Natural; Aft0 : Natural) is pragma Assert (S'First = 1); begin -- Add space at start for non-negative numbers if V >= 0 then S (1) := ' '; P := 1; else P := 0; end if; Set_Image_Fixed (V, S, P, Num, Den, For0, Aft0, 1, Aft0, 0); end Image_Fixed; --------------------- -- Set_Image_Fixed -- --------------------- procedure Set_Image_Fixed (V : Int; S : in out String; P : in out Natural; Num : Int; Den : Int; For0 : Natural; Aft0 : Natural; Fore : Natural; Aft : Natural; Exp : Natural) is pragma Assert (Num < 0 and then Den < 0); -- Accept only negative numbers to allow -2**(Int'Size - 1) A : constant Natural := Boolean'Pos (Exp > 0) * Aft0 + Natural'Max (Aft, 1) + 1; -- Number of digits after the decimal point to be computed. If Exp is -- positive, we need to compute Aft decimal digits after the first non -- zero digit and we are guaranteed there is at least one in the first -- Aft0 digits (unless V is zero). In both cases, we compute one more -- digit than requested so that Set_Decimal_Digits can round at Aft. D : constant Integer := Integer'Max (-Maxdigs, Integer'Min (A, Maxdigs - (For0 - 1))); Y : constant Int := Num * 10**Integer'Max (0, D); Z : constant Int := Den * 10**Integer'Max (0, -D); -- See the description of the algorithm above AF : constant Natural := A - D; -- Number of remaining digits to be computed after the first round. It -- is larger than A if the first round does not compute all the digits -- before the decimal point, i.e. (For0 - 1) larger than Maxdigs. N : constant Natural := 1 + (AF + Maxdigs - 1) / Maxdigs; -- Number of rounds of scaled divide to be performed Q : Int; -- Quotient of the scaled divide in this round. Only the first round may -- yield more than Maxdigs digits and has a significant sign. Buf : String (1 .. Maxdigs); Len : Natural; -- Buffer for the image of the quotient Digs : String (1 .. 2 + N * Maxdigs); Ndigs : Natural; -- Concatenated image of the successive quotients Scale : Integer := 0; -- Exponent such that the result is Digs (1 .. NDigs) * 10**(-Scale) XX : Int := V; YY : Int := Y; -- First two operands of the scaled divide begin -- Set the first character like Image if V >= 0 then Digs (1) := ' '; Ndigs := 1; else Ndigs := 0; end if; for J in 1 .. N loop exit when XX = 0; Scaled_Divide (XX, YY, Z, Q, R => XX, Round => False); if J = 1 then if Q /= 0 then Set_Image_Integer (Q, Digs, Ndigs); end if; Scale := Scale + D; -- Prepare for next round, if any YY := 10**Maxdigs; else pragma Assert (-10**Maxdigs < Q and then Q < 10**Maxdigs); Len := 0; Set_Image_Integer (abs Q, Buf, Len); pragma Assert (1 <= Len and then Len <= Maxdigs); -- If no character but the space has been written, write the -- minus if need be, since Set_Image_Integer did not do it. if Ndigs <= 1 then if Q /= 0 then if Ndigs = 0 then Digs (1) := '-'; end if; Digs (2 .. Len + 1) := Buf (1 .. Len); Ndigs := Len + 1; end if; -- Or else pad the output with zeroes up to Maxdigs else for K in 1 .. Maxdigs - Len loop Digs (Ndigs + K) := '0'; end loop; for K in 1 .. Len loop Digs (Ndigs + Maxdigs - Len + K) := Buf (K); end loop; Ndigs := Ndigs + Maxdigs; end if; Scale := Scale + Maxdigs; end if; end loop; -- If no digit was output, this is zero if Ndigs <= 1 then Digs (1 .. 2) := " 0"; Ndigs := 2; end if; Set_Decimal_Digits (Digs, Ndigs, S, P, Scale, Fore, Aft, Exp); end Set_Image_Fixed; end System.Image_F;
-- SPDX-FileCopyrightText: 2019 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- package Program.Elements.Paths is pragma Pure (Program.Elements.Paths); type Path is limited interface and Program.Elements.Element; type Path_Access is access all Path'Class with Storage_Size => 0; end Program.Elements.Paths;
generic package BitOperations.Shift.Axiom.Logic_Right with SPARK_Mode, Pure, Ghost is pragma Warnings (GNAT, Off, "postcondition does not check the outcome of calling"); procedure Equal_Div_By_Power_2 (Value : Modular; Amount : Natural) with Pre => Amount in 0..Modular'Size, Post => Shift.Logic_Right(Value, Amount) = Value / (2 ** Amount); end BitOperations.Shift.Axiom.Logic_Right;
-- { dg-do compile } -- { dg-options "-cargs --param max-completely-peeled-insns=200 -margs -O3" } package body Opt42 is function "*" (Left, Right : in Array_Type) return Array_Type is Temp : Float; Result : Array_Type; begin for I in Index_Type loop for J in Index_Type loop Temp := 0.0; for K in Index_Type loop Temp := Temp + Left (I) (K) * Right (K) (J); end loop; Result (I) (J) := Temp; end loop; end loop; return Result; end "*"; end Opt42;
------------------------------------------------------------------------------ -- Copyright (c) 2016-2017, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- purpose with or without fee is hereby granted, provided that the above -- -- copyright notice and this permission notice appear in all copies. -- -- -- -- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -- -- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -- -- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -- -- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -- -- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -- -- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -- -- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -- ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ -- Natools.Smaz_Generic.Tools provides tools specific to the dictionary -- -- implementation. These tools are useful for dictionary manipulation, -- -- even though the intended use of this Smaz implementation is through a -- -- global constant dictionary object. -- ------------------------------------------------------------------------------ with Natools.Smaz_Tools; generic package Natools.Smaz_Generic.Tools is pragma Preelaborate; package String_Lists renames Smaz_Tools.String_Lists; function To_Dictionary (List : in String_Lists.List; Variable_Length_Verbatim : in Boolean) return Dictionary with Pre => String_Lists.Length (List) in 1 .. Dictionary_Code'Pos (Dictionary_Code'Last); -- Build a Dictionary object from a string list -- Note that Hash is set to a placeholder which unconditionnally -- raises Program_Error when called. function To_String_List (Dict : in Dictionary) return String_Lists.List; -- Convert a dictionary back to the corresponding list of words generic with procedure Put_Line (Line : String); procedure Print_Dictionary_In_Ada (Dict : in Dictionary; Hash_Image : in String := "TODO"; Max_Width : in Positive := 70; First_Prefix : in String := " := ("; Prefix : in String := " "; Half_Indent : in String := " "); -- Output Ada code corresponding to the value of the dictionary. -- Note that Prefix is the actual base indentation, while Half_Indent -- is added beyond Prefix before values continued on another line. -- Frist_Prefix is used instead of Prefix on the first line. -- All the defaults value are what was used to generate the constant -- in Natools.Smaz_Original. function Remove_Element (Dict : in Dictionary; Index : in Dictionary_Code) return Dictionary with Pre => Index <= Dict.Last_Code, Post => Dict.Last_Code = Dictionary_Code'Succ (Remove_Element'Result.Last_Code) and then (Index = Dictionary_Code'First or else (for all I in Dictionary_Code'First .. Dictionary_Code'Pred (Index) => Dict_Entry (Dict, I) = Dict_Entry (Remove_Element'Result, I))) and then (Index = Dict.Last_Code or else (for all I in Index .. Dictionary_Code'Pred (Dict.Last_Code) => Dict_Entry (Dict, Dictionary_Code'Succ (I)) = Dict_Entry (Remove_Element'Result, I))); -- Return a new dictionary equal to Dict without element for Index function Append_String (Dict : in Dictionary; Value : in String) return Dictionary with Pre => Dict.Last_Code < Dictionary_Code'Last and then Value'Length > 0, Post => Dict.Last_Code = Dictionary_Code'Pred (Append_String'Result.Last_Code) and then (for all I in Dictionary_Code'First .. Dict.Last_Code => Dict_Entry (Dict, I) = Dict_Entry (Append_String'Result, I)) and then Dict_Entry (Append_String'Result, Append_String'Result.Last_Code) = Value; -- Return a new dictionary with Value appended function Replace_Element (Dict : in Dictionary; Index : in Dictionary_Code; Value : in String) return Dictionary with Pre => Index <= Dict.Last_Code and then Value'Length > 0, Post => Dict.Last_Code = Replace_Element'Result.Last_Code and then (for all I in Dictionary_Code'First .. Dict.Last_Code => (I = Index or else Dict_Entry (Dict, I) = Dict_Entry (Replace_Element'Result, I))) and then Dict_Entry (Replace_Element'Result, Index) = Value; -- Return a new dictionary with entry at Index replaced by Value type Dictionary_Counts is array (Dictionary_Code) of Smaz_Tools.String_Count; procedure Evaluate_Dictionary (Dict : in Dictionary; Corpus : in String_Lists.List; Compressed_Size : out Ada.Streams.Stream_Element_Count; Counts : out Dictionary_Counts); procedure Evaluate_Dictionary_Partial (Dict : in Dictionary; Corpus_Entry : in String; Compressed_Size : in out Ada.Streams.Stream_Element_Count; Counts : in out Dictionary_Counts); -- Compress all strings of Corpus, returning the total number of -- compressed bytes and the number of uses for each dictionary -- element. function Worst_Index (Dict : in Dictionary; Counts : in Dictionary_Counts; Method : in Smaz_Tools.Methods.Enum; First, Last : in Dictionary_Code) return Dictionary_Code with Pre => Last in First .. Dict.Last_Code; -- Return the element from the given interval with worst score function Worst_Index (Dict : in Dictionary; Counts : in Dictionary_Counts; Method : in Smaz_Tools.Methods.Enum) return Dictionary_Code is (Worst_Index (Dict, Counts, Method, Dictionary_Code'First, Dict.Last_Code)); -- Return the element with worst score in the whole directionary function Score_Encoded (Dict : in Dictionary; Counts : in Dictionary_Counts; E : in Dictionary_Code) return Smaz_Tools.Score_Value is (Smaz_Tools.Score_Encoded (Counts (E), Dict_Entry_Length (Dict, E))); -- Score value using the amount of encoded data using E function Score_Frequency (Dict : in Dictionary; Counts : in Dictionary_Counts; E : in Dictionary_Code) return Smaz_Tools.Score_Value is (Smaz_Tools.Score_Frequency (Counts (E), Dict_Entry_Length (Dict, E))); -- Score value using the number of times E was used function Score_Gain (Dict : in Dictionary; Counts : in Dictionary_Counts; E : in Dictionary_Code) return Smaz_Tools.Score_Value is (Smaz_Tools.Score_Gain (Counts (E), Dict_Entry_Length (Dict, E))); -- Score value using the number of bytes saved using E function Score (Dict : in Dictionary; Counts : in Dictionary_Counts; E : in Dictionary_Code; Method : in Smaz_Tools.Methods.Enum) return Smaz_Tools.Score_Value is (Smaz_Tools.Score (Counts (E), Dict_Entry_Length (Dict, E), Method)); -- Scare value with dynamically chosen method end Natools.Smaz_Generic.Tools;
------------------------------------------------------------------------------ -- -- -- Giza -- -- -- -- Copyright (C) 2016 Fabien Chouteau (chouteau@adacore.com) -- -- -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions are -- -- met: -- -- 1. Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- 2. Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in -- -- the documentation and/or other materials provided with the -- -- distribution. -- -- 3. Neither the name of the copyright holder nor the names of its -- -- contributors may be used to endorse or promote products derived -- -- from this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -- -- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -- -- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -- -- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -- -- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -- -- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ with Giza.Bitmaps.Indexed_2bits; package Giza.Image.Bitmap.Indexed_2bits is new Indexed_Bitmaps (Giza.Bitmaps.Indexed_2bits);