diff --git a/src/Renderer/DrawBlock/Sheet.fs b/src/Renderer/DrawBlock/Sheet.fs index 25623ec48..704fd5592 100644 --- a/src/Renderer/DrawBlock/Sheet.fs +++ b/src/Renderer/DrawBlock/Sheet.fs @@ -471,12 +471,14 @@ let getWindowParasToFitBox model (box: BoundingBox) = getScreenEdgeCoords model |> Option.map (fun edge -> let lh,rh,top,bottom = edge.Left,edge.Right,edge.Top,edge.Bottom + printfn $"------------------\nbox LRTB=({edge.Left},{edge.Right},{edge.Top},{edge.Bottom})" //> let wantedMag = min ((rh - lh)/box.W) ((bottom-top)/box.H) let magToUse = min wantedMag Constants.maxMagnification let xMiddle = (box.TopLeft.X + box.W/2.)*magToUse let xScroll = xMiddle - (rh-lh)/2. let yMiddle = (box.TopLeft.Y + (box.H)/2.)*magToUse let yScroll = yMiddle - (bottom-top)/2. + printfn $"mid XY=({xMiddle},{yMiddle}) scroll XY={xScroll},{yScroll}\n----------------" //> {|Scroll={X=xScroll; Y=yScroll}; MagToUse=magToUse|}) let addBoxMargin (fractionalMargin:float) (absoluteMargin:float) (box: BoundingBox) = diff --git a/src/Renderer/DrawBlock/SheetUpdate.fs b/src/Renderer/DrawBlock/SheetUpdate.fs index 381949c27..5e683f26d 100644 --- a/src/Renderer/DrawBlock/SheetUpdate.fs +++ b/src/Renderer/DrawBlock/SheetUpdate.fs @@ -241,7 +241,7 @@ let update (msg : Msg) (issieModel : ModelType.Model): ModelType.Model*Cmd - //printf "CtrlW Calculated Scroll = %A" paras.Scroll + printf "CtrlW Calculated Scroll = %A" paras.Scroll //> model', Cmd.batch [ sheetCmd (SheetT.Msg.UpdateScrollPos paras.Scroll) sheetCmd SheetT.Msg.UpdateBoundingBoxes if abs (model.Zoom - model'.Zoom) > 0.001 then - sheetCmd (SheetT.Msg.KeyPress CtrlW) + printfn "Sheet has chnaged: recursively called CtrlW" //> + ModelType.Msg.RunAfterRender (false, (fun dispatch model -> (dispatch <| ModelType.Msg.Sheet (SheetT.Msg.KeyPress CtrlW)); model)) + |> Cmd.ofMsg ] | None -> model, Cmd.none diff --git a/src/Renderer/Model/ModelType.fs b/src/Renderer/Model/ModelType.fs index e63cbf8b8..ffed6e73a 100644 --- a/src/Renderer/Model/ModelType.fs +++ b/src/Renderer/Model/ModelType.fs @@ -508,7 +508,7 @@ type Msg = | SaveModel | CheckMemory | ChangeWaveSimMultiplier of int - | RunAfterRender of ((Msg -> unit) * ((Msg -> unit) -> Model -> Model)) + | RunAfterRender of (bool * ((Msg -> unit) -> Model -> Model)) //================================// diff --git a/src/Renderer/UI/MenuHelpers.fs b/src/Renderer/UI/MenuHelpers.fs index 3d04428e9..e8dba84ed 100644 --- a/src/Renderer/UI/MenuHelpers.fs +++ b/src/Renderer/UI/MenuHelpers.fs @@ -259,6 +259,18 @@ let makeSourceMenu br []; br [] Menu.menu [] [ Menu.list [] menu ] + Level.level [ Level.Level.Props [ Style [ Width "100%"; PaddingTop "20px"] ] ] [ + Level.left [] [] + Level.right [] [ + Level.item [] [ + Button.button [ + Button.Color IsSuccess + Button.OnClick (fun _ -> + dispatch ClosePopup) + ] [ str "Change Source" ] + ] + ] + ] ] @@ -664,6 +676,8 @@ let setupProjectFromComponents (finishUI:bool) (sheetName: string) (ldComps: Loa } |> SetProject // this message actually changes the project in model |> dispatch + printfn "Centering schematic" //> + //dispatch <| Sheet (SheetT.KeyPress SheetT.KeyboardMsg.CtrlW) //> dispatch SynchroniseCanvas diff --git a/src/Renderer/UI/Update.fs b/src/Renderer/UI/Update.fs index 5fa5d836d..3b5c31b87 100644 --- a/src/Renderer/UI/Update.fs +++ b/src/Renderer/UI/Update.fs @@ -68,8 +68,8 @@ let update (msg : Msg) oldModel = //-------------------------------------------------------------------------------// match testMsg with - | RunAfterRender( dispatch, fn) -> - {model with RunAfterRenderWithSpinner = Some {FnToRun=fn; ButtonSpinnerOn = true}}, Cmd.none + | RunAfterRender( withSpinner, fn) -> + {model with RunAfterRenderWithSpinner = Some {FnToRun=fn; ButtonSpinnerOn = withSpinner}}, Cmd.none | ChangeWaveSimMultiplier key -> let table = Constants.multipliers diff --git a/src/Renderer/UI/WaveSim/WaveSimTop.fs b/src/Renderer/UI/WaveSim/WaveSimTop.fs index 47244f075..e409f457c 100644 --- a/src/Renderer/UI/WaveSim/WaveSimTop.fs +++ b/src/Renderer/UI/WaveSim/WaveSimTop.fs @@ -286,7 +286,7 @@ let refreshButtonAction canvasState model dispatch = fun _ -> dispatch <| UpdateWSModel (fun wsModel -> {wsModel with DefaultCursor = Default}) else dispatch <| SetWSModelAndSheet ({ wsModel with State = NonSequential}, wsSheet) - dispatch <| RunAfterRender(dispatch, fun dispatch model -> startWaveSimulation dispatch model; model) + dispatch <| RunAfterRender(true, fun dispatch model -> startWaveSimulation dispatch model; model) diff --git a/static/demos/5eratosthenes/datapath.dgm b/static/demos/5eratosthenes/datapath.dgm index 97492786a..eda19d3d0 100644 --- a/static/demos/5eratosthenes/datapath.dgm +++ b/static/demos/5eratosthenes/datapath.dgm @@ -1 +1 @@ -{"NewCanvasWithFileWaveSheetInfoAndNewConns": [[[{"Id": "06afc145-f9e7-4248-8b96-ba0500bd5622", "Type": "Mux2", "Label": "MUX1", "InputPorts": [{"Id": "46cb9a83-c580-4d46-9212-f4eb035038a0", "PortNumber": 0, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, {"Id": "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366", "PortNumber": 1, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, {"Id": "36996484-b5eb-4083-8af4-e63b2006bb15", "PortNumber": 2, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}], "OutputPorts": [{"Id": "7104610d-c62e-4f33-ae75-ab5c6a523531", "PortNumber": 0, "PortType": "Output", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}], "X": 1398.91, "Y": 1521.18, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1464.33, "Y": 1547.66}, "W": 58.45, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree180", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"36996484-b5eb-4083-8af4-e63b2006bb15": "Top", "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366": "Right", "46cb9a83-c580-4d46-9212-f4eb035038a0": "Right", "7104610d-c62e-4f33-ae75-ab5c6a523531": "Left"}, "PortOrder": {"Top": ["36996484-b5eb-4083-8af4-e63b2006bb15"], "Bottom": [], "Left": ["7104610d-c62e-4f33-ae75-ab5c6a523531"], "Right": ["46cb9a83-c580-4d46-9212-f4eb035038a0", "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366"]}, "HScale": null, "VScale": null}}, {"Id": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af", "Type": "IOLabel", "Label": "IMMS5", "InputPorts": [{"Id": "dd64bddb-9860-444a-b8c4-67fe8274ce7c", "PortNumber": 0, "PortType": "Input", "HostId": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af"}], "OutputPorts": [{"Id": "eef3c07c-f0e4-4028-b6c6-f4e2cf373cbd", "PortNumber": 0, "PortType": "Output", "HostId": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af"}], "X": 2030.72, "Y": 1291.97, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"dd64bddb-9860-444a-b8c4-67fe8274ce7c": "Left", "eef3c07c-f0e4-4028-b6c6-f4e2cf373cbd": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["dd64bddb-9860-444a-b8c4-67fe8274ce7c"], "Right": ["eef3c07c-f0e4-4028-b6c6-f4e2cf373cbd"]}, "HScale": null, "VScale": null}}, {"Id": "14e02232-b7bd-4bfa-8e7e-c0d7c50bea78", "Type": {"Input1": [16, null] }, "Label": "MEMDOUT", "InputPorts": [], "OutputPorts": [{"Id": "df6c3bfc-1a31-4dc0-8dac-200a66fb2620", "PortNumber": 0, "PortType": "Output", "HostId": "14e02232-b7bd-4bfa-8e7e-c0d7c50bea78"}], "X": 1940.90, "Y": 2065.51, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"df6c3bfc-1a31-4dc0-8dac-200a66fb2620": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["df6c3bfc-1a31-4dc0-8dac-200a66fb2620"]}, "HScale": null, "VScale": null}}, {"Id": "18baf74c-a7c5-4c29-8d5d-49773d7780f1", "Type": "IOLabel", "Label": "OP2SEL", "InputPorts": [{"Id": "601f6f0c-73b7-4b73-a28d-92c6afed2cfb", "PortNumber": 0, "PortType": "Input", "HostId": "18baf74c-a7c5-4c29-8d5d-49773d7780f1"}], "OutputPorts": [{"Id": "99e99929-3fb1-4c17-8a59-90a8168f73f2", "PortNumber": 0, "PortType": "Output", "HostId": "18baf74c-a7c5-4c29-8d5d-49773d7780f1"}], "X": 2001.41, "Y": 1516.59, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"601f6f0c-73b7-4b73-a28d-92c6afed2cfb": "Left", "99e99929-3fb1-4c17-8a59-90a8168f73f2": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["601f6f0c-73b7-4b73-a28d-92c6afed2cfb"], "Right": ["99e99929-3fb1-4c17-8a59-90a8168f73f2"]}, "HScale": null, "VScale": null}}, {"Id": "18cb10b2-404c-4a5e-9494-96acf237d664", "Type": {"Input1": [16, null] }, "Label": "INS", "InputPorts": [], "OutputPorts": [{"Id": "521a38e2-4266-4be1-80a0-f1b4a52875d6", "PortNumber": 0, "PortType": "Output", "HostId": "18cb10b2-404c-4a5e-9494-96acf237d664"}], "X": 1042.80, "Y": 1278.09, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"521a38e2-4266-4be1-80a0-f1b4a52875d6": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["521a38e2-4266-4be1-80a0-f1b4a52875d6"]}, "HScale": null, "VScale": null}}, {"Id": "2333ade5-c3df-409e-b029-d1ce9e24d688", "Type": {"Custom": {"Name": "dpdecode", "InputLabels": [["INS", 16]], "OutputLabels": [["OP2SEL", 1], ["A", 3], ["B", 3], ["C", 3], ["ALUOPC", 3], ["SCNT", 4], ["SHIFTOPC", 2], ["IMMS8", 16], ["WEN1", 1], ["AD1SELC", 1], ["EXT", 1], ["IMMS5", 16], ["MEMLDR", 1], ["MEMSTR", 1], ["PCWRITE", 1]], "Form": null, "Description": "Logic decoding all datapath control signals from the current instruction (INS). Partly implemented."}}, "Label": "DECODE", "InputPorts": [{"Id": "7aa98fe0-a6ee-4191-951a-643dfeba4f26", "PortNumber": 0, "PortType": "Input", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}], "OutputPorts": [{"Id": "45943a83-1b2b-41c6-ab80-0d64cd832421", "PortNumber": 0, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "39a4c975-b2df-4413-b4a6-9d8274f653ac", "PortNumber": 1, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "a90f5420-8726-4f71-8ea8-c22bf0dff3ac", "PortNumber": 2, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "4fc6d10f-8e76-4ca7-adaa-9204c39387f6", "PortNumber": 3, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "34f14f5b-a6b6-4457-866f-2553e2f8a3fc", "PortNumber": 4, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "0473f6fb-45a6-4cff-9aa5-ca890bbe6655", "PortNumber": 5, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "b386b51c-40a5-409d-ac60-49152b8e3abf", "PortNumber": 6, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "2ccb2f6d-0108-42c9-8341-7b82fa488b3c", "PortNumber": 7, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "482d2e3f-ebc7-4364-bbb3-c0bf248eb86b", "PortNumber": 8, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "7ece9d71-7c33-468b-9418-57203b6a9072", "PortNumber": 9, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe", "PortNumber": 10, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "96c245b3-84a0-486e-a97b-f7cf6d592ef4", "PortNumber": 11, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "0d1ff619-6c96-4c09-ba34-3fc9a0367180", "PortNumber": 12, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "44d5e744-03a9-4fac-b2f5-9d65b6f42a57", "PortNumber": 13, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa", "PortNumber": 14, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}], "X": 1288.11, "Y": 1212.59, "H": 230, "W": 676.56, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"0473f6fb-45a6-4cff-9aa5-ca890bbe6655": "Bottom", "0d1ff619-6c96-4c09-ba34-3fc9a0367180": "Right", "2ccb2f6d-0108-42c9-8341-7b82fa488b3c": "Right", "34f14f5b-a6b6-4457-866f-2553e2f8a3fc": "Bottom", "39a4c975-b2df-4413-b4a6-9d8274f653ac": "Bottom", "44d5e744-03a9-4fac-b2f5-9d65b6f42a57": "Right", "45943a83-1b2b-41c6-ab80-0d64cd832421": "Bottom", "482d2e3f-ebc7-4364-bbb3-c0bf248eb86b": "Bottom", "4fc6d10f-8e76-4ca7-adaa-9204c39387f6": "Bottom", "7aa98fe0-a6ee-4191-951a-643dfeba4f26": "Left", "7ece9d71-7c33-468b-9418-57203b6a9072": "Bottom", "96c245b3-84a0-486e-a97b-f7cf6d592ef4": "Right", "a90f5420-8726-4f71-8ea8-c22bf0dff3ac": "Bottom", "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe": "Right", "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa": "Left", "b386b51c-40a5-409d-ac60-49152b8e3abf": "Bottom"}, "PortOrder": {"Top": [], "Bottom": ["482d2e3f-ebc7-4364-bbb3-c0bf248eb86b", "7ece9d71-7c33-468b-9418-57203b6a9072", "4fc6d10f-8e76-4ca7-adaa-9204c39387f6", "39a4c975-b2df-4413-b4a6-9d8274f653ac", "a90f5420-8726-4f71-8ea8-c22bf0dff3ac", "34f14f5b-a6b6-4457-866f-2553e2f8a3fc", "b386b51c-40a5-409d-ac60-49152b8e3abf", "0473f6fb-45a6-4cff-9aa5-ca890bbe6655", "45943a83-1b2b-41c6-ab80-0d64cd832421"], "Left": ["7aa98fe0-a6ee-4191-951a-643dfeba4f26", "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa"], "Right": ["0d1ff619-6c96-4c09-ba34-3fc9a0367180", "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe", "2ccb2f6d-0108-42c9-8341-7b82fa488b3c", "96c245b3-84a0-486e-a97b-f7cf6d592ef4", "44d5e744-03a9-4fac-b2f5-9d65b6f42a57"]}, "HScale": null, "VScale": 1.2}}, {"Id": "249ddc31-c2fe-4c46-afb6-9cfbbbfd0f22", "Type": {"Output": 1}, "Label": "FLAGN", "InputPorts": [{"Id": "4e5553f2-d2e2-4c04-88e8-321208465b87", "PortNumber": 0, "PortType": "Input", "HostId": "249ddc31-c2fe-4c46-afb6-9cfbbbfd0f22"}], "OutputPorts": [], "X": 2379.02, "Y": 2014.47, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"4e5553f2-d2e2-4c04-88e8-321208465b87": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["4e5553f2-d2e2-4c04-88e8-321208465b87"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "31b6ad59-7ab7-4099-9e52-f7b6d0e2f313", "Type": {"Input1": [16, null] }, "Label": "PCIN", "InputPorts": [], "OutputPorts": [{"Id": "a92b8450-aa64-474e-b79b-66752fab872b", "PortNumber": 0, "PortType": "Output", "HostId": "31b6ad59-7ab7-4099-9e52-f7b6d0e2f313"}], "X": 1042.80, "Y": 2001.03, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1043.53, "Y": 1962.75}, "W": 52.22, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"a92b8450-aa64-474e-b79b-66752fab872b": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["a92b8450-aa64-474e-b79b-66752fab872b"]}, "HScale": null, "VScale": null}}, {"Id": "34529f3f-26a4-40cb-90d4-c766025f0c6c", "Type": "IOLabel", "Label": "OP2SEL", "InputPorts": [{"Id": "ad577f9f-92e6-4710-8f51-8f4772855add", "PortNumber": 0, "PortType": "Input", "HostId": "34529f3f-26a4-40cb-90d4-c766025f0c6c"}], "OutputPorts": [{"Id": "038aab4d-a6f4-4687-9ce0-330bd5347ccc", "PortNumber": 0, "PortType": "Output", "HostId": "34529f3f-26a4-40cb-90d4-c766025f0c6c"}], "X": 1668.59, "Y": 2273.13, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"038aab4d-a6f4-4687-9ce0-330bd5347ccc": "Right", "ad577f9f-92e6-4710-8f51-8f4772855add": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ad577f9f-92e6-4710-8f51-8f4772855add"], "Right": ["038aab4d-a6f4-4687-9ce0-330bd5347ccc"]}, "HScale": null, "VScale": null}}, {"Id": "369b2f28-5ed4-4167-aae5-d6d0868eee47", "Type": {"Custom": {"Name": "extend", "InputLabels": [["IMM", 16], ["EXT", 1]], "OutputLabels": [["IMMEXT", 16]], "Form": null, "Description": "Implement EXT instruction generating IMMEXT 16 bit immediate value. Complete"}}, "Label": "EXTEND", "InputPorts": [{"Id": "dde5b890-3ce4-4fc1-bb52-19f960fae6e4", "PortNumber": 0, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, {"Id": "a2fe8d6e-7cee-4c45-8398-0724a26e2589", "PortNumber": 1, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}], "OutputPorts": [{"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": 0, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}], "X": 2093.96, "Y": 1314.65, "H": 110, "W": 198.20, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2145.10, "Y": 1278.58}, "W": 78.89, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"3ba4730c-b071-49e0-9260-4f948ab6ea53": "Right", "a2fe8d6e-7cee-4c45-8398-0724a26e2589": "Left", "dde5b890-3ce4-4fc1-bb52-19f960fae6e4": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["dde5b890-3ce4-4fc1-bb52-19f960fae6e4", "a2fe8d6e-7cee-4c45-8398-0724a26e2589"], "Right": ["3ba4730c-b071-49e0-9260-4f948ab6ea53"]}, "HScale": 1, "VScale": 1.12}}, {"Id": "37eda51d-0cca-4915-a673-75e8d130cedc", "Type": {"Output": 16}, "Label": "MEMADDR", "InputPorts": [{"Id": "e183d941-5bb1-4ef4-83bf-97f5bc076730", "PortNumber": 0, "PortType": "Input", "HostId": "37eda51d-0cca-4915-a673-75e8d130cedc"}], "OutputPorts": [], "X": 1822.81, "Y": 2183.55, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"e183d941-5bb1-4ef4-83bf-97f5bc076730": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e183d941-5bb1-4ef4-83bf-97f5bc076730"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "4d8f3f6c-39f4-4941-b53f-47a301177400", "Type": {"GateN": ["and", 2] }, "Label": "G1", "InputPorts": [{"Id": "a2b67793-7a07-4c7b-93ef-8ac855ac1585", "PortNumber": 0, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, {"Id": "968076f8-b9fc-425f-97b4-6707e1059cd0", "PortNumber": 1, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}], "OutputPorts": [{"Id": "29ae94ea-2089-4c94-9915-7c48de6bafc7", "PortNumber": 0, "PortType": "Output", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}], "X": 1125.08, "Y": 1588.10, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1086.23, "Y": 1593.02}, "W": 35.34, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree270", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"29ae94ea-2089-4c94-9915-7c48de6bafc7": "Bottom", "968076f8-b9fc-425f-97b4-6707e1059cd0": "Top", "a2b67793-7a07-4c7b-93ef-8ac855ac1585": "Top"}, "PortOrder": {"Top": ["a2b67793-7a07-4c7b-93ef-8ac855ac1585", "968076f8-b9fc-425f-97b4-6707e1059cd0"], "Bottom": ["29ae94ea-2089-4c94-9915-7c48de6bafc7"], "Left": [], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "552d8a43-d4eb-4229-b6d7-8c7688c58e33", "Type": {"NbitsAdderNoCinCout": 16}, "Label": "ADD1", "InputPorts": [{"Id": "c5ce651a-9b89-4c42-833c-2a4eddb10d38", "PortNumber": 0, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, {"Id": "7d8197b5-110f-4894-a5f8-5b96ce3ba097", "PortNumber": 1, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}], "OutputPorts": [{"Id": "ccc40c36-e64d-467c-bea2-8bcc7d4358d4", "PortNumber": 0, "PortType": "Output", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}], "X": 1482.66, "Y": 2181.67, "H": 90, "W": 120, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1514.58, "Y": 2151.78}, "W": 56.67, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7d8197b5-110f-4894-a5f8-5b96ce3ba097": "Left", "c5ce651a-9b89-4c42-833c-2a4eddb10d38": "Left", "ccc40c36-e64d-467c-bea2-8bcc7d4358d4": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["c5ce651a-9b89-4c42-833c-2a4eddb10d38", "7d8197b5-110f-4894-a5f8-5b96ce3ba097"], "Right": ["ccc40c36-e64d-467c-bea2-8bcc7d4358d4"]}, "HScale": null, "VScale": null}}, {"Id": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8", "Type": {"Custom": {"Name": "reg16x8", "InputLabels": [["WEN1", 1], ["AD1", 3], ["DIN1", 16], ["AD2", 3], ["AD3", 3]], "OutputLabels": [["DOUT2", 16], ["DOUT3", 16]], "Form": null, "Description": null}}, "Label": "REGFILE", "InputPorts": [{"Id": "ec4753ef-1401-4615-b128-540e4e5e9acd", "PortNumber": 0, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "f9dcf2cf-fc41-46d9-8afa-d0a34daaff98", "PortNumber": 1, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "4600c799-f559-44a6-b6f4-4ffdbdfe19ae", "PortNumber": 2, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "1a9d12cb-65fe-4692-885b-68398cd51f6f", "PortNumber": 3, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "544cc629-98ea-46b7-92c3-83b8e6766f2f", "PortNumber": 4, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}], "OutputPorts": [{"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": 0, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "6c11c4e8-19f2-40fb-9d73-bc4a63664043", "PortNumber": 1, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}], "X": 1242.51, "Y": 1611.60, "H": 190, "W": 187.56, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1229.69, "Y": 1574.61}, "W": 82.46, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1a9d12cb-65fe-4692-885b-68398cd51f6f": "Right", "4600c799-f559-44a6-b6f4-4ffdbdfe19ae": "Bottom", "544cc629-98ea-46b7-92c3-83b8e6766f2f": "Right", "6c11c4e8-19f2-40fb-9d73-bc4a63664043": "Right", "e11dcf06-77ba-4863-adb9-4c8770664dac": "Right", "ec4753ef-1401-4615-b128-540e4e5e9acd": "Left", "f9dcf2cf-fc41-46d9-8afa-d0a34daaff98": "Top"}, "PortOrder": {"Top": ["f9dcf2cf-fc41-46d9-8afa-d0a34daaff98"], "Bottom": ["4600c799-f559-44a6-b6f4-4ffdbdfe19ae"], "Left": ["ec4753ef-1401-4615-b128-540e4e5e9acd"], "Right": ["6c11c4e8-19f2-40fb-9d73-bc4a63664043", "e11dcf06-77ba-4863-adb9-4c8770664dac", "544cc629-98ea-46b7-92c3-83b8e6766f2f", "1a9d12cb-65fe-4692-885b-68398cd51f6f"]}, "HScale": null, "VScale": 1.2}}, {"Id": "608a5e04-0e21-44a0-8790-1028226748d2", "Type": {"Output": 1}, "Label": "FLAGC", "InputPorts": [{"Id": "26b5734b-8c72-41ec-ac6b-9a7893ea2d56", "PortNumber": 0, "PortType": "Input", "HostId": "608a5e04-0e21-44a0-8790-1028226748d2"}], "OutputPorts": [], "X": 2379.02, "Y": 1736.51, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2384.19, "Y": 1701.21}, "W": 67.34, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"26b5734b-8c72-41ec-ac6b-9a7893ea2d56": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["26b5734b-8c72-41ec-ac6b-9a7893ea2d56"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "6ad1cebf-c551-4183-86a0-698d0f73ebf6", "Type": "Mux2", "Label": "MUX4", "InputPorts": [{"Id": "f90c5b3c-5d7b-474b-a3dd-80dd1daca004", "PortNumber": 0, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, {"Id": "1c88a0f8-b988-4903-bef4-b97df94412ff", "PortNumber": 1, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, {"Id": "69df46f5-ce09-410c-99da-aec67465ee6d", "PortNumber": 2, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}], "OutputPorts": [{"Id": "3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a", "PortNumber": 0, "PortType": "Output", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}], "X": 1726.77, "Y": 2153.55, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": true, "PortOrientation": {"1c88a0f8-b988-4903-bef4-b97df94412ff": "Left", "3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a": "Right", "69df46f5-ce09-410c-99da-aec67465ee6d": "Bottom", "f90c5b3c-5d7b-474b-a3dd-80dd1daca004": "Left"}, "PortOrder": {"Top": [], "Bottom": ["69df46f5-ce09-410c-99da-aec67465ee6d"], "Left": ["f90c5b3c-5d7b-474b-a3dd-80dd1daca004", "1c88a0f8-b988-4903-bef4-b97df94412ff"], "Right": ["3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a"]}, "HScale": null, "VScale": null}}, {"Id": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3", "Type": {"Custom": {"Name": "alu", "InputLabels": [["IMM", 16], ["RB", 16], ["OP2SEL", 1], ["RA", 16], ["ALUOPC", 3], ["SCNT", 4], ["SHIFTOPC", 2], ["FLAGCIN", 1]], "OutputLabels": [["OUT", 16], ["FLAGV", 1], ["FLAGC", 1]], "Form": null, "Description": "EEP1 ALU. Model design"}}, "Label": "ALU", "InputPorts": [{"Id": "26fd673b-02ba-4fef-896e-32364fed1d20", "PortNumber": 0, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "4443b38b-de7c-4a28-80bc-cf32616b3d27", "PortNumber": 1, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "883ad9e5-340e-4dd6-a860-d849ddd3b6b5", "PortNumber": 2, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "ba8ae14f-1e77-4cbd-bcc4-d243d8b899de", "PortNumber": 3, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "fa9ef886-0826-4e2f-950c-414d8e1c5cee", "PortNumber": 4, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "2f4e9a32-de7a-4ddc-8087-6c32f0e29531", "PortNumber": 5, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f", "PortNumber": 6, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "db25f15d-0747-4d6c-8ddc-520099261883", "PortNumber": 7, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}], "OutputPorts": [{"Id": "2a031d4c-833d-473a-afa7-cebc98c94d20", "PortNumber": 0, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "8fcf39fa-d286-4094-bd10-eb976bc01a4e", "PortNumber": 1, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "d24eab0b-899a-49cb-b9d9-9f39eb18efa4", "PortNumber": 2, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}], "X": 1640.11, "Y": 1714.45, "H": 150, "W": 405.93, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2014.82, "Y": 1679.73}, "W": 45.12, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"26fd673b-02ba-4fef-896e-32364fed1d20": "Top", "2a031d4c-833d-473a-afa7-cebc98c94d20": "Right", "2f4e9a32-de7a-4ddc-8087-6c32f0e29531": "Top", "4443b38b-de7c-4a28-80bc-cf32616b3d27": "Left", "883ad9e5-340e-4dd6-a860-d849ddd3b6b5": "Top", "8fcf39fa-d286-4094-bd10-eb976bc01a4e": "Right", "ba8ae14f-1e77-4cbd-bcc4-d243d8b899de": "Left", "d24eab0b-899a-49cb-b9d9-9f39eb18efa4": "Right", "db25f15d-0747-4d6c-8ddc-520099261883": "Left", "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f": "Top", "fa9ef886-0826-4e2f-950c-414d8e1c5cee": "Top"}, "PortOrder": {"Top": ["26fd673b-02ba-4fef-896e-32364fed1d20", "883ad9e5-340e-4dd6-a860-d849ddd3b6b5", "2f4e9a32-de7a-4ddc-8087-6c32f0e29531", "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f", "fa9ef886-0826-4e2f-950c-414d8e1c5cee"], "Bottom": [], "Left": ["ba8ae14f-1e77-4cbd-bcc4-d243d8b899de", "4443b38b-de7c-4a28-80bc-cf32616b3d27", "db25f15d-0747-4d6c-8ddc-520099261883"], "Right": ["2a031d4c-833d-473a-afa7-cebc98c94d20", "8fcf39fa-d286-4094-bd10-eb976bc01a4e", "d24eab0b-899a-49cb-b9d9-9f39eb18efa4"]}, "HScale": null, "VScale": 1.2}}, {"Id": "7a3d32f9-0249-4855-9684-608de5728dee", "Type": {"Output": 16}, "Label": "IMMEXT", "InputPorts": [{"Id": "94c34431-1fa8-4551-9de6-b873b244169f", "PortNumber": 0, "PortType": "Input", "HostId": "7a3d32f9-0249-4855-9684-608de5728dee"}], "OutputPorts": [], "X": 2379.02, "Y": 1531.85, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"94c34431-1fa8-4551-9de6-b873b244169f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["94c34431-1fa8-4551-9de6-b873b244169f"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "86ac0113-82f8-49cd-9a18-645f545ff42d", "Type": "IOLabel", "Label": "IMM16", "InputPorts": [{"Id": "548c5df4-26e7-4a01-a4b6-5e4a0cd6ec9b", "PortNumber": 0, "PortType": "Input", "HostId": "86ac0113-82f8-49cd-9a18-645f545ff42d"}], "OutputPorts": [{"Id": "f11214d7-376e-428c-9897-4a465a39b86c", "PortNumber": 0, "PortType": "Output", "HostId": "86ac0113-82f8-49cd-9a18-645f545ff42d"}], "X": 1668.59, "Y": 2162.92, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"548c5df4-26e7-4a01-a4b6-5e4a0cd6ec9b": "Left", "f11214d7-376e-428c-9897-4a465a39b86c": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["548c5df4-26e7-4a01-a4b6-5e4a0cd6ec9b"], "Right": ["f11214d7-376e-428c-9897-4a465a39b86c"]}, "HScale": null, "VScale": null}}, {"Id": "926445bc-0c14-4001-89d1-edf837a62aa6", "Type": {"Output": 1}, "Label": "FLAGZ", "InputPorts": [{"Id": "b0058e13-d5a8-453a-8382-291413308fe4", "PortNumber": 0, "PortType": "Input", "HostId": "926445bc-0c14-4001-89d1-edf837a62aa6"}], "OutputPorts": [], "X": 2379.02, "Y": 2060.30, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2377.54, "Y": 2092.84}, "W": 65.56, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"b0058e13-d5a8-453a-8382-291413308fe4": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["b0058e13-d5a8-453a-8382-291413308fe4"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872", "Type": "IOLabel", "Label": "IMMS5", "InputPorts": [{"Id": "6f337bdf-a173-4d78-851b-fb132da82a1b", "PortNumber": 0, "PortType": "Input", "HostId": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872"}], "OutputPorts": [{"Id": "ca09d08a-98d7-4b67-97d1-5e400eb2f907", "PortNumber": 0, "PortType": "Output", "HostId": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872"}], "X": 1392.77, "Y": 2237.92, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6f337bdf-a173-4d78-851b-fb132da82a1b": "Left", "ca09d08a-98d7-4b67-97d1-5e400eb2f907": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6f337bdf-a173-4d78-851b-fb132da82a1b"], "Right": ["ca09d08a-98d7-4b67-97d1-5e400eb2f907"]}, "HScale": null, "VScale": null}}, {"Id": "9f7188f4-0702-4227-8ec0-d632c71f58ae", "Type": {"Output": 16}, "Label": "RAOUT", "InputPorts": [{"Id": "1fcd08cb-8273-4c47-b2b5-60f637aa40f6", "PortNumber": 0, "PortType": "Input", "HostId": "9f7188f4-0702-4227-8ec0-d632c71f58ae"}], "OutputPorts": [], "X": 2379.02, "Y": 1899.48, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1fcd08cb-8273-4c47-b2b5-60f637aa40f6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1fcd08cb-8273-4c47-b2b5-60f637aa40f6"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "a338e655-df1b-4198-9a2f-5a0c25ba2bfe", "Type": {"Output": 16}, "Label": "MEMDIN", "InputPorts": [{"Id": "a37dd670-e1e4-4b59-885f-a79dd5a5ad2d", "PortNumber": 0, "PortType": "Input", "HostId": "a338e655-df1b-4198-9a2f-5a0c25ba2bfe"}], "OutputPorts": [], "X": 1822.81, "Y": 2065.51, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"a37dd670-e1e4-4b59-885f-a79dd5a5ad2d": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["a37dd670-e1e4-4b59-885f-a79dd5a5ad2d"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "a430e91e-97ba-4133-9a64-6ead6931e641", "Type": "IOLabel", "Label": "MEMSTR", "InputPorts": [{"Id": "e4e81c67-9fc9-4773-bf1e-1fa3d352a60f", "PortNumber": 0, "PortType": "Input", "HostId": "a430e91e-97ba-4133-9a64-6ead6931e641"}], "OutputPorts": [{"Id": "87df1839-fdf6-4b51-ad0b-392c35e90dda", "PortNumber": 0, "PortType": "Output", "HostId": "a430e91e-97ba-4133-9a64-6ead6931e641"}], "X": 1668.59, "Y": 1991.74, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"87df1839-fdf6-4b51-ad0b-392c35e90dda": "Right", "e4e81c67-9fc9-4773-bf1e-1fa3d352a60f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e4e81c67-9fc9-4773-bf1e-1fa3d352a60f"], "Right": ["87df1839-fdf6-4b51-ad0b-392c35e90dda"]}, "HScale": null, "VScale": null}}, {"Id": "b590ca2e-2d98-4bad-8951-682c9e9a58b8", "Type": {"Input1": [1, null] }, "Label": "DPEN", "InputPorts": [], "OutputPorts": [{"Id": "7adc7515-889e-4c02-8099-c41d23a561f2", "PortNumber": 0, "PortType": "Output", "HostId": "b590ca2e-2d98-4bad-8951-682c9e9a58b8"}], "X": 1042.80, "Y": 1523.52, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7adc7515-889e-4c02-8099-c41d23a561f2": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["7adc7515-889e-4c02-8099-c41d23a561f2"]}, "HScale": null, "VScale": null}}, {"Id": "bf25e563-ea39-4cef-889b-c43dbe9ca962", "Type": {"Output": 1}, "Label": "FLAGV", "InputPorts": [{"Id": "defe7b6c-0870-48df-8ba0-6296750b97d6", "PortNumber": 0, "PortType": "Input", "HostId": "bf25e563-ea39-4cef-889b-c43dbe9ca962"}], "OutputPorts": [], "X": 2379.02, "Y": 1789.45, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2379.58, "Y": 1832.01}, "W": 66.46, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"defe7b6c-0870-48df-8ba0-6296750b97d6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["defe7b6c-0870-48df-8ba0-6296750b97d6"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d", "Type": "Mux2", "Label": "MUX3", "InputPorts": [{"Id": "ce63fc0a-5f3f-4465-9111-408db2d8865c", "PortNumber": 0, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, {"Id": "15e2dff6-5eef-4993-9db8-3c55e826424e", "PortNumber": 1, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, {"Id": "a6ed8155-b307-4d16-b68e-38bd5e5206d0", "PortNumber": 2, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}], "OutputPorts": [{"Id": "f488997d-8791-4a0d-af6c-b4b41995672c", "PortNumber": 0, "PortType": "Output", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}], "X": 1279.27, "Y": 1929.14, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree90", "flipped": true}, "ReversedInputPorts": null, "PortOrientation": {"15e2dff6-5eef-4993-9db8-3c55e826424e": "Bottom", "a6ed8155-b307-4d16-b68e-38bd5e5206d0": "Left", "ce63fc0a-5f3f-4465-9111-408db2d8865c": "Bottom", "f488997d-8791-4a0d-af6c-b4b41995672c": "Top"}, "PortOrder": {"Top": ["f488997d-8791-4a0d-af6c-b4b41995672c"], "Bottom": ["15e2dff6-5eef-4993-9db8-3c55e826424e", "ce63fc0a-5f3f-4465-9111-408db2d8865c"], "Left": ["a6ed8155-b307-4d16-b68e-38bd5e5206d0"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "d1b25e3e-8514-452b-89c7-aac9d964805f", "Type": {"Custom": {"Name": "nzgen", "InputLabels": [["DATA", 16]], "OutputLabels": [["FLAGN", 1], ["FLAGZ", 1]], "Form": null, "Description": "Generates N and Z flag conditions from register file data input. Complete"}}, "Label": "NZGEN", "InputPorts": [{"Id": "59bb1120-c9a9-4c0c-b1d3-b560ca248aad", "PortNumber": 0, "PortType": "Input", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}], "OutputPorts": [{"Id": "05614dd7-a0eb-436a-b6f6-8b587a498503", "PortNumber": 0, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, {"Id": "858dde77-78fd-4d37-a3cb-2237c341a650", "PortNumber": 1, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}], "X": 2216.67, "Y": 1997.39, "H": 110, "W": 151.10, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"05614dd7-a0eb-436a-b6f6-8b587a498503": "Right", "59bb1120-c9a9-4c0c-b1d3-b560ca248aad": "Left", "858dde77-78fd-4d37-a3cb-2237c341a650": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["59bb1120-c9a9-4c0c-b1d3-b560ca248aad"], "Right": ["858dde77-78fd-4d37-a3cb-2237c341a650", "05614dd7-a0eb-436a-b6f6-8b587a498503"]}, "HScale": null, "VScale": null}}, {"Id": "d6d43fb6-e8a5-457c-8340-95eb0dbc8172", "Type": {"Input1": [1, null] }, "Label": "FLAGCIN", "InputPorts": [], "OutputPorts": [{"Id": "44a3ae5b-85e9-4bc4-839c-3319f2377624", "PortNumber": 0, "PortType": "Output", "HostId": "d6d43fb6-e8a5-457c-8340-95eb0dbc8172"}], "X": 1042.80, "Y": 1842.39, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1026.50, "Y": 1810.56}, "W": 83.34, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"44a3ae5b-85e9-4bc4-839c-3319f2377624": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["44a3ae5b-85e9-4bc4-839c-3319f2377624"]}, "HScale": null, "VScale": null}}, {"Id": "e3f08b21-ec62-44c7-87a8-658ae80410f8", "Type": "IOLabel", "Label": "IMM16", "InputPorts": [{"Id": "9e52ed48-48d7-48ab-b23b-686418658f00", "PortNumber": 0, "PortType": "Input", "HostId": "e3f08b21-ec62-44c7-87a8-658ae80410f8"}], "OutputPorts": [{"Id": "6b2561a9-5403-44c5-bbd7-2f83de5f1d06", "PortNumber": 0, "PortType": "Output", "HostId": "e3f08b21-ec62-44c7-87a8-658ae80410f8"}], "X": 2428.47, "Y": 1368.75, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6b2561a9-5403-44c5-bbd7-2f83de5f1d06": "Right", "9e52ed48-48d7-48ab-b23b-686418658f00": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["9e52ed48-48d7-48ab-b23b-686418658f00"], "Right": ["6b2561a9-5403-44c5-bbd7-2f83de5f1d06"]}, "HScale": null, "VScale": null}}, {"Id": "e97a5281-0ada-454c-b1f3-b5efb6be8955", "Type": {"Output": 1}, "Label": "MEMWEN", "InputPorts": [{"Id": "cf5d7684-3715-4923-95e7-ef672fbe9ebc", "PortNumber": 0, "PortType": "Input", "HostId": "e97a5281-0ada-454c-b1f3-b5efb6be8955"}], "OutputPorts": [], "X": 1822.81, "Y": 1984.24, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"cf5d7684-3715-4923-95e7-ef672fbe9ebc": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["cf5d7684-3715-4923-95e7-ef672fbe9ebc"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b", "Type": "IOLabel", "Label": "MEMSTR", "InputPorts": [{"Id": "a5221710-7544-464d-bd6d-a10586cbf097", "PortNumber": 0, "PortType": "Input", "HostId": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b"}], "OutputPorts": [{"Id": "6eb6dc6f-8675-44d4-8166-13242bcb34a2", "PortNumber": 0, "PortType": "Output", "HostId": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b"}], "X": 2030.72, "Y": 1240.86, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6eb6dc6f-8675-44d4-8166-13242bcb34a2": "Right", "a5221710-7544-464d-bd6d-a10586cbf097": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["a5221710-7544-464d-bd6d-a10586cbf097"], "Right": ["6eb6dc6f-8675-44d4-8166-13242bcb34a2"]}, "HScale": null, "VScale": null}}, {"Id": "f59d037d-5343-452d-ba1c-2682831f0d50", "Type": "Mux2", "Label": "MUX2", "InputPorts": [{"Id": "3f14998a-2570-4de9-bd85-5015b7e87e0f", "PortNumber": 0, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, {"Id": "f5a88c67-7e7e-46c5-b748-f37574114dc1", "PortNumber": 1, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, {"Id": "6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3", "PortNumber": 2, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}], "OutputPorts": [{"Id": "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6", "PortNumber": 0, "PortType": "Output", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}], "X": 2108.86, "Y": 2007.39, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree180", "flipped": true}, "ReversedInputPorts": true, "PortOrientation": {"3f14998a-2570-4de9-bd85-5015b7e87e0f": "Left", "6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3": "Top", "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6": "Right", "f5a88c67-7e7e-46c5-b748-f37574114dc1": "Left"}, "PortOrder": {"Top": ["6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3"], "Bottom": [], "Left": ["f5a88c67-7e7e-46c5-b748-f37574114dc1", "3f14998a-2570-4de9-bd85-5015b7e87e0f"], "Right": ["f0363e4e-5d49-4cf7-91e4-eeae5f256ce6"]}, "HScale": null, "VScale": null}}], [{"Id": "00e077f0-281d-437f-a6f5-7b8f73f6bc71", "Source": {"Id": "7adc7515-889e-4c02-8099-c41d23a561f2", "PortNumber": null, "PortType": "Output", "HostId": "b590ca2e-2d98-4bad-8951-682c9e9a58b8"}, "Target": {"Id": "968076f8-b9fc-425f-97b4-6707e1059cd0", "PortNumber": null, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, "Vertices": [[1102.80, 1538.52, false], [1112.80, 1538.52, false], [1112.80, 1538.52, false], [1137.35, 1538.52, false], [1137.35, 1578.10, false], [1137.35, 1578.10, false], [1137.35, 1588.10, false]]}, {"Id": "0af71a6d-5fb3-4555-8cf7-ff40102a83ca", "Source": {"Id": "0d1ff619-6c96-4c09-ba34-3fc9a0367180", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3", "PortNumber": null, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Vertices": [[1964.68, 1452.81, false], [1974.68, 1452.81, false], [1974.68, 1452.81, false], [2138.86, 1452.81, false], [2138.86, 2006.39, false], [2138.86, 2006.39, false], [2138.86, 2016.39, false]]}, {"Id": "14906188-7c46-4ee5-bd09-2486c498c106", "Source": {"Id": "f11214d7-376e-428c-9897-4a465a39b86c", "PortNumber": null, "PortType": "Output", "HostId": "86ac0113-82f8-49cd-9a18-645f545ff42d"}, "Target": {"Id": "1c88a0f8-b988-4903-bef4-b97df94412ff", "PortNumber": null, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Vertices": [[1698.59, 2170.42, false], [1708.59, 2170.42, false], [1708.59, 2170.42, false], [1726.77, 2170.42, false]]}, {"Id": "1f4b4be3-dbc6-47d0-aa37-5d8c374fbc14", "Source": {"Id": "44d5e744-03a9-4fac-b2f5-9d65b6f42a57", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a5221710-7544-464d-bd6d-a10586cbf097", "PortNumber": null, "PortType": "Input", "HostId": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b"}, "Vertices": [[1964.68, 1248.36, false], [1974.68, 1248.36, false], [1974.68, 1248.36, false], [2030.72, 1248.36, false]]}, {"Id": "252f88db-9b99-416f-9118-f290adb9bbd2", "Source": {"Id": "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6", "PortNumber": null, "PortType": "Output", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Target": {"Id": "ce63fc0a-5f3f-4465-9111-408db2d8865c", "PortNumber": null, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Vertices": [[2168.86, 2052.39, false], [2178.86, 2052.39, false], [2178.86, 2052.39, false], [2188.98, 2052.39, false], [2188.98, 2317.40, true], [1344.72, 2317.40, true], [1344.72, 1999.14, false], [1344.72, 1999.14, false], [1344.72, 1989.14, false]]}, {"Id": "2a5bc495-4021-446a-8889-cbc4e057033d", "Source": {"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": null, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Target": {"Id": "9e52ed48-48d7-48ab-b23b-686418658f00", "PortNumber": null, "PortType": "Input", "HostId": "e3f08b21-ec62-44c7-87a8-658ae80410f8"}, "Vertices": [[2292.16, 1376.25, false], [2302.16, 1376.25, false], [2302.16, 1376.25, false], [2428.47, 1376.25, false]]}, {"Id": "2b1ea8f8-660c-47d5-97dd-a757f1ad4010", "Source": {"Id": "39a4c975-b2df-4413-b4a6-9d8274f653ac", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "46cb9a83-c580-4d46-9212-f4eb035038a0", "PortNumber": null, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Vertices": [[1558.74, 1488.59, false], [1558.74, 1498.59, false], [1558.74, 1498.59, false], [1558.74, 1594.31, false], [1468.91, 1594.31, false], [1468.91, 1594.31, false], [1458.91, 1594.31, false]]}, {"Id": "31202199-9814-432c-b659-ba11ffad9413", "Source": {"Id": "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6", "PortNumber": null, "PortType": "Output", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Target": {"Id": "59bb1120-c9a9-4c0c-b1d3-b560ca248aad", "PortNumber": null, "PortType": "Input", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, "Vertices": [[2168.86, 2052.39, false], [2178.86, 2052.39, false], [2178.86, 2052.39, false], [2216.67, 2052.39, false]]}, {"Id": "3b983c15-4b99-4a9a-8e24-24ef97431052", "Source": {"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": null, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Target": {"Id": "94c34431-1fa8-4551-9de6-b873b244169f", "PortNumber": null, "PortType": "Input", "HostId": "7a3d32f9-0249-4855-9684-608de5728dee"}, "Vertices": [[2292.16, 1376.25, false], [2302.16, 1376.25, false], [2302.16, 1376.25, false], [2319.72, 1376.25, false], [2319.72, 1546.85, true], [2369.02, 1546.85, false], [2369.02, 1546.85, false], [2379.02, 1546.85, false]]}, {"Id": "4694e296-1db1-43c0-b418-02720ce3838e", "Source": {"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "1fcd08cb-8273-4c47-b2b5-60f637aa40f6", "PortNumber": null, "PortType": "Input", "HostId": "9f7188f4-0702-4227-8ec0-d632c71f58ae"}, "Vertices": [[1430.07, 1751.51, false], [1440.07, 1751.51, false], [1440.07, 1751.51, false], [1596.95, 1751.51, false], [1596.95, 1914.48, true], [2369.02, 1914.48, false], [2369.02, 1914.48, false], [2379.02, 1914.48, false]]}, {"Id": "475f8bde-e2ca-4052-a1a3-7a2b3104f671", "Source": {"Id": "39a4c975-b2df-4413-b4a6-9d8274f653ac", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "1a9d12cb-65fe-4692-885b-68398cd51f6f", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1558.74, 1488.59, false], [1558.74, 1498.59, false], [1558.74, 1498.59, false], [1558.74, 1647.87, false], [1440.07, 1647.87, false], [1440.07, 1647.87, false], [1430.07, 1647.87, false]]}, {"Id": "555191c6-9e72-4032-a749-79f27f3dec42", "Source": {"Id": "858dde77-78fd-4d37-a3cb-2237c341a650", "PortNumber": null, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, "Target": {"Id": "b0058e13-d5a8-453a-8382-291413308fe4", "PortNumber": null, "PortType": "Input", "HostId": "926445bc-0c14-4001-89d1-edf837a62aa6"}, "Vertices": [[2367.78, 2075.30, false], [2377.78, 2075.30, false], [2377.78, 2075.30, false], [2379.02, 2075.30, false]]}, {"Id": "58162b16-ac2b-43e3-9fa0-adef7a848257", "Source": {"Id": "b386b51c-40a5-409d-ac60-49152b8e3abf", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1761.71, 1488.59, false], [1761.71, 1498.59, false], [1761.71, 1498.59, false], [1761.71, 1601.52, false], [1775.42, 1601.52, false], [1775.42, 1704.45, false], [1775.42, 1704.45, false], [1775.42, 1714.45, false]]}, {"Id": "58467a6e-8ba1-44ab-bbd4-a89cab618a25", "Source": {"Id": "0473f6fb-45a6-4cff-9aa5-ca890bbe6655", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "2f4e9a32-de7a-4ddc-8087-6c32f0e29531", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1829.36, 1488.59, false], [1829.36, 1498.59, false], [1829.36, 1498.59, false], [1829.36, 1601.52, false], [1843.08, 1601.52, false], [1843.08, 1704.45, false], [1843.08, 1704.45, false], [1843.08, 1714.45, false]]}, {"Id": "5e670e90-834e-42c8-9988-d75d2f9a87d7", "Source": {"Id": "f488997d-8791-4a0d-af6c-b4b41995672c", "PortNumber": null, "PortType": "Output", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Target": {"Id": "4600c799-f559-44a6-b6f4-4ffdbdfe19ae", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1324.27, 1929.14, false], [1324.27, 1919.14, false], [1324.27, 1919.14, false], [1324.27, 1884.37, false], [1336.29, 1884.37, false], [1336.29, 1849.60, false], [1336.29, 1849.60, false], [1336.29, 1839.60, false]]}, {"Id": "69cfb429-acb0-4c22-8bdb-a43f9b7b8786", "Source": {"Id": "2a031d4c-833d-473a-afa7-cebc98c94d20", "PortNumber": null, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Target": {"Id": "3f14998a-2570-4de9-bd85-5015b7e87e0f", "PortNumber": null, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Vertices": [[2046.05, 1857.39, false], [2056.05, 1857.39, false], [2056.05, 1857.39, false], [2077.46, 1857.39, false], [2077.46, 2024.26, false], [2098.86, 2024.26, false], [2098.86, 2024.26, false], [2108.86, 2024.26, false]]}, {"Id": "6ba0eb17-5601-49c7-80fe-e4e17355135f", "Source": {"Id": "34f14f5b-a6b6-4457-866f-2553e2f8a3fc", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "fa9ef886-0826-4e2f-950c-414d8e1c5cee", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1694.05, 1488.59, false], [1694.05, 1498.59, false], [1694.05, 1498.59, false], [1694.05, 1601.52, false], [1707.77, 1601.52, false], [1707.77, 1704.45, false], [1707.77, 1704.45, false], [1707.77, 1714.45, false]]}, {"Id": "7c712f89-2cf3-4c22-97a3-cc76040b150c", "Source": {"Id": "7ece9d71-7c33-468b-9418-57203b6a9072", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "36996484-b5eb-4083-8af4-e63b2006bb15", "PortNumber": null, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Vertices": [[1423.42, 1488.59, false], [1423.42, 1498.59, false], [1423.42, 1498.59, false], [1423.42, 1504.89, false], [1428.91, 1504.89, false], [1428.91, 1520.18, false], [1428.91, 1520.18, false], [1428.91, 1530.18, false]]}, {"Id": "83c6b7eb-765f-4ee4-b3eb-0eea4e752c00", "Source": {"Id": "3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a", "PortNumber": null, "PortType": "Output", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Target": {"Id": "e183d941-5bb1-4ef4-83bf-97f5bc076730", "PortNumber": null, "PortType": "Input", "HostId": "37eda51d-0cca-4915-a673-75e8d130cedc"}, "Vertices": [[1786.77, 2198.55, false], [1796.77, 2198.55, false], [1796.77, 2198.55, false], [1822.81, 2198.55, false]]}, {"Id": "86ae6626-125e-40c5-b40c-adbb8a7ffddf", "Source": {"Id": "96c245b3-84a0-486e-a97b-f7cf6d592ef4", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "dd64bddb-9860-444a-b8c4-67fe8274ce7c", "PortNumber": null, "PortType": "Input", "HostId": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af"}, "Vertices": [[1964.68, 1299.47, false], [1974.68, 1299.47, false], [1974.68, 1299.47, false], [2030.72, 1299.47, false]]}, {"Id": "87830413-26f1-4cad-8f58-a1320fb851aa", "Source": {"Id": "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a6ed8155-b307-4d16-b68e-38bd5e5206d0", "PortNumber": null, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Vertices": [[1288.11, 1408.09, false], [1278.11, 1408.09, false], [1278.11, 1408.09, false], [1200.77, 1408.09, false], [1200.77, 1959.14, true], [1278.27, 1959.14, false], [1278.27, 1959.14, false], [1288.27, 1959.14, false]]}, {"Id": "8fe1c468-a5f4-4efa-a4d7-6e6e2d48ca3b", "Source": {"Id": "45943a83-1b2b-41c6-ab80-0d64cd832421", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "883ad9e5-340e-4dd6-a860-d849ddd3b6b5", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1897.02, 1488.59, false], [1897.02, 1498.59, false], [1897.02, 1498.59, false], [1897.02, 1601.52, false], [1910.74, 1601.52, false], [1910.74, 1704.45, false], [1910.74, 1704.45, false], [1910.74, 1714.45, false]]}, {"Id": "9245f724-b011-48da-bc68-65456acb4231", "Source": {"Id": "05614dd7-a0eb-436a-b6f6-8b587a498503", "PortNumber": null, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, "Target": {"Id": "4e5553f2-d2e2-4c04-88e8-321208465b87", "PortNumber": null, "PortType": "Input", "HostId": "249ddc31-c2fe-4c46-afb6-9cfbbbfd0f22"}, "Vertices": [[2367.78, 2029.47, false], [2377.78, 2029.47, false], [2377.78, 2029.47, false], [2379.02, 2029.47, false]]}, {"Id": "938d2412-28c9-483d-b1ea-34a6469d8f79", "Source": {"Id": "482d2e3f-ebc7-4364-bbb3-c0bf248eb86b", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a2b67793-7a07-4c7b-93ef-8ac855ac1585", "PortNumber": null, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, "Vertices": [[1355.77, 1488.59, false], [1355.77, 1498.59, false], [1355.77, 1498.59, false], [1355.77, 1536.18, false], [1157.80, 1536.18, false], [1157.80, 1578.10, false], [1157.80, 1578.10, false], [1157.80, 1588.10, false]]}, {"Id": "9f541e81-4522-468d-a81f-e2e6cc967022", "Source": {"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "a37dd670-e1e4-4b59-885f-a79dd5a5ad2d", "PortNumber": null, "PortType": "Input", "HostId": "a338e655-df1b-4198-9a2f-5a0c25ba2bfe"}, "Vertices": [[1430.07, 1751.51, false], [1440.07, 1751.51, false], [1440.07, 1751.51, false], [1596.95, 1751.51, false], [1596.95, 2080.51, true], [1812.81, 2080.51, false], [1812.81, 2080.51, false], [1822.81, 2080.51, false]]}, {"Id": "9fd28645-9ff3-4002-9f37-9e40224a0400", "Source": {"Id": "4fc6d10f-8e76-4ca7-adaa-9204c39387f6", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366", "PortNumber": null, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Vertices": [[1491.08, 1488.59, false], [1491.08, 1498.59, false], [1491.08, 1498.59, false], [1491.08, 1538.06, false], [1468.91, 1538.06, false], [1468.91, 1538.06, false], [1458.91, 1538.06, false]]}, {"Id": "a2343c11-364f-4a62-aeaf-c9af89211c2e", "Source": {"Id": "45943a83-1b2b-41c6-ab80-0d64cd832421", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "601f6f0c-73b7-4b73-a28d-92c6afed2cfb", "PortNumber": null, "PortType": "Input", "HostId": "18baf74c-a7c5-4c29-8d5d-49773d7780f1"}, "Vertices": [[1897.02, 1488.59, false], [1897.02, 1498.59, false], [1897.02, 1498.59, false], [1897.02, 1524.09, false], [1991.41, 1524.09, false], [1991.41, 1524.09, false], [2001.41, 1524.09, false]]}, {"Id": "b5575cf9-ebab-4612-b14a-a34ab844af3a", "Source": {"Id": "a90f5420-8726-4f71-8ea8-c22bf0dff3ac", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "544cc629-98ea-46b7-92c3-83b8e6766f2f", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1626.39, 1488.59, false], [1626.39, 1498.59, false], [1626.39, 1498.59, false], [1626.39, 1699.69, false], [1440.07, 1699.69, false], [1440.07, 1699.69, false], [1430.07, 1699.69, false]]}, {"Id": "b7093591-444e-4e10-935e-968d8c44a9ac", "Source": {"Id": "038aab4d-a6f4-4687-9ce0-330bd5347ccc", "PortNumber": null, "PortType": "Output", "HostId": "34529f3f-26a4-40cb-90d4-c766025f0c6c"}, "Target": {"Id": "69df46f5-ce09-410c-99da-aec67465ee6d", "PortNumber": null, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Vertices": [[1698.59, 2280.63, false], [1708.59, 2280.63, false], [1708.59, 2280.63, false], [1756.77, 2280.63, false], [1756.77, 2244.55, false], [1756.77, 2244.55, false], [1756.77, 2234.55, false]]}, {"Id": "c3c698ea-7df8-49b7-b3e8-0660704acfeb", "Source": {"Id": "2ccb2f6d-0108-42c9-8341-7b82fa488b3c", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "dde5b890-3ce4-4fc1-bb52-19f960fae6e4", "PortNumber": null, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Vertices": [[1964.68, 1350.59, false], [1974.68, 1350.59, false], [1974.68, 1350.59, false], [2093.96, 1350.59, false]]}, {"Id": "c564c2b7-3241-4662-b000-b901a4eb03e9", "Source": {"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": null, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Target": {"Id": "26fd673b-02ba-4fef-896e-32364fed1d20", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[2292.16, 1376.25, false], [2302.16, 1376.25, false], [2302.16, 1376.25, false], [2319.72, 1376.25, false], [2319.72, 1546.85, true], [1978.39, 1546.85, false], [1978.39, 1704.45, false], [1978.39, 1704.45, false], [1978.39, 1714.45, false]]}, {"Id": "c70a2224-f7d5-4810-91a4-c0a93cce37b1", "Source": {"Id": "87df1839-fdf6-4b51-ad0b-392c35e90dda", "PortNumber": null, "PortType": "Output", "HostId": "a430e91e-97ba-4133-9a64-6ead6931e641"}, "Target": {"Id": "cf5d7684-3715-4923-95e7-ef672fbe9ebc", "PortNumber": null, "PortType": "Input", "HostId": "e97a5281-0ada-454c-b1f3-b5efb6be8955"}, "Vertices": [[1698.59, 1999.24, false], [1708.59, 1999.24, false], [1708.59, 1999.24, false], [1822.81, 1999.24, false]]}, {"Id": "c9215cee-e438-4ab4-8858-3ec724bed721", "Source": {"Id": "521a38e2-4266-4be1-80a0-f1b4a52875d6", "PortNumber": null, "PortType": "Output", "HostId": "18cb10b2-404c-4a5e-9494-96acf237d664"}, "Target": {"Id": "7aa98fe0-a6ee-4191-951a-643dfeba4f26", "PortNumber": null, "PortType": "Input", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Vertices": [[1102.80, 1293.09, false], [1112.80, 1293.09, false], [1112.80, 1293.09, false], [1288.11, 1293.09, false]]}, {"Id": "cca31487-0b32-4148-a873-c72745970b12", "Source": {"Id": "6c11c4e8-19f2-40fb-9d73-bc4a63664043", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "4443b38b-de7c-4a28-80bc-cf32616b3d27", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1430.07, 1803.33, false], [1440.07, 1803.33, false], [1440.07, 1803.33, false], [1535.09, 1803.33, false], [1535.09, 1804.45, false], [1630.11, 1804.45, false], [1630.11, 1804.45, false], [1640.11, 1804.45, false]]}, {"Id": "d232d9c5-df65-469c-980a-89bb7e1a1e24", "Source": {"Id": "7104610d-c62e-4f33-ae75-ab5c6a523531", "PortNumber": null, "PortType": "Output", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Target": {"Id": "f9dcf2cf-fc41-46d9-8afa-d0a34daaff98", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1398.91, 1566.18, false], [1388.91, 1566.18, false], [1388.91, 1566.18, false], [1336.29, 1566.18, false], [1336.29, 1601.60, false], [1336.29, 1601.60, false], [1336.29, 1611.60, false]]}, {"Id": "d68c0267-a094-4bb8-9db9-fc730bbdbd1c", "Source": {"Id": "6c11c4e8-19f2-40fb-9d73-bc4a63664043", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "c5ce651a-9b89-4c42-833c-2a4eddb10d38", "PortNumber": null, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, "Vertices": [[1430.07, 1803.33, false], [1440.07, 1803.33, false], [1440.07, 1803.33, false], [1478.22, 1803.33, false], [1478.22, 2207.92, true], [1482.66, 2207.92, false]]}, {"Id": "d9fd11c9-f2b6-462b-a842-e73462a80bf3", "Source": {"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "ba8ae14f-1e77-4cbd-bcc4-d243d8b899de", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1430.07, 1751.51, false], [1440.07, 1751.51, false], [1440.07, 1751.51, false], [1640.11, 1751.51, false]]}, {"Id": "dd5938f1-f7fa-4fc5-9f1e-8105031edc10", "Source": {"Id": "44a3ae5b-85e9-4bc4-839c-3319f2377624", "PortNumber": null, "PortType": "Output", "HostId": "d6d43fb6-e8a5-457c-8340-95eb0dbc8172"}, "Target": {"Id": "db25f15d-0747-4d6c-8ddc-520099261883", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1102.80, 1857.39, false], [1112.80, 1857.39, false], [1112.80, 1857.39, false], [1640.11, 1857.39, false]]}, {"Id": "e217680e-05ce-4403-b6ec-c78161389e29", "Source": {"Id": "ca09d08a-98d7-4b67-97d1-5e400eb2f907", "PortNumber": null, "PortType": "Output", "HostId": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872"}, "Target": {"Id": "7d8197b5-110f-4894-a5f8-5b96ce3ba097", "PortNumber": null, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, "Vertices": [[1422.77, 2245.42, false], [1432.77, 2245.42, false], [1432.77, 2245.42, false], [1482.66, 2245.42, false]]}, {"Id": "e2ef781d-638c-4aa9-bde1-a630fcd6b4db", "Source": {"Id": "df6c3bfc-1a31-4dc0-8dac-200a66fb2620", "PortNumber": null, "PortType": "Output", "HostId": "14e02232-b7bd-4bfa-8e7e-c0d7c50bea78"}, "Target": {"Id": "f5a88c67-7e7e-46c5-b748-f37574114dc1", "PortNumber": null, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Vertices": [[2000.90, 2080.51, false], [2010.90, 2080.51, false], [2010.90, 2080.51, false], [2108.86, 2080.51, false]]}, {"Id": "e39edc90-35ec-4de8-8121-b55f2fcfaacf", "Source": {"Id": "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a2fe8d6e-7cee-4c45-8398-0724a26e2589", "PortNumber": null, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Vertices": [[1964.68, 1401.70, false], [1974.68, 1401.70, false], [1974.68, 1401.70, false], [2029.32, 1401.70, false], [2029.32, 1401.92, false], [2083.96, 1401.92, false], [2083.96, 1401.92, false], [2093.96, 1401.92, false]]}, {"Id": "e3be1f99-44ff-4f41-8aaa-4aa53f012066", "Source": {"Id": "ccc40c36-e64d-467c-bea2-8bcc7d4358d4", "PortNumber": null, "PortType": "Output", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, "Target": {"Id": "f90c5b3c-5d7b-474b-a3dd-80dd1daca004", "PortNumber": null, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Vertices": [[1602.66, 2226.67, false], [1612.66, 2226.67, false], [1612.66, 2226.67, false], [1726.77, 2226.67, false]]}, {"Id": "e8d343f5-6100-431d-ab7b-9502d8a890ce", "Source": {"Id": "29ae94ea-2089-4c94-9915-7c48de6bafc7", "PortNumber": null, "PortType": "Output", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, "Target": {"Id": "ec4753ef-1401-4615-b128-540e4e5e9acd", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1147.58, 1633.10, false], [1147.58, 1643.10, false], [1147.58, 1643.10, false], [1147.58, 1725.60, false], [1232.51, 1725.60, false], [1232.51, 1725.60, false], [1242.51, 1725.60, false]]}, {"Id": "f523faa3-c863-4f66-8b21-c8acce0c625a", "Source": {"Id": "d24eab0b-899a-49cb-b9d9-9f39eb18efa4", "PortNumber": null, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Target": {"Id": "26b5734b-8c72-41ec-ac6b-9a7893ea2d56", "PortNumber": null, "PortType": "Input", "HostId": "608a5e04-0e21-44a0-8790-1028226748d2"}, "Vertices": [[2046.05, 1751.51, false], [2056.05, 1751.51, false], [2056.05, 1751.51, false], [2379.02, 1751.51, false]]}, {"Id": "f6d86e79-cc1d-4037-b27b-165e1b86ac09", "Source": {"Id": "8fcf39fa-d286-4094-bd10-eb976bc01a4e", "PortNumber": null, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Target": {"Id": "defe7b6c-0870-48df-8ba0-6296750b97d6", "PortNumber": null, "PortType": "Input", "HostId": "bf25e563-ea39-4cef-889b-c43dbe9ca962"}, "Vertices": [[2046.05, 1804.45, false], [2056.05, 1804.45, false], [2056.05, 1804.45, false], [2379.02, 1804.45, false]]}, {"Id": "fc30c330-38cd-404c-9170-be1a2b957a4e", "Source": {"Id": "a92b8450-aa64-474e-b79b-66752fab872b", "PortNumber": null, "PortType": "Output", "HostId": "31b6ad59-7ab7-4099-9e52-f7b6d0e2f313"}, "Target": {"Id": "15e2dff6-5eef-4993-9db8-3c55e826424e", "PortNumber": null, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Vertices": [[1102.80, 2016.03, false], [1112.80, 2016.03, false], [1112.80, 2016.03, false], [1303.81, 2016.03, false], [1303.81, 1999.14, false], [1303.81, 1999.14, false], [1303.81, 1989.14, false]]}]], {"SelectedWaves": [{"SimArrayIndex": 4, "Id": ["00fea5b6-164a-4603-9093-fdb77cc38b2a", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 293, "Id": ["49e56492-bf25-45d0-b129-9d17f16a60e4", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 745, "Id": ["d13f86ae-68cf-4771-9f77-0e9ca8e51767", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 552, "Id": ["88a5c415-cf8a-4200-a4f1-6d634b671ace", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 194, "Id": ["2e5bcf8c-8636-4eae-9e49-73581644371b", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 523, "Id": ["81879d41-a13b-4fed-8d00-96aad8f92a72", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 764, "Id": ["daa20280-2cf6-4564-94d5-ec6f8ebb8ade", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 643, "Id": ["b5c670d7-88c0-4489-a5bf-24055e9e12ce", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}], "Radix": "Hex", "WaveformColumnWidth": 893, "ShownCycles": 5, "SelectedRams": null, "SelectedFRams": [], "ClkWidth": null, "Cursor": null, "LastClk": null, "DisplayedPortIds": null}, {"Form": "User", "Description": "EEP1 datapath"}, "2023-08-29T00:24:22.45+01:00"] } \ No newline at end of file +{"NewCanvasWithFileWaveSheetInfoAndNewConns": [[[{"Id": "06afc145-f9e7-4248-8b96-ba0500bd5622", "Type": "Mux2", "Label": "MUX1", "InputPorts": [{"Id": "46cb9a83-c580-4d46-9212-f4eb035038a0", "PortNumber": 0, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, {"Id": "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366", "PortNumber": 1, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, {"Id": "36996484-b5eb-4083-8af4-e63b2006bb15", "PortNumber": 2, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}], "OutputPorts": [{"Id": "7104610d-c62e-4f33-ae75-ab5c6a523531", "PortNumber": 0, "PortType": "Output", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}], "X": 1398.91, "Y": 1521.18, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1464.33, "Y": 1547.66}, "W": 58.45, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree180", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"36996484-b5eb-4083-8af4-e63b2006bb15": "Top", "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366": "Right", "46cb9a83-c580-4d46-9212-f4eb035038a0": "Right", "7104610d-c62e-4f33-ae75-ab5c6a523531": "Left"}, "PortOrder": {"Top": ["36996484-b5eb-4083-8af4-e63b2006bb15"], "Bottom": [], "Left": ["7104610d-c62e-4f33-ae75-ab5c6a523531"], "Right": ["46cb9a83-c580-4d46-9212-f4eb035038a0", "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366"]}, "HScale": null, "VScale": null}}, {"Id": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af", "Type": "IOLabel", "Label": "IMMS5", "InputPorts": [{"Id": "dd64bddb-9860-444a-b8c4-67fe8274ce7c", "PortNumber": 0, "PortType": "Input", "HostId": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af"}], "OutputPorts": [{"Id": "eef3c07c-f0e4-4028-b6c6-f4e2cf373cbd", "PortNumber": 0, "PortType": "Output", "HostId": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af"}], "X": 2030.72, "Y": 1291.97, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"dd64bddb-9860-444a-b8c4-67fe8274ce7c": "Left", "eef3c07c-f0e4-4028-b6c6-f4e2cf373cbd": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["dd64bddb-9860-444a-b8c4-67fe8274ce7c"], "Right": ["eef3c07c-f0e4-4028-b6c6-f4e2cf373cbd"]}, "HScale": null, "VScale": null}}, {"Id": "14e02232-b7bd-4bfa-8e7e-c0d7c50bea78", "Type": {"Input1": [16, null] }, "Label": "MEMDOUT", "InputPorts": [], "OutputPorts": [{"Id": "df6c3bfc-1a31-4dc0-8dac-200a66fb2620", "PortNumber": 0, "PortType": "Output", "HostId": "14e02232-b7bd-4bfa-8e7e-c0d7c50bea78"}], "X": 1940.90, "Y": 2065.51, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"df6c3bfc-1a31-4dc0-8dac-200a66fb2620": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["df6c3bfc-1a31-4dc0-8dac-200a66fb2620"]}, "HScale": null, "VScale": null}}, {"Id": "18baf74c-a7c5-4c29-8d5d-49773d7780f1", "Type": "IOLabel", "Label": "OP2SEL", "InputPorts": [{"Id": "601f6f0c-73b7-4b73-a28d-92c6afed2cfb", "PortNumber": 0, "PortType": "Input", "HostId": "18baf74c-a7c5-4c29-8d5d-49773d7780f1"}], "OutputPorts": [{"Id": "99e99929-3fb1-4c17-8a59-90a8168f73f2", "PortNumber": 0, "PortType": "Output", "HostId": "18baf74c-a7c5-4c29-8d5d-49773d7780f1"}], "X": 2001.41, "Y": 1516.59, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"601f6f0c-73b7-4b73-a28d-92c6afed2cfb": "Left", "99e99929-3fb1-4c17-8a59-90a8168f73f2": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["601f6f0c-73b7-4b73-a28d-92c6afed2cfb"], "Right": ["99e99929-3fb1-4c17-8a59-90a8168f73f2"]}, "HScale": null, "VScale": null}}, {"Id": "18cb10b2-404c-4a5e-9494-96acf237d664", "Type": {"Input1": [16, null] }, "Label": "INS", "InputPorts": [], "OutputPorts": [{"Id": "521a38e2-4266-4be1-80a0-f1b4a52875d6", "PortNumber": 0, "PortType": "Output", "HostId": "18cb10b2-404c-4a5e-9494-96acf237d664"}], "X": 1042.80, "Y": 1278.09, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"521a38e2-4266-4be1-80a0-f1b4a52875d6": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["521a38e2-4266-4be1-80a0-f1b4a52875d6"]}, "HScale": null, "VScale": null}}, {"Id": "2333ade5-c3df-409e-b029-d1ce9e24d688", "Type": {"Custom": {"Name": "dpdecode", "InputLabels": [["INS", 16]], "OutputLabels": [["OP2SEL", 1], ["A", 3], ["B", 3], ["C", 3], ["ALUOPC", 3], ["SCNT", 4], ["SHIFTOPC", 2], ["IMMS8", 16], ["WEN1", 1], ["AD1SELC", 1], ["EXT", 1], ["IMMS5", 16], ["MEMLDR", 1], ["MEMSTR", 1], ["PCWRITE", 1]], "Form": null, "Description": "Logic decoding all datapath control signals from the current instruction (INS). Partly implemented."}}, "Label": "DECODE", "InputPorts": [{"Id": "7aa98fe0-a6ee-4191-951a-643dfeba4f26", "PortNumber": 0, "PortType": "Input", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}], "OutputPorts": [{"Id": "45943a83-1b2b-41c6-ab80-0d64cd832421", "PortNumber": 0, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "39a4c975-b2df-4413-b4a6-9d8274f653ac", "PortNumber": 1, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "a90f5420-8726-4f71-8ea8-c22bf0dff3ac", "PortNumber": 2, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "4fc6d10f-8e76-4ca7-adaa-9204c39387f6", "PortNumber": 3, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "34f14f5b-a6b6-4457-866f-2553e2f8a3fc", "PortNumber": 4, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "0473f6fb-45a6-4cff-9aa5-ca890bbe6655", "PortNumber": 5, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "b386b51c-40a5-409d-ac60-49152b8e3abf", "PortNumber": 6, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "2ccb2f6d-0108-42c9-8341-7b82fa488b3c", "PortNumber": 7, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "482d2e3f-ebc7-4364-bbb3-c0bf248eb86b", "PortNumber": 8, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "7ece9d71-7c33-468b-9418-57203b6a9072", "PortNumber": 9, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe", "PortNumber": 10, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "96c245b3-84a0-486e-a97b-f7cf6d592ef4", "PortNumber": 11, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "0d1ff619-6c96-4c09-ba34-3fc9a0367180", "PortNumber": 12, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "44d5e744-03a9-4fac-b2f5-9d65b6f42a57", "PortNumber": 13, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, {"Id": "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa", "PortNumber": 14, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}], "X": 1288.11, "Y": 1212.59, "H": 230, "W": 676.56, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"0473f6fb-45a6-4cff-9aa5-ca890bbe6655": "Bottom", "0d1ff619-6c96-4c09-ba34-3fc9a0367180": "Right", "2ccb2f6d-0108-42c9-8341-7b82fa488b3c": "Right", "34f14f5b-a6b6-4457-866f-2553e2f8a3fc": "Bottom", "39a4c975-b2df-4413-b4a6-9d8274f653ac": "Bottom", "44d5e744-03a9-4fac-b2f5-9d65b6f42a57": "Right", "45943a83-1b2b-41c6-ab80-0d64cd832421": "Bottom", "482d2e3f-ebc7-4364-bbb3-c0bf248eb86b": "Bottom", "4fc6d10f-8e76-4ca7-adaa-9204c39387f6": "Bottom", "7aa98fe0-a6ee-4191-951a-643dfeba4f26": "Left", "7ece9d71-7c33-468b-9418-57203b6a9072": "Bottom", "96c245b3-84a0-486e-a97b-f7cf6d592ef4": "Right", "a90f5420-8726-4f71-8ea8-c22bf0dff3ac": "Bottom", "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe": "Right", "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa": "Left", "b386b51c-40a5-409d-ac60-49152b8e3abf": "Bottom"}, "PortOrder": {"Top": [], "Bottom": ["482d2e3f-ebc7-4364-bbb3-c0bf248eb86b", "7ece9d71-7c33-468b-9418-57203b6a9072", "4fc6d10f-8e76-4ca7-adaa-9204c39387f6", "39a4c975-b2df-4413-b4a6-9d8274f653ac", "a90f5420-8726-4f71-8ea8-c22bf0dff3ac", "34f14f5b-a6b6-4457-866f-2553e2f8a3fc", "b386b51c-40a5-409d-ac60-49152b8e3abf", "0473f6fb-45a6-4cff-9aa5-ca890bbe6655", "45943a83-1b2b-41c6-ab80-0d64cd832421"], "Left": ["7aa98fe0-a6ee-4191-951a-643dfeba4f26", "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa"], "Right": ["0d1ff619-6c96-4c09-ba34-3fc9a0367180", "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe", "2ccb2f6d-0108-42c9-8341-7b82fa488b3c", "96c245b3-84a0-486e-a97b-f7cf6d592ef4", "44d5e744-03a9-4fac-b2f5-9d65b6f42a57"]}, "HScale": null, "VScale": 1.2}}, {"Id": "249ddc31-c2fe-4c46-afb6-9cfbbbfd0f22", "Type": {"Output": 1}, "Label": "FLAGN", "InputPorts": [{"Id": "4e5553f2-d2e2-4c04-88e8-321208465b87", "PortNumber": 0, "PortType": "Input", "HostId": "249ddc31-c2fe-4c46-afb6-9cfbbbfd0f22"}], "OutputPorts": [], "X": 2379.02, "Y": 2014.47, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"4e5553f2-d2e2-4c04-88e8-321208465b87": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["4e5553f2-d2e2-4c04-88e8-321208465b87"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "31b6ad59-7ab7-4099-9e52-f7b6d0e2f313", "Type": {"Input1": [16, null] }, "Label": "PCIN", "InputPorts": [], "OutputPorts": [{"Id": "a92b8450-aa64-474e-b79b-66752fab872b", "PortNumber": 0, "PortType": "Output", "HostId": "31b6ad59-7ab7-4099-9e52-f7b6d0e2f313"}], "X": 1042.80, "Y": 2001.03, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1043.53, "Y": 1962.75}, "W": 52.22, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"a92b8450-aa64-474e-b79b-66752fab872b": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["a92b8450-aa64-474e-b79b-66752fab872b"]}, "HScale": null, "VScale": null}}, {"Id": "34529f3f-26a4-40cb-90d4-c766025f0c6c", "Type": "IOLabel", "Label": "OP2SEL", "InputPorts": [{"Id": "ad577f9f-92e6-4710-8f51-8f4772855add", "PortNumber": 0, "PortType": "Input", "HostId": "34529f3f-26a4-40cb-90d4-c766025f0c6c"}], "OutputPorts": [{"Id": "038aab4d-a6f4-4687-9ce0-330bd5347ccc", "PortNumber": 0, "PortType": "Output", "HostId": "34529f3f-26a4-40cb-90d4-c766025f0c6c"}], "X": 1668.59, "Y": 2273.13, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"038aab4d-a6f4-4687-9ce0-330bd5347ccc": "Right", "ad577f9f-92e6-4710-8f51-8f4772855add": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ad577f9f-92e6-4710-8f51-8f4772855add"], "Right": ["038aab4d-a6f4-4687-9ce0-330bd5347ccc"]}, "HScale": null, "VScale": null}}, {"Id": "369b2f28-5ed4-4167-aae5-d6d0868eee47", "Type": {"Custom": {"Name": "extend", "InputLabels": [["IMM", 16], ["EXT", 1]], "OutputLabels": [["IMMEXT", 16]], "Form": null, "Description": "Implement EXT instruction generating IMMEXT 16 bit immediate value. Complete"}}, "Label": "EXTEND", "InputPorts": [{"Id": "dde5b890-3ce4-4fc1-bb52-19f960fae6e4", "PortNumber": 0, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, {"Id": "a2fe8d6e-7cee-4c45-8398-0724a26e2589", "PortNumber": 1, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}], "OutputPorts": [{"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": 0, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}], "X": 2093.96, "Y": 1314.65, "H": 110, "W": 198.20, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2145.10, "Y": 1278.58}, "W": 78.89, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"3ba4730c-b071-49e0-9260-4f948ab6ea53": "Right", "a2fe8d6e-7cee-4c45-8398-0724a26e2589": "Left", "dde5b890-3ce4-4fc1-bb52-19f960fae6e4": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["dde5b890-3ce4-4fc1-bb52-19f960fae6e4", "a2fe8d6e-7cee-4c45-8398-0724a26e2589"], "Right": ["3ba4730c-b071-49e0-9260-4f948ab6ea53"]}, "HScale": 1, "VScale": 1.12}}, {"Id": "37eda51d-0cca-4915-a673-75e8d130cedc", "Type": {"Output": 16}, "Label": "MEMADDR", "InputPorts": [{"Id": "e183d941-5bb1-4ef4-83bf-97f5bc076730", "PortNumber": 0, "PortType": "Input", "HostId": "37eda51d-0cca-4915-a673-75e8d130cedc"}], "OutputPorts": [], "X": 1822.81, "Y": 2183.55, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"e183d941-5bb1-4ef4-83bf-97f5bc076730": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e183d941-5bb1-4ef4-83bf-97f5bc076730"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "4d8f3f6c-39f4-4941-b53f-47a301177400", "Type": {"GateN": ["and", 2] }, "Label": "G1", "InputPorts": [{"Id": "a2b67793-7a07-4c7b-93ef-8ac855ac1585", "PortNumber": 0, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, {"Id": "968076f8-b9fc-425f-97b4-6707e1059cd0", "PortNumber": 1, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}], "OutputPorts": [{"Id": "29ae94ea-2089-4c94-9915-7c48de6bafc7", "PortNumber": 0, "PortType": "Output", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}], "X": 1125.08, "Y": 1588.10, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1086.23, "Y": 1593.02}, "W": 35.34, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree270", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"29ae94ea-2089-4c94-9915-7c48de6bafc7": "Bottom", "968076f8-b9fc-425f-97b4-6707e1059cd0": "Top", "a2b67793-7a07-4c7b-93ef-8ac855ac1585": "Top"}, "PortOrder": {"Top": ["a2b67793-7a07-4c7b-93ef-8ac855ac1585", "968076f8-b9fc-425f-97b4-6707e1059cd0"], "Bottom": ["29ae94ea-2089-4c94-9915-7c48de6bafc7"], "Left": [], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "552d8a43-d4eb-4229-b6d7-8c7688c58e33", "Type": {"NbitsAdderNoCinCout": 16}, "Label": "ADD1", "InputPorts": [{"Id": "c5ce651a-9b89-4c42-833c-2a4eddb10d38", "PortNumber": 0, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, {"Id": "7d8197b5-110f-4894-a5f8-5b96ce3ba097", "PortNumber": 1, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}], "OutputPorts": [{"Id": "ccc40c36-e64d-467c-bea2-8bcc7d4358d4", "PortNumber": 0, "PortType": "Output", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}], "X": 1482.66, "Y": 2181.67, "H": 90, "W": 120, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1514.58, "Y": 2151.78}, "W": 56.67, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7d8197b5-110f-4894-a5f8-5b96ce3ba097": "Left", "c5ce651a-9b89-4c42-833c-2a4eddb10d38": "Left", "ccc40c36-e64d-467c-bea2-8bcc7d4358d4": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["c5ce651a-9b89-4c42-833c-2a4eddb10d38", "7d8197b5-110f-4894-a5f8-5b96ce3ba097"], "Right": ["ccc40c36-e64d-467c-bea2-8bcc7d4358d4"]}, "HScale": null, "VScale": null}}, {"Id": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8", "Type": {"Custom": {"Name": "reg16x8", "InputLabels": [["WEN1", 1], ["AD1", 3], ["DIN1", 16], ["AD2", 3], ["AD3", 3]], "OutputLabels": [["DOUT2", 16], ["DOUT3", 16]], "Form": null, "Description": null}}, "Label": "REGFILE", "InputPorts": [{"Id": "ec4753ef-1401-4615-b128-540e4e5e9acd", "PortNumber": 0, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "f9dcf2cf-fc41-46d9-8afa-d0a34daaff98", "PortNumber": 1, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "4600c799-f559-44a6-b6f4-4ffdbdfe19ae", "PortNumber": 2, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "1a9d12cb-65fe-4692-885b-68398cd51f6f", "PortNumber": 3, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "544cc629-98ea-46b7-92c3-83b8e6766f2f", "PortNumber": 4, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}], "OutputPorts": [{"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": 0, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, {"Id": "6c11c4e8-19f2-40fb-9d73-bc4a63664043", "PortNumber": 1, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}], "X": 1242.51, "Y": 1611.60, "H": 190, "W": 187.56, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1229.69, "Y": 1574.61}, "W": 82.46, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1a9d12cb-65fe-4692-885b-68398cd51f6f": "Right", "4600c799-f559-44a6-b6f4-4ffdbdfe19ae": "Bottom", "544cc629-98ea-46b7-92c3-83b8e6766f2f": "Right", "6c11c4e8-19f2-40fb-9d73-bc4a63664043": "Right", "e11dcf06-77ba-4863-adb9-4c8770664dac": "Right", "ec4753ef-1401-4615-b128-540e4e5e9acd": "Left", "f9dcf2cf-fc41-46d9-8afa-d0a34daaff98": "Top"}, "PortOrder": {"Top": ["f9dcf2cf-fc41-46d9-8afa-d0a34daaff98"], "Bottom": ["4600c799-f559-44a6-b6f4-4ffdbdfe19ae"], "Left": ["ec4753ef-1401-4615-b128-540e4e5e9acd"], "Right": ["6c11c4e8-19f2-40fb-9d73-bc4a63664043", "e11dcf06-77ba-4863-adb9-4c8770664dac", "544cc629-98ea-46b7-92c3-83b8e6766f2f", "1a9d12cb-65fe-4692-885b-68398cd51f6f"]}, "HScale": null, "VScale": 1.2}}, {"Id": "608a5e04-0e21-44a0-8790-1028226748d2", "Type": {"Output": 1}, "Label": "FLAGC", "InputPorts": [{"Id": "26b5734b-8c72-41ec-ac6b-9a7893ea2d56", "PortNumber": 0, "PortType": "Input", "HostId": "608a5e04-0e21-44a0-8790-1028226748d2"}], "OutputPorts": [], "X": 2379.02, "Y": 1736.51, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2384.19, "Y": 1701.21}, "W": 67.34, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"26b5734b-8c72-41ec-ac6b-9a7893ea2d56": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["26b5734b-8c72-41ec-ac6b-9a7893ea2d56"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "6ad1cebf-c551-4183-86a0-698d0f73ebf6", "Type": "Mux2", "Label": "MUX4", "InputPorts": [{"Id": "f90c5b3c-5d7b-474b-a3dd-80dd1daca004", "PortNumber": 0, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, {"Id": "1c88a0f8-b988-4903-bef4-b97df94412ff", "PortNumber": 1, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, {"Id": "69df46f5-ce09-410c-99da-aec67465ee6d", "PortNumber": 2, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}], "OutputPorts": [{"Id": "3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a", "PortNumber": 0, "PortType": "Output", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}], "X": 1726.77, "Y": 2153.55, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": true, "PortOrientation": {"1c88a0f8-b988-4903-bef4-b97df94412ff": "Left", "3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a": "Right", "69df46f5-ce09-410c-99da-aec67465ee6d": "Bottom", "f90c5b3c-5d7b-474b-a3dd-80dd1daca004": "Left"}, "PortOrder": {"Top": [], "Bottom": ["69df46f5-ce09-410c-99da-aec67465ee6d"], "Left": ["f90c5b3c-5d7b-474b-a3dd-80dd1daca004", "1c88a0f8-b988-4903-bef4-b97df94412ff"], "Right": ["3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a"]}, "HScale": null, "VScale": null}}, {"Id": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3", "Type": {"Custom": {"Name": "alu", "InputLabels": [["IMM", 16], ["RB", 16], ["OP2SEL", 1], ["RA", 16], ["ALUOPC", 3], ["SCNT", 4], ["SHIFTOPC", 2], ["FLAGCIN", 1]], "OutputLabels": [["OUT", 16], ["FLAGV", 1], ["FLAGC", 1]], "Form": null, "Description": "EEP1 ALU. Model design"}}, "Label": "ALU", "InputPorts": [{"Id": "26fd673b-02ba-4fef-896e-32364fed1d20", "PortNumber": 0, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "4443b38b-de7c-4a28-80bc-cf32616b3d27", "PortNumber": 1, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "883ad9e5-340e-4dd6-a860-d849ddd3b6b5", "PortNumber": 2, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "ba8ae14f-1e77-4cbd-bcc4-d243d8b899de", "PortNumber": 3, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "fa9ef886-0826-4e2f-950c-414d8e1c5cee", "PortNumber": 4, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "2f4e9a32-de7a-4ddc-8087-6c32f0e29531", "PortNumber": 5, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f", "PortNumber": 6, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "db25f15d-0747-4d6c-8ddc-520099261883", "PortNumber": 7, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}], "OutputPorts": [{"Id": "2a031d4c-833d-473a-afa7-cebc98c94d20", "PortNumber": 0, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "8fcf39fa-d286-4094-bd10-eb976bc01a4e", "PortNumber": 1, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, {"Id": "d24eab0b-899a-49cb-b9d9-9f39eb18efa4", "PortNumber": 2, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}], "X": 1640.11, "Y": 1714.45, "H": 150, "W": 405.93, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2014.82, "Y": 1679.73}, "W": 45.12, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"26fd673b-02ba-4fef-896e-32364fed1d20": "Top", "2a031d4c-833d-473a-afa7-cebc98c94d20": "Right", "2f4e9a32-de7a-4ddc-8087-6c32f0e29531": "Top", "4443b38b-de7c-4a28-80bc-cf32616b3d27": "Left", "883ad9e5-340e-4dd6-a860-d849ddd3b6b5": "Top", "8fcf39fa-d286-4094-bd10-eb976bc01a4e": "Right", "ba8ae14f-1e77-4cbd-bcc4-d243d8b899de": "Left", "d24eab0b-899a-49cb-b9d9-9f39eb18efa4": "Right", "db25f15d-0747-4d6c-8ddc-520099261883": "Left", "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f": "Top", "fa9ef886-0826-4e2f-950c-414d8e1c5cee": "Top"}, "PortOrder": {"Top": ["26fd673b-02ba-4fef-896e-32364fed1d20", "883ad9e5-340e-4dd6-a860-d849ddd3b6b5", "2f4e9a32-de7a-4ddc-8087-6c32f0e29531", "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f", "fa9ef886-0826-4e2f-950c-414d8e1c5cee"], "Bottom": [], "Left": ["ba8ae14f-1e77-4cbd-bcc4-d243d8b899de", "4443b38b-de7c-4a28-80bc-cf32616b3d27", "db25f15d-0747-4d6c-8ddc-520099261883"], "Right": ["2a031d4c-833d-473a-afa7-cebc98c94d20", "8fcf39fa-d286-4094-bd10-eb976bc01a4e", "d24eab0b-899a-49cb-b9d9-9f39eb18efa4"]}, "HScale": null, "VScale": 1.2}}, {"Id": "7a3d32f9-0249-4855-9684-608de5728dee", "Type": {"Output": 16}, "Label": "IMMEXT", "InputPorts": [{"Id": "94c34431-1fa8-4551-9de6-b873b244169f", "PortNumber": 0, "PortType": "Input", "HostId": "7a3d32f9-0249-4855-9684-608de5728dee"}], "OutputPorts": [], "X": 2379.02, "Y": 1531.85, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"94c34431-1fa8-4551-9de6-b873b244169f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["94c34431-1fa8-4551-9de6-b873b244169f"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "86ac0113-82f8-49cd-9a18-645f545ff42d", "Type": "IOLabel", "Label": "IMM16", "InputPorts": [{"Id": "548c5df4-26e7-4a01-a4b6-5e4a0cd6ec9b", "PortNumber": 0, "PortType": "Input", "HostId": "86ac0113-82f8-49cd-9a18-645f545ff42d"}], "OutputPorts": [{"Id": "f11214d7-376e-428c-9897-4a465a39b86c", "PortNumber": 0, "PortType": "Output", "HostId": "86ac0113-82f8-49cd-9a18-645f545ff42d"}], "X": 1668.59, "Y": 2162.92, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"548c5df4-26e7-4a01-a4b6-5e4a0cd6ec9b": "Left", "f11214d7-376e-428c-9897-4a465a39b86c": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["548c5df4-26e7-4a01-a4b6-5e4a0cd6ec9b"], "Right": ["f11214d7-376e-428c-9897-4a465a39b86c"]}, "HScale": null, "VScale": null}}, {"Id": "926445bc-0c14-4001-89d1-edf837a62aa6", "Type": {"Output": 1}, "Label": "FLAGZ", "InputPorts": [{"Id": "b0058e13-d5a8-453a-8382-291413308fe4", "PortNumber": 0, "PortType": "Input", "HostId": "926445bc-0c14-4001-89d1-edf837a62aa6"}], "OutputPorts": [], "X": 2379.02, "Y": 2060.30, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2377.54, "Y": 2092.84}, "W": 65.56, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"b0058e13-d5a8-453a-8382-291413308fe4": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["b0058e13-d5a8-453a-8382-291413308fe4"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872", "Type": "IOLabel", "Label": "IMMS5", "InputPorts": [{"Id": "6f337bdf-a173-4d78-851b-fb132da82a1b", "PortNumber": 0, "PortType": "Input", "HostId": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872"}], "OutputPorts": [{"Id": "ca09d08a-98d7-4b67-97d1-5e400eb2f907", "PortNumber": 0, "PortType": "Output", "HostId": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872"}], "X": 1392.77, "Y": 2237.92, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6f337bdf-a173-4d78-851b-fb132da82a1b": "Left", "ca09d08a-98d7-4b67-97d1-5e400eb2f907": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6f337bdf-a173-4d78-851b-fb132da82a1b"], "Right": ["ca09d08a-98d7-4b67-97d1-5e400eb2f907"]}, "HScale": null, "VScale": null}}, {"Id": "9f7188f4-0702-4227-8ec0-d632c71f58ae", "Type": {"Output": 16}, "Label": "RAOUT", "InputPorts": [{"Id": "1fcd08cb-8273-4c47-b2b5-60f637aa40f6", "PortNumber": 0, "PortType": "Input", "HostId": "9f7188f4-0702-4227-8ec0-d632c71f58ae"}], "OutputPorts": [], "X": 2379.02, "Y": 1899.48, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1fcd08cb-8273-4c47-b2b5-60f637aa40f6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1fcd08cb-8273-4c47-b2b5-60f637aa40f6"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "a338e655-df1b-4198-9a2f-5a0c25ba2bfe", "Type": {"Output": 16}, "Label": "MEMDIN", "InputPorts": [{"Id": "a37dd670-e1e4-4b59-885f-a79dd5a5ad2d", "PortNumber": 0, "PortType": "Input", "HostId": "a338e655-df1b-4198-9a2f-5a0c25ba2bfe"}], "OutputPorts": [], "X": 1822.81, "Y": 2065.51, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"a37dd670-e1e4-4b59-885f-a79dd5a5ad2d": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["a37dd670-e1e4-4b59-885f-a79dd5a5ad2d"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "a430e91e-97ba-4133-9a64-6ead6931e641", "Type": "IOLabel", "Label": "MEMSTR", "InputPorts": [{"Id": "e4e81c67-9fc9-4773-bf1e-1fa3d352a60f", "PortNumber": 0, "PortType": "Input", "HostId": "a430e91e-97ba-4133-9a64-6ead6931e641"}], "OutputPorts": [{"Id": "87df1839-fdf6-4b51-ad0b-392c35e90dda", "PortNumber": 0, "PortType": "Output", "HostId": "a430e91e-97ba-4133-9a64-6ead6931e641"}], "X": 1668.59, "Y": 1991.74, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"87df1839-fdf6-4b51-ad0b-392c35e90dda": "Right", "e4e81c67-9fc9-4773-bf1e-1fa3d352a60f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e4e81c67-9fc9-4773-bf1e-1fa3d352a60f"], "Right": ["87df1839-fdf6-4b51-ad0b-392c35e90dda"]}, "HScale": null, "VScale": null}}, {"Id": "b590ca2e-2d98-4bad-8951-682c9e9a58b8", "Type": {"Input1": [1, null] }, "Label": "DPEN", "InputPorts": [], "OutputPorts": [{"Id": "7adc7515-889e-4c02-8099-c41d23a561f2", "PortNumber": 0, "PortType": "Output", "HostId": "b590ca2e-2d98-4bad-8951-682c9e9a58b8"}], "X": 1042.80, "Y": 1523.52, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7adc7515-889e-4c02-8099-c41d23a561f2": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["7adc7515-889e-4c02-8099-c41d23a561f2"]}, "HScale": null, "VScale": null}}, {"Id": "bf25e563-ea39-4cef-889b-c43dbe9ca962", "Type": {"Output": 1}, "Label": "FLAGV", "InputPorts": [{"Id": "defe7b6c-0870-48df-8ba0-6296750b97d6", "PortNumber": 0, "PortType": "Input", "HostId": "bf25e563-ea39-4cef-889b-c43dbe9ca962"}], "OutputPorts": [], "X": 2379.02, "Y": 1789.45, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2379.58, "Y": 1832.01}, "W": 66.46, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"defe7b6c-0870-48df-8ba0-6296750b97d6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["defe7b6c-0870-48df-8ba0-6296750b97d6"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d", "Type": "Mux2", "Label": "MUX3", "InputPorts": [{"Id": "ce63fc0a-5f3f-4465-9111-408db2d8865c", "PortNumber": 0, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, {"Id": "15e2dff6-5eef-4993-9db8-3c55e826424e", "PortNumber": 1, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, {"Id": "a6ed8155-b307-4d16-b68e-38bd5e5206d0", "PortNumber": 2, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}], "OutputPorts": [{"Id": "f488997d-8791-4a0d-af6c-b4b41995672c", "PortNumber": 0, "PortType": "Output", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}], "X": 1279.27, "Y": 1929.14, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree90", "flipped": true}, "ReversedInputPorts": null, "PortOrientation": {"15e2dff6-5eef-4993-9db8-3c55e826424e": "Bottom", "a6ed8155-b307-4d16-b68e-38bd5e5206d0": "Left", "ce63fc0a-5f3f-4465-9111-408db2d8865c": "Bottom", "f488997d-8791-4a0d-af6c-b4b41995672c": "Top"}, "PortOrder": {"Top": ["f488997d-8791-4a0d-af6c-b4b41995672c"], "Bottom": ["15e2dff6-5eef-4993-9db8-3c55e826424e", "ce63fc0a-5f3f-4465-9111-408db2d8865c"], "Left": ["a6ed8155-b307-4d16-b68e-38bd5e5206d0"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "d1b25e3e-8514-452b-89c7-aac9d964805f", "Type": {"Custom": {"Name": "nzgen", "InputLabels": [["DATA", 16]], "OutputLabels": [["FLAGN", 1], ["FLAGZ", 1]], "Form": null, "Description": "Generates N and Z flag conditions from register file data input. Complete"}}, "Label": "NZGEN", "InputPorts": [{"Id": "59bb1120-c9a9-4c0c-b1d3-b560ca248aad", "PortNumber": 0, "PortType": "Input", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}], "OutputPorts": [{"Id": "05614dd7-a0eb-436a-b6f6-8b587a498503", "PortNumber": 0, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, {"Id": "858dde77-78fd-4d37-a3cb-2237c341a650", "PortNumber": 1, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}], "X": 2216.67, "Y": 1997.39, "H": 110, "W": 151.10, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"05614dd7-a0eb-436a-b6f6-8b587a498503": "Right", "59bb1120-c9a9-4c0c-b1d3-b560ca248aad": "Left", "858dde77-78fd-4d37-a3cb-2237c341a650": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["59bb1120-c9a9-4c0c-b1d3-b560ca248aad"], "Right": ["858dde77-78fd-4d37-a3cb-2237c341a650", "05614dd7-a0eb-436a-b6f6-8b587a498503"]}, "HScale": null, "VScale": null}}, {"Id": "d6d43fb6-e8a5-457c-8340-95eb0dbc8172", "Type": {"Input1": [1, null] }, "Label": "FLAGCIN", "InputPorts": [], "OutputPorts": [{"Id": "44a3ae5b-85e9-4bc4-839c-3319f2377624", "PortNumber": 0, "PortType": "Output", "HostId": "d6d43fb6-e8a5-457c-8340-95eb0dbc8172"}], "X": 1042.80, "Y": 1842.39, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 1026.50, "Y": 1810.56}, "W": 83.34, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"44a3ae5b-85e9-4bc4-839c-3319f2377624": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["44a3ae5b-85e9-4bc4-839c-3319f2377624"]}, "HScale": null, "VScale": null}}, {"Id": "e3f08b21-ec62-44c7-87a8-658ae80410f8", "Type": "IOLabel", "Label": "IMM16", "InputPorts": [{"Id": "9e52ed48-48d7-48ab-b23b-686418658f00", "PortNumber": 0, "PortType": "Input", "HostId": "e3f08b21-ec62-44c7-87a8-658ae80410f8"}], "OutputPorts": [{"Id": "6b2561a9-5403-44c5-bbd7-2f83de5f1d06", "PortNumber": 0, "PortType": "Output", "HostId": "e3f08b21-ec62-44c7-87a8-658ae80410f8"}], "X": 2428.47, "Y": 1368.75, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6b2561a9-5403-44c5-bbd7-2f83de5f1d06": "Right", "9e52ed48-48d7-48ab-b23b-686418658f00": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["9e52ed48-48d7-48ab-b23b-686418658f00"], "Right": ["6b2561a9-5403-44c5-bbd7-2f83de5f1d06"]}, "HScale": null, "VScale": null}}, {"Id": "e97a5281-0ada-454c-b1f3-b5efb6be8955", "Type": {"Output": 1}, "Label": "MEMWEN", "InputPorts": [{"Id": "cf5d7684-3715-4923-95e7-ef672fbe9ebc", "PortNumber": 0, "PortType": "Input", "HostId": "e97a5281-0ada-454c-b1f3-b5efb6be8955"}], "OutputPorts": [], "X": 1822.81, "Y": 1984.24, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"cf5d7684-3715-4923-95e7-ef672fbe9ebc": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["cf5d7684-3715-4923-95e7-ef672fbe9ebc"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b", "Type": "IOLabel", "Label": "MEMSTR", "InputPorts": [{"Id": "a5221710-7544-464d-bd6d-a10586cbf097", "PortNumber": 0, "PortType": "Input", "HostId": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b"}], "OutputPorts": [{"Id": "6eb6dc6f-8675-44d4-8166-13242bcb34a2", "PortNumber": 0, "PortType": "Output", "HostId": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b"}], "X": 2030.72, "Y": 1240.86, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6eb6dc6f-8675-44d4-8166-13242bcb34a2": "Right", "a5221710-7544-464d-bd6d-a10586cbf097": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["a5221710-7544-464d-bd6d-a10586cbf097"], "Right": ["6eb6dc6f-8675-44d4-8166-13242bcb34a2"]}, "HScale": null, "VScale": null}}, {"Id": "f59d037d-5343-452d-ba1c-2682831f0d50", "Type": "Mux2", "Label": "MUX2", "InputPorts": [{"Id": "3f14998a-2570-4de9-bd85-5015b7e87e0f", "PortNumber": 0, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, {"Id": "f5a88c67-7e7e-46c5-b748-f37574114dc1", "PortNumber": 1, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, {"Id": "6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3", "PortNumber": 2, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}], "OutputPorts": [{"Id": "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6", "PortNumber": 0, "PortType": "Output", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}], "X": 2108.86, "Y": 2007.39, "H": 90, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree180", "flipped": true}, "ReversedInputPorts": true, "PortOrientation": {"3f14998a-2570-4de9-bd85-5015b7e87e0f": "Left", "6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3": "Top", "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6": "Right", "f5a88c67-7e7e-46c5-b748-f37574114dc1": "Left"}, "PortOrder": {"Top": ["6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3"], "Bottom": [], "Left": ["f5a88c67-7e7e-46c5-b748-f37574114dc1", "3f14998a-2570-4de9-bd85-5015b7e87e0f"], "Right": ["f0363e4e-5d49-4cf7-91e4-eeae5f256ce6"]}, "HScale": null, "VScale": null}}], [{"Id": "00e077f0-281d-437f-a6f5-7b8f73f6bc71", "Source": {"Id": "7adc7515-889e-4c02-8099-c41d23a561f2", "PortNumber": null, "PortType": "Output", "HostId": "b590ca2e-2d98-4bad-8951-682c9e9a58b8"}, "Target": {"Id": "968076f8-b9fc-425f-97b4-6707e1059cd0", "PortNumber": null, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, "Vertices": [[1102.80, 1538.52, false], [1112.80, 1538.52, false], [1112.80, 1538.52, false], [1137.35, 1538.52, false], [1137.35, 1578.10, false], [1137.35, 1578.10, false], [1137.35, 1588.10, false]]}, {"Id": "0af71a6d-5fb3-4555-8cf7-ff40102a83ca", "Source": {"Id": "0d1ff619-6c96-4c09-ba34-3fc9a0367180", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "6e2d0ebe-8ab1-404b-9c3c-8c3e77a54ab3", "PortNumber": null, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Vertices": [[1964.67, 1452.81, false], [1974.67, 1452.81, false], [1974.67, 1452.81, false], [2138.86, 1452.81, false], [2138.86, 2006.39, false], [2138.86, 2006.39, false], [2138.86, 2016.39, false]]}, {"Id": "14906188-7c46-4ee5-bd09-2486c498c106", "Source": {"Id": "f11214d7-376e-428c-9897-4a465a39b86c", "PortNumber": null, "PortType": "Output", "HostId": "86ac0113-82f8-49cd-9a18-645f545ff42d"}, "Target": {"Id": "1c88a0f8-b988-4903-bef4-b97df94412ff", "PortNumber": null, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Vertices": [[1698.59, 2170.42, false], [1708.59, 2170.42, false], [1708.59, 2170.42, false], [1726.77, 2170.42, false]]}, {"Id": "1f4b4be3-dbc6-47d0-aa37-5d8c374fbc14", "Source": {"Id": "44d5e744-03a9-4fac-b2f5-9d65b6f42a57", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a5221710-7544-464d-bd6d-a10586cbf097", "PortNumber": null, "PortType": "Input", "HostId": "eeb3f6f1-e52e-4d0a-a6c0-a9f52aaf191b"}, "Vertices": [[1964.67, 1248.37, false], [1974.67, 1248.37, false], [1974.67, 1248.37, false], [2030.71, 1248.37, false]]}, {"Id": "252f88db-9b99-416f-9118-f290adb9bbd2", "Source": {"Id": "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6", "PortNumber": null, "PortType": "Output", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Target": {"Id": "ce63fc0a-5f3f-4465-9111-408db2d8865c", "PortNumber": null, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Vertices": [[2168.86, 2052.39, false], [2178.86, 2052.39, false], [2178.86, 2052.39, false], [2188.98, 2052.39, false], [2188.98, 2317.40, true], [1344.72, 2317.40, true], [1344.72, 1999.14, false], [1344.72, 1999.14, false], [1344.72, 1989.14, false]]}, {"Id": "2a5bc495-4021-446a-8889-cbc4e057033d", "Source": {"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": null, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Target": {"Id": "9e52ed48-48d7-48ab-b23b-686418658f00", "PortNumber": null, "PortType": "Input", "HostId": "e3f08b21-ec62-44c7-87a8-658ae80410f8"}, "Vertices": [[2292.16, 1376.25, false], [2302.16, 1376.25, false], [2302.16, 1376.25, false], [2428.47, 1376.25, false]]}, {"Id": "2b1ea8f8-660c-47d5-97dd-a757f1ad4010", "Source": {"Id": "39a4c975-b2df-4413-b4a6-9d8274f653ac", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "46cb9a83-c580-4d46-9212-f4eb035038a0", "PortNumber": null, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Vertices": [[1558.73, 1488.59, false], [1558.73, 1498.59, false], [1558.73, 1498.59, false], [1558.73, 1594.31, false], [1468.90, 1594.31, false], [1468.90, 1594.31, false], [1458.90, 1594.31, false]]}, {"Id": "31202199-9814-432c-b659-ba11ffad9413", "Source": {"Id": "f0363e4e-5d49-4cf7-91e4-eeae5f256ce6", "PortNumber": null, "PortType": "Output", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Target": {"Id": "59bb1120-c9a9-4c0c-b1d3-b560ca248aad", "PortNumber": null, "PortType": "Input", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, "Vertices": [[2168.86, 2052.39, false], [2178.86, 2052.39, false], [2178.86, 2052.39, false], [2216.67, 2052.39, false]]}, {"Id": "3b983c15-4b99-4a9a-8e24-24ef97431052", "Source": {"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": null, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Target": {"Id": "94c34431-1fa8-4551-9de6-b873b244169f", "PortNumber": null, "PortType": "Input", "HostId": "7a3d32f9-0249-4855-9684-608de5728dee"}, "Vertices": [[2292.16, 1376.25, false], [2302.16, 1376.25, false], [2302.16, 1376.25, false], [2319.72, 1376.25, false], [2319.72, 1546.85, true], [2369.02, 1546.85, false], [2369.02, 1546.85, false], [2379.02, 1546.85, false]]}, {"Id": "4694e296-1db1-43c0-b418-02720ce3838e", "Source": {"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "1fcd08cb-8273-4c47-b2b5-60f637aa40f6", "PortNumber": null, "PortType": "Input", "HostId": "9f7188f4-0702-4227-8ec0-d632c71f58ae"}, "Vertices": [[1430.07, 1751.51, false], [1440.07, 1751.51, false], [1440.07, 1751.51, false], [1596.95, 1751.51, false], [1596.95, 1914.48, true], [2369.02, 1914.48, false], [2369.02, 1914.48, false], [2379.02, 1914.48, false]]}, {"Id": "475f8bde-e2ca-4052-a1a3-7a2b3104f671", "Source": {"Id": "39a4c975-b2df-4413-b4a6-9d8274f653ac", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "1a9d12cb-65fe-4692-885b-68398cd51f6f", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1558.73, 1488.59, false], [1558.73, 1498.59, false], [1558.73, 1498.59, false], [1558.73, 1647.87, false], [1440.07, 1647.87, false], [1440.07, 1647.87, false], [1430.07, 1647.87, false]]}, {"Id": "555191c6-9e72-4032-a749-79f27f3dec42", "Source": {"Id": "858dde77-78fd-4d37-a3cb-2237c341a650", "PortNumber": null, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, "Target": {"Id": "b0058e13-d5a8-453a-8382-291413308fe4", "PortNumber": null, "PortType": "Input", "HostId": "926445bc-0c14-4001-89d1-edf837a62aa6"}, "Vertices": [[2367.77, 2075.31, false], [2377.77, 2075.31, false], [2377.77, 2075.31, false], [2379.01, 2075.31, false]]}, {"Id": "58162b16-ac2b-43e3-9fa0-adef7a848257", "Source": {"Id": "b386b51c-40a5-409d-ac60-49152b8e3abf", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "f7d52257-73db-4f86-b1e3-3ebb0fa3dc0f", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1761.70, 1488.59, false], [1761.70, 1498.59, false], [1761.70, 1498.59, false], [1761.70, 1601.52, false], [1775.42, 1601.52, false], [1775.42, 1704.45, false], [1775.42, 1704.45, false], [1775.42, 1714.45, false]]}, {"Id": "58467a6e-8ba1-44ab-bbd4-a89cab618a25", "Source": {"Id": "0473f6fb-45a6-4cff-9aa5-ca890bbe6655", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "2f4e9a32-de7a-4ddc-8087-6c32f0e29531", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1829.36, 1488.59, false], [1829.36, 1498.59, false], [1829.36, 1498.59, false], [1829.36, 1601.52, false], [1843.08, 1601.52, false], [1843.08, 1704.45, false], [1843.08, 1704.45, false], [1843.08, 1714.45, false]]}, {"Id": "5e670e90-834e-42c8-9988-d75d2f9a87d7", "Source": {"Id": "f488997d-8791-4a0d-af6c-b4b41995672c", "PortNumber": null, "PortType": "Output", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Target": {"Id": "4600c799-f559-44a6-b6f4-4ffdbdfe19ae", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1324.27, 1929.14, false], [1324.27, 1919.14, false], [1324.27, 1919.14, false], [1324.27, 1884.37, false], [1336.29, 1884.37, false], [1336.29, 1849.60, false], [1336.29, 1849.60, false], [1336.29, 1839.60, false]]}, {"Id": "69cfb429-acb0-4c22-8bdb-a43f9b7b8786", "Source": {"Id": "2a031d4c-833d-473a-afa7-cebc98c94d20", "PortNumber": null, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Target": {"Id": "3f14998a-2570-4de9-bd85-5015b7e87e0f", "PortNumber": null, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Vertices": [[2046.05, 1857.39, false], [2056.05, 1857.39, false], [2056.05, 1857.39, false], [2077.46, 1857.39, false], [2077.46, 2024.26, false], [2098.86, 2024.26, false], [2098.86, 2024.26, false], [2108.86, 2024.26, false]]}, {"Id": "6ba0eb17-5601-49c7-80fe-e4e17355135f", "Source": {"Id": "34f14f5b-a6b6-4457-866f-2553e2f8a3fc", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "fa9ef886-0826-4e2f-950c-414d8e1c5cee", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1694.05, 1488.59, false], [1694.05, 1498.59, false], [1694.05, 1498.59, false], [1694.05, 1601.52, false], [1707.77, 1601.52, false], [1707.77, 1704.45, false], [1707.77, 1704.45, false], [1707.77, 1714.45, false]]}, {"Id": "7c712f89-2cf3-4c22-97a3-cc76040b150c", "Source": {"Id": "7ece9d71-7c33-468b-9418-57203b6a9072", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "36996484-b5eb-4083-8af4-e63b2006bb15", "PortNumber": null, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Vertices": [[1423.42, 1488.59, false], [1423.42, 1498.59, false], [1423.42, 1498.59, false], [1423.42, 1504.88, false], [1428.91, 1504.88, false], [1428.91, 1520.18, false], [1428.91, 1520.18, false], [1428.91, 1530.18, false]]}, {"Id": "83c6b7eb-765f-4ee4-b3eb-0eea4e752c00", "Source": {"Id": "3f71b25a-27bb-450e-8e4f-9dcc8e0bbc5a", "PortNumber": null, "PortType": "Output", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Target": {"Id": "e183d941-5bb1-4ef4-83bf-97f5bc076730", "PortNumber": null, "PortType": "Input", "HostId": "37eda51d-0cca-4915-a673-75e8d130cedc"}, "Vertices": [[1786.77, 2198.55, false], [1796.77, 2198.55, false], [1796.77, 2198.55, false], [1822.81, 2198.55, false]]}, {"Id": "86ae6626-125e-40c5-b40c-adbb8a7ffddf", "Source": {"Id": "96c245b3-84a0-486e-a97b-f7cf6d592ef4", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "dd64bddb-9860-444a-b8c4-67fe8274ce7c", "PortNumber": null, "PortType": "Input", "HostId": "0a69ad69-69f8-4e14-b0e0-5213a9dea6af"}, "Vertices": [[1964.67, 1299.48, false], [1974.67, 1299.48, false], [1974.67, 1299.48, false], [2030.71, 1299.48, false]]}, {"Id": "87830413-26f1-4cad-8f58-a1320fb851aa", "Source": {"Id": "b346f9c6-29c8-4d5f-9ab3-fada5feedcaa", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a6ed8155-b307-4d16-b68e-38bd5e5206d0", "PortNumber": null, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Vertices": [[1288.11, 1408.09, false], [1278.11, 1408.09, false], [1278.11, 1408.09, false], [1200.77, 1408.09, false], [1200.77, 1959.14, true], [1278.27, 1959.14, false], [1278.27, 1959.14, false], [1288.27, 1959.14, false]]}, {"Id": "8fe1c468-a5f4-4efa-a4d7-6e6e2d48ca3b", "Source": {"Id": "45943a83-1b2b-41c6-ab80-0d64cd832421", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "883ad9e5-340e-4dd6-a860-d849ddd3b6b5", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1897.02, 1488.59, false], [1897.02, 1498.59, false], [1897.02, 1498.59, false], [1897.02, 1601.52, false], [1910.74, 1601.52, false], [1910.74, 1704.45, false], [1910.74, 1704.45, false], [1910.74, 1714.45, false]]}, {"Id": "9245f724-b011-48da-bc68-65456acb4231", "Source": {"Id": "05614dd7-a0eb-436a-b6f6-8b587a498503", "PortNumber": null, "PortType": "Output", "HostId": "d1b25e3e-8514-452b-89c7-aac9d964805f"}, "Target": {"Id": "4e5553f2-d2e2-4c04-88e8-321208465b87", "PortNumber": null, "PortType": "Input", "HostId": "249ddc31-c2fe-4c46-afb6-9cfbbbfd0f22"}, "Vertices": [[2367.77, 2029.47, false], [2377.77, 2029.47, false], [2377.77, 2029.47, false], [2379.01, 2029.47, false]]}, {"Id": "938d2412-28c9-483d-b1ea-34a6469d8f79", "Source": {"Id": "482d2e3f-ebc7-4364-bbb3-c0bf248eb86b", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a2b67793-7a07-4c7b-93ef-8ac855ac1585", "PortNumber": null, "PortType": "Input", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, "Vertices": [[1355.76, 1488.59, false], [1355.76, 1498.59, false], [1355.76, 1498.59, false], [1355.76, 1536.18, false], [1157.81, 1536.18, false], [1157.81, 1578.10, false], [1157.81, 1578.10, false], [1157.81, 1588.10, false]]}, {"Id": "9f541e81-4522-468d-a81f-e2e6cc967022", "Source": {"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "a37dd670-e1e4-4b59-885f-a79dd5a5ad2d", "PortNumber": null, "PortType": "Input", "HostId": "a338e655-df1b-4198-9a2f-5a0c25ba2bfe"}, "Vertices": [[1430.07, 1751.51, false], [1440.07, 1751.51, false], [1440.07, 1751.51, false], [1596.95, 1751.51, false], [1596.95, 2080.51, true], [1812.81, 2080.51, false], [1812.81, 2080.51, false], [1822.81, 2080.51, false]]}, {"Id": "9fd28645-9ff3-4002-9f37-9e40224a0400", "Source": {"Id": "4fc6d10f-8e76-4ca7-adaa-9204c39387f6", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "3faa4bd5-8d7c-48b3-8fdf-f72148d6e366", "PortNumber": null, "PortType": "Input", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Vertices": [[1491.08, 1488.59, false], [1491.08, 1498.59, false], [1491.08, 1498.59, false], [1491.08, 1538.06, false], [1468.91, 1538.06, false], [1468.91, 1538.06, false], [1458.91, 1538.06, false]]}, {"Id": "a2343c11-364f-4a62-aeaf-c9af89211c2e", "Source": {"Id": "45943a83-1b2b-41c6-ab80-0d64cd832421", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "601f6f0c-73b7-4b73-a28d-92c6afed2cfb", "PortNumber": null, "PortType": "Input", "HostId": "18baf74c-a7c5-4c29-8d5d-49773d7780f1"}, "Vertices": [[1897.02, 1488.59, false], [1897.02, 1498.59, false], [1897.02, 1498.59, false], [1897.02, 1524.09, false], [1991.41, 1524.09, false], [1991.41, 1524.09, false], [2001.41, 1524.09, false]]}, {"Id": "b5575cf9-ebab-4612-b14a-a34ab844af3a", "Source": {"Id": "a90f5420-8726-4f71-8ea8-c22bf0dff3ac", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "544cc629-98ea-46b7-92c3-83b8e6766f2f", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1626.39, 1488.59, false], [1626.39, 1498.59, false], [1626.39, 1498.59, false], [1626.39, 1699.69, false], [1440.07, 1699.69, false], [1440.07, 1699.69, false], [1430.07, 1699.69, false]]}, {"Id": "b7093591-444e-4e10-935e-968d8c44a9ac", "Source": {"Id": "038aab4d-a6f4-4687-9ce0-330bd5347ccc", "PortNumber": null, "PortType": "Output", "HostId": "34529f3f-26a4-40cb-90d4-c766025f0c6c"}, "Target": {"Id": "69df46f5-ce09-410c-99da-aec67465ee6d", "PortNumber": null, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Vertices": [[1698.59, 2280.63, false], [1708.59, 2280.63, false], [1708.59, 2280.63, false], [1756.77, 2280.63, false], [1756.77, 2244.55, false], [1756.77, 2244.55, false], [1756.77, 2234.55, false]]}, {"Id": "c3c698ea-7df8-49b7-b3e8-0660704acfeb", "Source": {"Id": "2ccb2f6d-0108-42c9-8341-7b82fa488b3c", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "dde5b890-3ce4-4fc1-bb52-19f960fae6e4", "PortNumber": null, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Vertices": [[1964.67, 1350.59, false], [1974.67, 1350.59, false], [1974.67, 1350.59, false], [2029.32, 1350.59, false], [2029.32, 1350.58, false], [2083.96, 1350.58, false], [2083.96, 1350.58, false], [2093.96, 1350.58, false]]}, {"Id": "c564c2b7-3241-4662-b000-b901a4eb03e9", "Source": {"Id": "3ba4730c-b071-49e0-9260-4f948ab6ea53", "PortNumber": null, "PortType": "Output", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Target": {"Id": "26fd673b-02ba-4fef-896e-32364fed1d20", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[2292.16, 1376.25, false], [2302.16, 1376.25, false], [2302.16, 1376.25, false], [2319.72, 1376.25, false], [2319.72, 1546.85, true], [1978.39, 1546.85, false], [1978.39, 1704.45, false], [1978.39, 1704.45, false], [1978.39, 1714.45, false]]}, {"Id": "c70a2224-f7d5-4810-91a4-c0a93cce37b1", "Source": {"Id": "87df1839-fdf6-4b51-ad0b-392c35e90dda", "PortNumber": null, "PortType": "Output", "HostId": "a430e91e-97ba-4133-9a64-6ead6931e641"}, "Target": {"Id": "cf5d7684-3715-4923-95e7-ef672fbe9ebc", "PortNumber": null, "PortType": "Input", "HostId": "e97a5281-0ada-454c-b1f3-b5efb6be8955"}, "Vertices": [[1698.59, 1999.24, false], [1708.59, 1999.24, false], [1708.59, 1999.24, false], [1822.81, 1999.24, false]]}, {"Id": "c9215cee-e438-4ab4-8858-3ec724bed721", "Source": {"Id": "521a38e2-4266-4be1-80a0-f1b4a52875d6", "PortNumber": null, "PortType": "Output", "HostId": "18cb10b2-404c-4a5e-9494-96acf237d664"}, "Target": {"Id": "7aa98fe0-a6ee-4191-951a-643dfeba4f26", "PortNumber": null, "PortType": "Input", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Vertices": [[1102.80, 1293.09, false], [1112.80, 1293.09, false], [1112.80, 1293.09, false], [1288.11, 1293.09, false]]}, {"Id": "cca31487-0b32-4148-a873-c72745970b12", "Source": {"Id": "6c11c4e8-19f2-40fb-9d73-bc4a63664043", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "4443b38b-de7c-4a28-80bc-cf32616b3d27", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1430.07, 1803.33, false], [1440.07, 1803.33, false], [1440.07, 1803.33, false], [1535.09, 1803.33, false], [1535.09, 1804.45, false], [1630.11, 1804.45, false], [1630.11, 1804.45, false], [1640.11, 1804.45, false]]}, {"Id": "d232d9c5-df65-469c-980a-89bb7e1a1e24", "Source": {"Id": "7104610d-c62e-4f33-ae75-ab5c6a523531", "PortNumber": null, "PortType": "Output", "HostId": "06afc145-f9e7-4248-8b96-ba0500bd5622"}, "Target": {"Id": "f9dcf2cf-fc41-46d9-8afa-d0a34daaff98", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1398.91, 1566.18, false], [1388.91, 1566.18, false], [1388.91, 1566.18, false], [1336.29, 1566.18, false], [1336.29, 1601.60, false], [1336.29, 1601.60, false], [1336.29, 1611.60, false]]}, {"Id": "d68c0267-a094-4bb8-9db9-fc730bbdbd1c", "Source": {"Id": "6c11c4e8-19f2-40fb-9d73-bc4a63664043", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "c5ce651a-9b89-4c42-833c-2a4eddb10d38", "PortNumber": null, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, "Vertices": [[1430.07, 1803.33, false], [1440.07, 1803.33, false], [1440.07, 1803.33, false], [1478.22, 1803.33, false], [1478.22, 2207.92, true], [1482.66, 2207.92, false]]}, {"Id": "d9fd11c9-f2b6-462b-a842-e73462a80bf3", "Source": {"Id": "e11dcf06-77ba-4863-adb9-4c8770664dac", "PortNumber": null, "PortType": "Output", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Target": {"Id": "ba8ae14f-1e77-4cbd-bcc4-d243d8b899de", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1430.07, 1751.51, false], [1440.07, 1751.51, false], [1440.07, 1751.51, false], [1640.11, 1751.51, false]]}, {"Id": "dd5938f1-f7fa-4fc5-9f1e-8105031edc10", "Source": {"Id": "44a3ae5b-85e9-4bc4-839c-3319f2377624", "PortNumber": null, "PortType": "Output", "HostId": "d6d43fb6-e8a5-457c-8340-95eb0dbc8172"}, "Target": {"Id": "db25f15d-0747-4d6c-8ddc-520099261883", "PortNumber": null, "PortType": "Input", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Vertices": [[1102.80, 1857.39, false], [1112.80, 1857.39, false], [1112.80, 1857.39, false], [1640.11, 1857.39, false]]}, {"Id": "e217680e-05ce-4403-b6ec-c78161389e29", "Source": {"Id": "ca09d08a-98d7-4b67-97d1-5e400eb2f907", "PortNumber": null, "PortType": "Output", "HostId": "9753fc1c-dd2f-40ec-8a74-a42f1f1ce872"}, "Target": {"Id": "7d8197b5-110f-4894-a5f8-5b96ce3ba097", "PortNumber": null, "PortType": "Input", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, "Vertices": [[1422.77, 2245.42, false], [1432.77, 2245.42, false], [1432.77, 2245.42, false], [1482.66, 2245.42, false]]}, {"Id": "e2ef781d-638c-4aa9-bde1-a630fcd6b4db", "Source": {"Id": "df6c3bfc-1a31-4dc0-8dac-200a66fb2620", "PortNumber": null, "PortType": "Output", "HostId": "14e02232-b7bd-4bfa-8e7e-c0d7c50bea78"}, "Target": {"Id": "f5a88c67-7e7e-46c5-b748-f37574114dc1", "PortNumber": null, "PortType": "Input", "HostId": "f59d037d-5343-452d-ba1c-2682831f0d50"}, "Vertices": [[2000.90, 2080.51, false], [2010.90, 2080.51, false], [2010.90, 2080.51, false], [2108.86, 2080.51, false]]}, {"Id": "e39edc90-35ec-4de8-8121-b55f2fcfaacf", "Source": {"Id": "abfbd87a-04d9-45b4-a562-6ea8b1d4dbbe", "PortNumber": null, "PortType": "Output", "HostId": "2333ade5-c3df-409e-b029-d1ce9e24d688"}, "Target": {"Id": "a2fe8d6e-7cee-4c45-8398-0724a26e2589", "PortNumber": null, "PortType": "Input", "HostId": "369b2f28-5ed4-4167-aae5-d6d0868eee47"}, "Vertices": [[1964.67, 1401.70, false], [1974.67, 1401.70, false], [1974.67, 1401.70, false], [2029.32, 1401.70, false], [2029.32, 1401.92, false], [2083.96, 1401.92, false], [2083.96, 1401.92, false], [2093.96, 1401.92, false]]}, {"Id": "e3be1f99-44ff-4f41-8aaa-4aa53f012066", "Source": {"Id": "ccc40c36-e64d-467c-bea2-8bcc7d4358d4", "PortNumber": null, "PortType": "Output", "HostId": "552d8a43-d4eb-4229-b6d7-8c7688c58e33"}, "Target": {"Id": "f90c5b3c-5d7b-474b-a3dd-80dd1daca004", "PortNumber": null, "PortType": "Input", "HostId": "6ad1cebf-c551-4183-86a0-698d0f73ebf6"}, "Vertices": [[1602.66, 2226.67, false], [1612.66, 2226.67, false], [1612.66, 2226.67, false], [1726.77, 2226.67, false]]}, {"Id": "e8d343f5-6100-431d-ab7b-9502d8a890ce", "Source": {"Id": "29ae94ea-2089-4c94-9915-7c48de6bafc7", "PortNumber": null, "PortType": "Output", "HostId": "4d8f3f6c-39f4-4941-b53f-47a301177400"}, "Target": {"Id": "ec4753ef-1401-4615-b128-540e4e5e9acd", "PortNumber": null, "PortType": "Input", "HostId": "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"}, "Vertices": [[1147.58, 1633.10, false], [1147.58, 1643.10, false], [1147.58, 1643.10, false], [1147.58, 1725.60, false], [1232.51, 1725.60, false], [1232.51, 1725.60, false], [1242.51, 1725.60, false]]}, {"Id": "f523faa3-c863-4f66-8b21-c8acce0c625a", "Source": {"Id": "d24eab0b-899a-49cb-b9d9-9f39eb18efa4", "PortNumber": null, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Target": {"Id": "26b5734b-8c72-41ec-ac6b-9a7893ea2d56", "PortNumber": null, "PortType": "Input", "HostId": "608a5e04-0e21-44a0-8790-1028226748d2"}, "Vertices": [[2046.05, 1751.51, false], [2056.05, 1751.51, false], [2056.05, 1751.51, false], [2379.02, 1751.51, false]]}, {"Id": "f6d86e79-cc1d-4037-b27b-165e1b86ac09", "Source": {"Id": "8fcf39fa-d286-4094-bd10-eb976bc01a4e", "PortNumber": null, "PortType": "Output", "HostId": "756f3edc-3e0b-4a33-8bc1-f6e16976e4c3"}, "Target": {"Id": "defe7b6c-0870-48df-8ba0-6296750b97d6", "PortNumber": null, "PortType": "Input", "HostId": "bf25e563-ea39-4cef-889b-c43dbe9ca962"}, "Vertices": [[2046.05, 1804.45, false], [2056.05, 1804.45, false], [2056.05, 1804.45, false], [2379.02, 1804.45, false]]}, {"Id": "fc30c330-38cd-404c-9170-be1a2b957a4e", "Source": {"Id": "a92b8450-aa64-474e-b79b-66752fab872b", "PortNumber": null, "PortType": "Output", "HostId": "31b6ad59-7ab7-4099-9e52-f7b6d0e2f313"}, "Target": {"Id": "15e2dff6-5eef-4993-9db8-3c55e826424e", "PortNumber": null, "PortType": "Input", "HostId": "c9d8418b-7a3c-48e6-bd3b-56cbaf1ead6d"}, "Vertices": [[1102.80, 2016.03, false], [1112.80, 2016.03, false], [1112.80, 2016.03, false], [1303.81, 2016.03, false], [1303.81, 1999.14, false], [1303.81, 1999.14, false], [1303.81, 1989.14, false]]}]], {"SelectedWaves": [{"SimArrayIndex": 4, "Id": ["00fea5b6-164a-4603-9093-fdb77cc38b2a", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 293, "Id": ["49e56492-bf25-45d0-b129-9d17f16a60e4", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 745, "Id": ["d13f86ae-68cf-4771-9f77-0e9ca8e51767", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 552, "Id": ["88a5c415-cf8a-4200-a4f1-6d634b671ace", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 194, "Id": ["2e5bcf8c-8636-4eae-9e49-73581644371b", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 523, "Id": ["81879d41-a13b-4fed-8d00-96aad8f92a72", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 764, "Id": ["daa20280-2cf6-4564-94d5-ec6f8ebb8ade", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 643, "Id": ["b5c670d7-88c0-4489-a5bf-24055e9e12ce", ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}], "Radix": "Hex", "WaveformColumnWidth": 893, "SelectedRams": null, "SelectedFRams": [], "WSConfig": {"LastClock": 2000, "FirstClock": 0, "FontSize": 15, "FontWeight": 500}, "ClkWidth": null, "Cursor": null, "LastClk": null, "DisplayedPortIds": null}, {"Form": "User", "Description": "EEP1 datapath"}, "2024-09-14T12:55:24.93+01:00"] } \ No newline at end of file diff --git a/static/demos/5eratosthenes/dpdecode.dgm b/static/demos/5eratosthenes/dpdecode.dgm index 4337d7a24..03db6840d 100644 --- a/static/demos/5eratosthenes/dpdecode.dgm +++ b/static/demos/5eratosthenes/dpdecode.dgm @@ -1 +1 @@ -{"NewCanvasWithFileWaveSheetInfoAndNewConns": [[[{"Id": "05050fea-35cf-4438-9497-bc07a151ca51", "Type": "MergeWires", "Label": "MW1", "InputPorts": [{"Id": "46e744a6-e64f-4972-820b-64c6c6b1da7a", "PortNumber": 0, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, {"Id": "692ec1ca-add4-4ac3-b692-655549a952e3", "PortNumber": 1, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}], "OutputPorts": [{"Id": "7835c989-e7a7-4130-902b-0ea27ed3d641", "PortNumber": 0, "PortType": "Output", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}], "X": 2881.71, "Y": 3355.04, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2916.35, "Y": 3340.19}, "W": 51.32, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"46e744a6-e64f-4972-820b-64c6c6b1da7a": "Left", "692ec1ca-add4-4ac3-b692-655549a952e3": "Left", "7835c989-e7a7-4130-902b-0ea27ed3d641": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["46e744a6-e64f-4972-820b-64c6c6b1da7a", "692ec1ca-add4-4ac3-b692-655549a952e3"], "Right": ["7835c989-e7a7-4130-902b-0ea27ed3d641"]}, "HScale": null, "VScale": null}}, {"Id": "0fe59778-0555-413b-90be-a7417e0ea0ab", "Type": {"GateN": ["or", 2] }, "Label": "G8", "InputPorts": [{"Id": "23dafa0c-ce18-4c93-8841-16fde3398383", "PortNumber": 0, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, {"Id": "44dd071b-b876-4615-92f9-911e6ffcb964", "PortNumber": 1, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}], "OutputPorts": [{"Id": "f7886b6e-8fee-4cf0-9edd-decf607fc6a0", "PortNumber": 0, "PortType": "Output", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}], "X": 2676.49, "Y": 1939.57, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"23dafa0c-ce18-4c93-8841-16fde3398383": "Left", "44dd071b-b876-4615-92f9-911e6ffcb964": "Left", "f7886b6e-8fee-4cf0-9edd-decf607fc6a0": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["23dafa0c-ce18-4c93-8841-16fde3398383", "44dd071b-b876-4615-92f9-911e6ffcb964"], "Right": ["f7886b6e-8fee-4cf0-9edd-decf607fc6a0"]}, "HScale": null, "VScale": null}}, {"Id": "0fed5c8a-2124-4eb8-8e9a-1d09495416b2", "Type": {"Output": 4}, "Label": "SCNT", "InputPorts": [{"Id": "1fe9c1f5-6379-4b3b-8029-22e9017b4394", "PortNumber": 0, "PortType": "Input", "HostId": "0fed5c8a-2124-4eb8-8e9a-1d09495416b2"}], "OutputPorts": [], "X": 3201.48, "Y": 3006.56, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1fe9c1f5-6379-4b3b-8029-22e9017b4394": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1fe9c1f5-6379-4b3b-8029-22e9017b4394"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "107792a9-b280-4ee1-8d51-5b28713587da", "Type": {"Output": 3}, "Label": "B", "InputPorts": [{"Id": "5b12ce63-946e-46f0-8ea2-0efa663042f6", "PortNumber": 0, "PortType": "Input", "HostId": "107792a9-b280-4ee1-8d51-5b28713587da"}], "OutputPorts": [], "X": 3201.48, "Y": 2720.96, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"5b12ce63-946e-46f0-8ea2-0efa663042f6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["5b12ce63-946e-46f0-8ea2-0efa663042f6"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "1179b53e-1752-4259-baf2-ff22003cbaf8", "Type": {"Output": 1}, "Label": "OP2SEL", "InputPorts": [{"Id": "40f721f9-b681-4d13-aad5-396a788dad62", "PortNumber": 0, "PortType": "Input", "HostId": "1179b53e-1752-4259-baf2-ff22003cbaf8"}], "OutputPorts": [], "X": 3201.48, "Y": 1560.13, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"40f721f9-b681-4d13-aad5-396a788dad62": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["40f721f9-b681-4d13-aad5-396a788dad62"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "12d80cae-178e-4d6d-b1e1-bc02146eb0be", "Type": {"BusSelection": [1, 4] }, "Label": "", "InputPorts": [{"Id": "7fc4f211-a11a-46b5-8497-6477cdf0e968", "PortNumber": 0, "PortType": "Input", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}], "OutputPorts": [{"Id": "d6979aaf-9e62-426b-a6e4-9af53ebab4b1", "PortNumber": 0, "PortType": "Output", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}], "X": 2772.70, "Y": 3108.44, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7fc4f211-a11a-46b5-8497-6477cdf0e968": "Left", "d6979aaf-9e62-426b-a6e4-9af53ebab4b1": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7fc4f211-a11a-46b5-8497-6477cdf0e968"], "Right": ["d6979aaf-9e62-426b-a6e4-9af53ebab4b1"]}, "HScale": null, "VScale": null}}, {"Id": "15a9c7aa-7ce9-4af1-bf8a-3d3e0f66ea5d", "Type": {"Output": 1}, "Label": "MEMLDR", "InputPorts": [{"Id": "e1a7cc18-82ef-4820-9461-6df1049e8a4e", "PortNumber": 0, "PortType": "Input", "HostId": "15a9c7aa-7ce9-4af1-bf8a-3d3e0f66ea5d"}], "OutputPorts": [], "X": 3201.48, "Y": 3585.36, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"e1a7cc18-82ef-4820-9461-6df1049e8a4e": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e1a7cc18-82ef-4820-9461-6df1049e8a4e"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "15b30dd3-da00-4a9e-9f29-826cddd6827b", "Type": {"BusSelection": [5, 0] }, "Label": "", "InputPorts": [{"Id": "d3038135-4c06-4065-baf2-a3ef96fc7bea", "PortNumber": 0, "PortType": "Input", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}], "OutputPorts": [{"Id": "b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc", "PortNumber": 0, "PortType": "Output", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}], "X": 2772.70, "Y": 3357.54, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc": "Right", "d3038135-4c06-4065-baf2-a3ef96fc7bea": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["d3038135-4c06-4065-baf2-a3ef96fc7bea"], "Right": ["b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc"]}, "HScale": null, "VScale": null}}, {"Id": "17e20566-9fd7-4354-ab31-c7c7fa8010d7", "Type": {"BusSelection": [3, 9] }, "Label": "", "InputPorts": [{"Id": "2340a17a-3702-4dc2-9be0-981096b192ec", "PortNumber": 0, "PortType": "Input", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}], "OutputPorts": [{"Id": "fe700786-05eb-4766-86d8-bd068d2ca56e", "PortNumber": 0, "PortType": "Output", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}], "X": 2891.20, "Y": 2653.96, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"2340a17a-3702-4dc2-9be0-981096b192ec": "Left", "fe700786-05eb-4766-86d8-bd068d2ca56e": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["2340a17a-3702-4dc2-9be0-981096b192ec"], "Right": ["fe700786-05eb-4766-86d8-bd068d2ca56e"]}, "HScale": null, "VScale": null}}, {"Id": "1b551d65-8798-4533-814f-7499c1b63c9b", "Type": "IOLabel", "Label": "ADC", "InputPorts": [{"Id": "35581bb7-2aaa-463b-b5e8-49d0fb5b411c", "PortNumber": 0, "PortType": "Input", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}], "OutputPorts": [{"Id": "1a6a8b45-848b-49d4-a6d2-2c5c44877f1d", "PortNumber": 0, "PortType": "Output", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}], "X": 2606.31, "Y": 1883.37, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"1a6a8b45-848b-49d4-a6d2-2c5c44877f1d": "Right", "35581bb7-2aaa-463b-b5e8-49d0fb5b411c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["35581bb7-2aaa-463b-b5e8-49d0fb5b411c"], "Right": ["1a6a8b45-848b-49d4-a6d2-2c5c44877f1d"]}, "HScale": null, "VScale": null}}, {"Id": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232", "Type": {"BusSelection": [1, 4] }, "Label": "", "InputPorts": [{"Id": "6c3aad15-6d33-48d6-a5ef-d7f285086bf8", "PortNumber": 0, "PortType": "Input", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}], "OutputPorts": [{"Id": "85ced1d8-da60-44b8-8891-908c29883e2a", "PortNumber": 0, "PortType": "Output", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}], "X": 2599.30, "Y": 3397.54, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6c3aad15-6d33-48d6-a5ef-d7f285086bf8": "Left", "85ced1d8-da60-44b8-8891-908c29883e2a": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6c3aad15-6d33-48d6-a5ef-d7f285086bf8"], "Right": ["85ced1d8-da60-44b8-8891-908c29883e2a"]}, "HScale": null, "VScale": null}}, {"Id": "1dc139d0-9d00-4c53-ac7f-e124e11f1530", "Type": {"BusSelection": [8, 8] }, "Label": "", "InputPorts": [{"Id": "63d90351-a55c-40ff-a49d-574fa1d86943", "PortNumber": 0, "PortType": "Input", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}], "OutputPorts": [{"Id": "670c22b8-3267-49aa-b45b-302827f302d8", "PortNumber": 0, "PortType": "Output", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}], "X": 2161.63, "Y": 2385.85, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"63d90351-a55c-40ff-a49d-574fa1d86943": "Left", "670c22b8-3267-49aa-b45b-302827f302d8": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["63d90351-a55c-40ff-a49d-574fa1d86943"], "Right": ["670c22b8-3267-49aa-b45b-302827f302d8"]}, "HScale": null, "VScale": null}}, {"Id": "1ddf5223-f03e-4090-9bbe-083301dd1bc2", "Type": {"BusSelection": [3, 12] }, "Label": "", "InputPorts": [{"Id": "ba97e4a6-c220-4db2-9460-02aecf501c2f", "PortNumber": 0, "PortType": "Input", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}], "OutputPorts": [{"Id": "4b7485f2-7021-408d-9926-465dd229ee62", "PortNumber": 0, "PortType": "Output", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}], "X": 2891.95, "Y": 2940.67, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"4b7485f2-7021-408d-9926-465dd229ee62": "Right", "ba97e4a6-c220-4db2-9460-02aecf501c2f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ba97e4a6-c220-4db2-9460-02aecf501c2f"], "Right": ["4b7485f2-7021-408d-9926-465dd229ee62"]}, "HScale": null, "VScale": null}}, {"Id": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65", "Type": {"BusSelection": [3, 12] }, "Label": "", "InputPorts": [{"Id": "6d3503fc-b8a4-45ba-954c-b7189ea6dec9", "PortNumber": 0, "PortType": "Input", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}], "OutputPorts": [{"Id": "96a7a38e-43e5-467b-a10e-fef4d9e41cf9", "PortNumber": 0, "PortType": "Output", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}], "X": 2161.63, "Y": 2298.26, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"6d3503fc-b8a4-45ba-954c-b7189ea6dec9": "Left", "96a7a38e-43e5-467b-a10e-fef4d9e41cf9": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6d3503fc-b8a4-45ba-954c-b7189ea6dec9"], "Right": ["96a7a38e-43e5-467b-a10e-fef4d9e41cf9"]}, "HScale": null, "VScale": null}}, {"Id": "24baed28-df37-434d-9650-1cfb3ba8657a", "Type": "IOLabel", "Label": "SUB", "InputPorts": [{"Id": "3c5e4989-0806-46e7-96a7-fad5c03efd3e", "PortNumber": 0, "PortType": "Input", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}], "OutputPorts": [{"Id": "09d539c3-bb1e-4f9e-ae82-9d2e2446d374", "PortNumber": 0, "PortType": "Output", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}], "X": 2606.31, "Y": 1826.22, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"09d539c3-bb1e-4f9e-ae82-9d2e2446d374": "Right", "3c5e4989-0806-46e7-96a7-fad5c03efd3e": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3c5e4989-0806-46e7-96a7-fad5c03efd3e"], "Right": ["09d539c3-bb1e-4f9e-ae82-9d2e2446d374"]}, "HScale": null, "VScale": null}}, {"Id": "2a1d767d-fc1a-4398-a6cd-a757091d0835", "Type": {"Output": 1}, "Label": "MEMSTR", "InputPorts": [{"Id": "00147fdd-03ca-4ea6-ad0b-1b056d2167aa", "PortNumber": 0, "PortType": "Input", "HostId": "2a1d767d-fc1a-4398-a6cd-a757091d0835"}], "OutputPorts": [], "X": 3201.48, "Y": 3667.83, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"00147fdd-03ca-4ea6-ad0b-1b056d2167aa": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["00147fdd-03ca-4ea6-ad0b-1b056d2167aa"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d", "Type": {"NbitSpreader": 8}, "Label": "S1", "InputPorts": [{"Id": "bc1a203d-6a77-48f1-a9c8-eb5901264dc1", "PortNumber": 0, "PortType": "Input", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}], "OutputPorts": [{"Id": "6c9cb928-1acd-4c51-b734-9224151ebe2c", "PortNumber": 0, "PortType": "Output", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}], "X": 2593.81, "Y": 3205.17, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2579.59, "Y": 3245.28}, "W": 33.57, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"6c9cb928-1acd-4c51-b734-9224151ebe2c": "Right", "bc1a203d-6a77-48f1-a9c8-eb5901264dc1": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["bc1a203d-6a77-48f1-a9c8-eb5901264dc1"], "Right": ["6c9cb928-1acd-4c51-b734-9224151ebe2c"]}, "HScale": null, "VScale": null}}, {"Id": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b", "Type": {"Input1": [16, null] }, "Label": "INS", "InputPorts": [], "OutputPorts": [{"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": 0, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}], "X": 1940.98, "Y": 2497.91, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"f09936ab-9e85-4500-9c5d-697809df0126": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["f09936ab-9e85-4500-9c5d-697809df0126"]}, "HScale": null, "VScale": null}}, {"Id": "3e75cc37-4395-4ee0-b216-5ac5598356fb", "Type": "IOLabel", "Label": "SBC", "InputPorts": [{"Id": "6d4cff57-bd4e-48f3-84c7-270ce76757e6", "PortNumber": 0, "PortType": "Input", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}], "OutputPorts": [{"Id": "3590e10d-212d-4de9-b744-618b61b3b7c4", "PortNumber": 0, "PortType": "Output", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}], "X": 2606.31, "Y": 1940.51, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"3590e10d-212d-4de9-b744-618b61b3b7c4": "Right", "6d4cff57-bd4e-48f3-84c7-270ce76757e6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6d4cff57-bd4e-48f3-84c7-270ce76757e6"], "Right": ["3590e10d-212d-4de9-b744-618b61b3b7c4"]}, "HScale": null, "VScale": null}}, {"Id": "4244fa48-a663-4a68-bf50-210b828f2ed4", "Type": {"BusCompare1": [8, 206, "0b11001110"] }, "Label": "EQ4", "InputPorts": [{"Id": "f8d2feea-80ca-4b60-94e2-106450cdd265", "PortNumber": 0, "PortType": "Input", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}], "OutputPorts": [{"Id": "d56b29ce-69f2-4667-8edf-d085239060a2", "PortNumber": 0, "PortType": "Output", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}], "X": 2340.85, "Y": 2378.35, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"d56b29ce-69f2-4667-8edf-d085239060a2": "Right", "f8d2feea-80ca-4b60-94e2-106450cdd265": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["f8d2feea-80ca-4b60-94e2-106450cdd265"], "Right": ["d56b29ce-69f2-4667-8edf-d085239060a2"]}, "HScale": null, "VScale": null}}, {"Id": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185", "Type": {"BusSelection": [1, 8] }, "Label": "", "InputPorts": [{"Id": "113b089f-990e-4d21-80a6-a665c2a717bf", "PortNumber": 0, "PortType": "Input", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}], "OutputPorts": [{"Id": "f73fa759-7da9-4361-8090-0dc47614784c", "PortNumber": 0, "PortType": "Output", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}], "X": 2824.91, "Y": 1553.57, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"113b089f-990e-4d21-80a6-a665c2a717bf": "Left", "f73fa759-7da9-4361-8090-0dc47614784c": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["113b089f-990e-4d21-80a6-a665c2a717bf"], "Right": ["f73fa759-7da9-4361-8090-0dc47614784c"]}, "HScale": null, "VScale": null}}, {"Id": "48098a09-0d0b-490d-8fcf-73b93c44ce51", "Type": "IOLabel", "Label": "SHIFT", "InputPorts": [{"Id": "ae1be88f-593d-4b49-ae35-4ea5aa865c30", "PortNumber": 0, "PortType": "Input", "HostId": "48098a09-0d0b-490d-8fcf-73b93c44ce51"}], "OutputPorts": [{"Id": "04320a85-7734-4067-99fd-9750b60e49c7", "PortNumber": 0, "PortType": "Output", "HostId": "48098a09-0d0b-490d-8fcf-73b93c44ce51"}], "X": 2606.31, "Y": 2111.94, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"04320a85-7734-4067-99fd-9750b60e49c7": "Right", "ae1be88f-593d-4b49-ae35-4ea5aa865c30": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ae1be88f-593d-4b49-ae35-4ea5aa865c30"], "Right": ["04320a85-7734-4067-99fd-9750b60e49c7"]}, "HScale": null, "VScale": null}}, {"Id": "48bb4771-2616-42f0-956e-d97c9b834760", "Type": {"GateN": ["and", 2] }, "Label": "G4", "InputPorts": [{"Id": "0f0fc89c-46b7-4765-b9ba-8aff3640beec", "PortNumber": 0, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, {"Id": "8465fa14-cdd6-4004-9519-38b45b755a19", "PortNumber": 1, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}], "OutputPorts": [{"Id": "cc662349-04e6-4bc6-acc0-5387dce44a44", "PortNumber": 0, "PortType": "Output", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}], "X": 2813.22, "Y": 2187.86, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0f0fc89c-46b7-4765-b9ba-8aff3640beec": "Left", "8465fa14-cdd6-4004-9519-38b45b755a19": "Left", "cc662349-04e6-4bc6-acc0-5387dce44a44": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["0f0fc89c-46b7-4765-b9ba-8aff3640beec", "8465fa14-cdd6-4004-9519-38b45b755a19"], "Right": ["cc662349-04e6-4bc6-acc0-5387dce44a44"]}, "HScale": null, "VScale": null}}, {"Id": "4c8851eb-d184-47a4-8af8-88f652b678aa", "Type": {"Output": 1}, "Label": "EXT", "InputPorts": [{"Id": "cc90741e-889b-4c4c-8ea0-0b9975526097", "PortNumber": 0, "PortType": "Input", "HostId": "4c8851eb-d184-47a4-8af8-88f652b678aa"}], "OutputPorts": [], "X": 3201.48, "Y": 2497.91, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"cc90741e-889b-4c4c-8ea0-0b9975526097": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["cc90741e-889b-4c4c-8ea0-0b9975526097"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "50ef6101-5e6d-42b1-83f9-3c6b9adec613", "Type": {"Output": 3}, "Label": "A", "InputPorts": [{"Id": "7e4628ea-2504-4971-ba53-bf64c5034ffd", "PortNumber": 0, "PortType": "Input", "HostId": "50ef6101-5e6d-42b1-83f9-3c6b9adec613"}], "OutputPorts": [], "X": 3201.48, "Y": 2646.46, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7e4628ea-2504-4971-ba53-bf64c5034ffd": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7e4628ea-2504-4971-ba53-bf64c5034ffd"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "57e203aa-6c84-4a60-98de-e943c485ae63", "Type": {"Output": 1}, "Label": "AD1SELC", "InputPorts": [{"Id": "7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5", "PortNumber": 0, "PortType": "Input", "HostId": "57e203aa-6c84-4a60-98de-e943c485ae63"}], "OutputPorts": [], "X": 3201.48, "Y": 1761.58, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "5d335709-7263-48af-aa5c-a6e21c8f790b", "Type": {"GateN": ["nor", 2] }, "Label": "G12", "InputPorts": [{"Id": "7b5f42ec-7468-4e9d-8f6c-4db72e42c37e", "PortNumber": 0, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, {"Id": "6cb738a0-3c93-4738-a13f-9ec1e3f89c76", "PortNumber": 1, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}], "OutputPorts": [{"Id": "bcfc24e8-3b6f-42fd-894d-473a0aa63aaf", "PortNumber": 0, "PortType": "Output", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}], "X": 3100.10, "Y": 1754.08, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"6cb738a0-3c93-4738-a13f-9ec1e3f89c76": "Left", "7b5f42ec-7468-4e9d-8f6c-4db72e42c37e": "Left", "bcfc24e8-3b6f-42fd-894d-473a0aa63aaf": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7b5f42ec-7468-4e9d-8f6c-4db72e42c37e", "6cb738a0-3c93-4738-a13f-9ec1e3f89c76"], "Right": ["bcfc24e8-3b6f-42fd-894d-473a0aa63aaf"]}, "HScale": null, "VScale": null}}, {"Id": "5f60695f-1dc5-4a98-90e1-ebb874a91861", "Type": "Not", "Label": "G14", "InputPorts": [{"Id": "8aaf81a9-4da3-481e-9261-d005d782ac2c", "PortNumber": 0, "PortType": "Input", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}], "OutputPorts": [{"Id": "9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3", "PortNumber": 0, "PortType": "Output", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}], "X": 2711.24, "Y": 1574.20, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2708.22, "Y": 1611.80}, "W": 44.24, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"8aaf81a9-4da3-481e-9261-d005d782ac2c": "Left", "9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["8aaf81a9-4da3-481e-9261-d005d782ac2c"], "Right": ["9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3"]}, "HScale": null, "VScale": null}}, {"Id": "5fb6cff5-12d8-4197-988f-836a1edfc6b9", "Type": "IOLabel", "Label": "LDR", "InputPorts": [{"Id": "52200887-b143-4a6e-9689-d4ccce047189", "PortNumber": 0, "PortType": "Input", "HostId": "5fb6cff5-12d8-4197-988f-836a1edfc6b9"}], "OutputPorts": [{"Id": "337379e1-2f61-43ec-b992-913128e2ba1a", "PortNumber": 0, "PortType": "Output", "HostId": "5fb6cff5-12d8-4197-988f-836a1edfc6b9"}], "X": 3034.76, "Y": 2344.50, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree90", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"337379e1-2f61-43ec-b992-913128e2ba1a": "Top", "52200887-b143-4a6e-9689-d4ccce047189": "Bottom"}, "PortOrder": {"Top": ["337379e1-2f61-43ec-b992-913128e2ba1a"], "Bottom": ["52200887-b143-4a6e-9689-d4ccce047189"], "Left": [], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "620ee9c3-4658-4cef-9925-4eb6c8735005", "Type": {"GateN": ["or", 2] }, "Label": "G2", "InputPorts": [{"Id": "bdb9365b-7994-4365-8ccf-c6b94516d93f", "PortNumber": 0, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, {"Id": "585934b9-6eeb-471e-a927-1b79564230e7", "PortNumber": 1, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}], "OutputPorts": [{"Id": "db1cf05a-69c8-4a2d-9094-0a06e5962727", "PortNumber": 0, "PortType": "Output", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}], "X": 2902.98, "Y": 2239.98, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"585934b9-6eeb-471e-a927-1b79564230e7": "Left", "bdb9365b-7994-4365-8ccf-c6b94516d93f": "Left", "db1cf05a-69c8-4a2d-9094-0a06e5962727": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["bdb9365b-7994-4365-8ccf-c6b94516d93f", "585934b9-6eeb-471e-a927-1b79564230e7"], "Right": ["db1cf05a-69c8-4a2d-9094-0a06e5962727"]}, "HScale": null, "VScale": null}}, {"Id": "711b53a4-170d-4de4-bacf-c8b27e80d1b1", "Type": {"Output": 3}, "Label": "ALUOPC", "InputPorts": [{"Id": "5e4a1f58-680e-4e9c-8fb3-bf635e8c7691", "PortNumber": 0, "PortType": "Input", "HostId": "711b53a4-170d-4de4-bacf-c8b27e80d1b1"}], "OutputPorts": [], "X": 3201.48, "Y": 2933.17, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"5e4a1f58-680e-4e9c-8fb3-bf635e8c7691": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["5e4a1f58-680e-4e9c-8fb3-bf635e8c7691"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "77c70836-eb03-43b8-95d8-25920f64d221", "Type": {"Output": 1}, "Label": "PCWRITE", "InputPorts": [{"Id": "976ace35-4d01-44cf-a7d7-b39c5c823994", "PortNumber": 0, "PortType": "Input", "HostId": "77c70836-eb03-43b8-95d8-25920f64d221"}], "OutputPorts": [], "X": 3201.48, "Y": 2378.35, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"976ace35-4d01-44cf-a7d7-b39c5c823994": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["976ace35-4d01-44cf-a7d7-b39c5c823994"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "7cdcf401-4473-4f3e-b58e-825fc94cc25d", "Type": "IOLabel", "Label": "MOV", "InputPorts": [{"Id": "7d068f92-f353-4c1f-8f1e-1395efdf5b1f", "PortNumber": 0, "PortType": "Input", "HostId": "7cdcf401-4473-4f3e-b58e-825fc94cc25d"}], "OutputPorts": [{"Id": "d8747e89-b80a-4dc3-b8d8-de6d8d819870", "PortNumber": 0, "PortType": "Output", "HostId": "7cdcf401-4473-4f3e-b58e-825fc94cc25d"}], "X": 2606.31, "Y": 1711.94, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"7d068f92-f353-4c1f-8f1e-1395efdf5b1f": "Left", "d8747e89-b80a-4dc3-b8d8-de6d8d819870": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7d068f92-f353-4c1f-8f1e-1395efdf5b1f"], "Right": ["d8747e89-b80a-4dc3-b8d8-de6d8d819870"]}, "HScale": null, "VScale": null}}, {"Id": "9312ebb6-09c0-4438-9c90-5576c91965e7", "Type": {"BusSelection": [3, 13] }, "Label": "", "InputPorts": [{"Id": "1e3ace0b-27be-4405-ab3a-6e0ca6cfc378", "PortNumber": 0, "PortType": "Input", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}], "OutputPorts": [{"Id": "332b9abb-fbd0-4f7a-b162-429175eff7ac", "PortNumber": 0, "PortType": "Output", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}], "X": 2788.33, "Y": 3592.86, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1e3ace0b-27be-4405-ab3a-6e0ca6cfc378": "Left", "332b9abb-fbd0-4f7a-b162-429175eff7ac": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1e3ace0b-27be-4405-ab3a-6e0ca6cfc378"], "Right": ["332b9abb-fbd0-4f7a-b162-429175eff7ac"]}, "HScale": null, "VScale": null}}, {"Id": "937c228d-641f-449a-97ab-d509e915aa7b", "Type": {"BusSelection": [8, 8] }, "Label": "", "InputPorts": [{"Id": "d9fa1f5c-8bc2-4743-93b4-ab93841642d4", "PortNumber": 0, "PortType": "Input", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}], "OutputPorts": [{"Id": "57462edc-c798-41da-a3f2-d37e45a2a30c", "PortNumber": 0, "PortType": "Output", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}], "X": 2788.33, "Y": 2505.41, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"57462edc-c798-41da-a3f2-d37e45a2a30c": "Right", "d9fa1f5c-8bc2-4743-93b4-ab93841642d4": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["d9fa1f5c-8bc2-4743-93b4-ab93841642d4"], "Right": ["57462edc-c798-41da-a3f2-d37e45a2a30c"]}, "HScale": null, "VScale": null}}, {"Id": "98493bd7-32de-4053-95ab-7c67af1bf4ee", "Type": {"BusSelection": [4, 0] }, "Label": "", "InputPorts": [{"Id": "3cf4031b-2868-41b0-9098-45a2a802a796", "PortNumber": 0, "PortType": "Input", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}], "OutputPorts": [{"Id": "2fc90ca7-f3ab-448e-aa1a-1473323c152c", "PortNumber": 0, "PortType": "Output", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}], "X": 2890.45, "Y": 3014.06, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"2fc90ca7-f3ab-448e-aa1a-1473323c152c": "Right", "3cf4031b-2868-41b0-9098-45a2a802a796": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3cf4031b-2868-41b0-9098-45a2a802a796"], "Right": ["2fc90ca7-f3ab-448e-aa1a-1473323c152c"]}, "HScale": null, "VScale": null}}, {"Id": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae", "Type": {"BusSelection": [8, 0] }, "Label": "", "InputPorts": [{"Id": "9cf6e242-7e84-436c-be75-2a2cf0f7869c", "PortNumber": 0, "PortType": "Input", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}], "OutputPorts": [{"Id": "8a3533cd-55bb-4323-93b4-2cd2debd0ad4", "PortNumber": 0, "PortType": "Output", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}], "X": 2772.70, "Y": 3187.67, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"8a3533cd-55bb-4323-93b4-2cd2debd0ad4": "Right", "9cf6e242-7e84-436c-be75-2a2cf0f7869c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["9cf6e242-7e84-436c-be75-2a2cf0f7869c"], "Right": ["8a3533cd-55bb-4323-93b4-2cd2debd0ad4"]}, "HScale": null, "VScale": null}}, {"Id": "9ce1972f-f53e-429a-a9ae-10e65e0841c2", "Type": {"GateN": ["or", 2] }, "Label": "G6", "InputPorts": [{"Id": "525161bc-2de7-4151-bcc2-980813782c9c", "PortNumber": 0, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, {"Id": "f91d42ce-8593-49ab-be97-642df0af4e8b", "PortNumber": 1, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}], "OutputPorts": [{"Id": "08772f5f-25a9-4c43-974a-d20fddfe09c1", "PortNumber": 0, "PortType": "Output", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}], "X": 2836.84, "Y": 1825.29, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"08772f5f-25a9-4c43-974a-d20fddfe09c1": "Right", "525161bc-2de7-4151-bcc2-980813782c9c": "Left", "f91d42ce-8593-49ab-be97-642df0af4e8b": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["525161bc-2de7-4151-bcc2-980813782c9c", "f91d42ce-8593-49ab-be97-642df0af4e8b"], "Right": ["08772f5f-25a9-4c43-974a-d20fddfe09c1"]}, "HScale": null, "VScale": null}}, {"Id": "9def0568-aadd-4f0a-989d-1f9bcdd94837", "Type": {"Output": 2}, "Label": "SHIFTOPC", "InputPorts": [{"Id": "f5414b3b-25f0-4837-85c6-52bbf5727df7", "PortNumber": 0, "PortType": "Input", "HostId": "9def0568-aadd-4f0a-989d-1f9bcdd94837"}], "OutputPorts": [], "X": 3201.48, "Y": 3080.94, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"f5414b3b-25f0-4837-85c6-52bbf5727df7": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["f5414b3b-25f0-4837-85c6-52bbf5727df7"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "9eb160db-16f8-40d5-bab9-dcb426e84981", "Type": "IOLabel", "Label": "LDR", "InputPorts": [{"Id": "fc2a8a6e-46d0-4cef-aab9-d44f60801e46", "PortNumber": 0, "PortType": "Input", "HostId": "9eb160db-16f8-40d5-bab9-dcb426e84981"}], "OutputPorts": [{"Id": "ead45d0c-8399-485c-91b1-b4517a66c1d8", "PortNumber": 0, "PortType": "Output", "HostId": "9eb160db-16f8-40d5-bab9-dcb426e84981"}], "X": 3034.76, "Y": 3496.80, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree90", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"ead45d0c-8399-485c-91b1-b4517a66c1d8": "Top", "fc2a8a6e-46d0-4cef-aab9-d44f60801e46": "Bottom"}, "PortOrder": {"Top": ["ead45d0c-8399-485c-91b1-b4517a66c1d8"], "Bottom": ["fc2a8a6e-46d0-4cef-aab9-d44f60801e46"], "Left": [], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "9ef62702-ea3f-46b1-806a-29a6e993331c", "Type": {"BusSelection": [1, 7] }, "Label": "", "InputPorts": [{"Id": "62f766b8-c5af-43ab-9a5c-a108aaddf8ee", "PortNumber": 0, "PortType": "Input", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}], "OutputPorts": [{"Id": "f9e5b701-d4d4-4086-9597-d678df2e2a00", "PortNumber": 0, "PortType": "Output", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}], "X": 2772.70, "Y": 3227.67, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"62f766b8-c5af-43ab-9a5c-a108aaddf8ee": "Left", "f9e5b701-d4d4-4086-9597-d678df2e2a00": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["62f766b8-c5af-43ab-9a5c-a108aaddf8ee"], "Right": ["f9e5b701-d4d4-4086-9597-d678df2e2a00"]}, "HScale": null, "VScale": null}}, {"Id": "a104e372-1553-454f-b7e2-88c73c9412a4", "Type": {"BusCompare1": [8, 208, "d0"] }, "Label": "EQ1", "InputPorts": [{"Id": "c6f778e9-042f-4f8a-9e25-2fb5a444a3cd", "PortNumber": 0, "PortType": "Input", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}], "OutputPorts": [{"Id": "69181305-42dc-483d-9aeb-db8e38ade284", "PortNumber": 0, "PortType": "Output", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}], "X": 2891.95, "Y": 2497.91, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"69181305-42dc-483d-9aeb-db8e38ade284": "Right", "c6f778e9-042f-4f8a-9e25-2fb5a444a3cd": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["c6f778e9-042f-4f8a-9e25-2fb5a444a3cd"], "Right": ["69181305-42dc-483d-9aeb-db8e38ade284"]}, "HScale": null, "VScale": null}}, {"Id": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e", "Type": {"BusSelection": [3, 2] }, "Label": "", "InputPorts": [{"Id": "773370cf-4a58-4b37-964c-7e9256768905", "PortNumber": 0, "PortType": "Input", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}], "OutputPorts": [{"Id": "f1b2f339-ecf9-4e03-9638-f76dd0cecbe9", "PortNumber": 0, "PortType": "Output", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}], "X": 2891.95, "Y": 2815.46, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"773370cf-4a58-4b37-964c-7e9256768905": "Left", "f1b2f339-ecf9-4e03-9638-f76dd0cecbe9": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["773370cf-4a58-4b37-964c-7e9256768905"], "Right": ["f1b2f339-ecf9-4e03-9638-f76dd0cecbe9"]}, "HScale": null, "VScale": null}}, {"Id": "a9fec5c1-1abd-48fa-87ef-dd8dcc57117a", "Type": {"Output": 16}, "Label": "IMMS8", "InputPorts": [{"Id": "93131611-ee2f-4722-895c-ca2d869ab425", "PortNumber": 0, "PortType": "Input", "HostId": "a9fec5c1-1abd-48fa-87ef-dd8dcc57117a"}], "OutputPorts": [], "X": 3201.48, "Y": 3200.17, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"93131611-ee2f-4722-895c-ca2d869ab425": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["93131611-ee2f-4722-895c-ca2d869ab425"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "ace7d9ed-fab5-488a-85d6-1e090d688150", "Type": {"GateN": ["or", 2] }, "Label": "G5", "InputPorts": [{"Id": "1ef2d5fa-1207-411e-8352-232402f2bdf2", "PortNumber": 0, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, {"Id": "49f0772d-7edf-4857-85ef-9d65bf26672e", "PortNumber": 1, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}], "OutputPorts": [{"Id": "0ff59a98-1ea5-43a2-8c69-1900af960a79", "PortNumber": 0, "PortType": "Output", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}], "X": 2935.77, "Y": 1768.14, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0ff59a98-1ea5-43a2-8c69-1900af960a79": "Right", "1ef2d5fa-1207-411e-8352-232402f2bdf2": "Left", "49f0772d-7edf-4857-85ef-9d65bf26672e": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1ef2d5fa-1207-411e-8352-232402f2bdf2", "49f0772d-7edf-4857-85ef-9d65bf26672e"], "Right": ["0ff59a98-1ea5-43a2-8c69-1900af960a79"]}, "HScale": null, "VScale": null}}, {"Id": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f", "Type": {"GateN": ["or", 2] }, "Label": "G10", "InputPorts": [{"Id": "daf9d85c-0ef2-42f3-b542-db2c29039807", "PortNumber": 0, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, {"Id": "9decd49c-fac1-428f-b512-b54bdd6a123a", "PortNumber": 1, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}], "OutputPorts": [{"Id": "8f47f99f-89b4-4a6b-ac6f-df6386986455", "PortNumber": 0, "PortType": "Output", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}], "X": 3089.57, "Y": 2254.04, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"8f47f99f-89b4-4a6b-ac6f-df6386986455": "Right", "9decd49c-fac1-428f-b512-b54bdd6a123a": "Left", "daf9d85c-0ef2-42f3-b542-db2c29039807": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["daf9d85c-0ef2-42f3-b542-db2c29039807", "9decd49c-fac1-428f-b512-b54bdd6a123a"], "Right": ["8f47f99f-89b4-4a6b-ac6f-df6386986455"]}, "HScale": null, "VScale": null}}, {"Id": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c", "Type": {"BusSelection": [1, 8] }, "Label": "", "InputPorts": [{"Id": "f7a372ef-af60-438c-b74d-9c1df2fb96ad", "PortNumber": 0, "PortType": "Input", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}], "OutputPorts": [{"Id": "3b7c30e5-0876-466f-8a9d-386c5ba9405e", "PortNumber": 0, "PortType": "Output", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}], "X": 2772.70, "Y": 3068.44, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"3b7c30e5-0876-466f-8a9d-386c5ba9405e": "Right", "f7a372ef-af60-438c-b74d-9c1df2fb96ad": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["f7a372ef-af60-438c-b74d-9c1df2fb96ad"], "Right": ["3b7c30e5-0876-466f-8a9d-386c5ba9405e"]}, "HScale": null, "VScale": null}}, {"Id": "b871813c-2bb2-4ff3-b2f4-1a4483136e36", "Type": {"GateN": ["and", 2] }, "Label": "G13", "InputPorts": [{"Id": "3951eb32-980f-49a4-9677-d16541d8007b", "PortNumber": 0, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, {"Id": "972f7933-f5b8-4982-9c17-278bee25d949", "PortNumber": 1, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}], "OutputPorts": [{"Id": "8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae", "PortNumber": 0, "PortType": "Output", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}], "X": 3060.20, "Y": 1552.63, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"3951eb32-980f-49a4-9677-d16541d8007b": "Left", "8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae": "Right", "972f7933-f5b8-4982-9c17-278bee25d949": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3951eb32-980f-49a4-9677-d16541d8007b", "972f7933-f5b8-4982-9c17-278bee25d949"], "Right": ["8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae"]}, "HScale": null, "VScale": null}}, {"Id": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2", "Type": "MergeWires", "Label": "MW2", "InputPorts": [{"Id": "93edba8f-7794-43bf-a529-892a9d361dd5", "PortNumber": 0, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, {"Id": "8c000ddd-faf2-4aea-b50e-45db0006d52d", "PortNumber": 1, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}], "OutputPorts": [{"Id": "6abf824e-52b7-49b1-9bcc-c71e308b4f6a", "PortNumber": 0, "PortType": "Output", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}], "X": 2881.71, "Y": 3065.94, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2925.44, "Y": 3110.79}, "W": 51.32, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree180", "flipped": true}, "ReversedInputPorts": null, "PortOrientation": {"6abf824e-52b7-49b1-9bcc-c71e308b4f6a": "Right", "8c000ddd-faf2-4aea-b50e-45db0006d52d": "Left", "93edba8f-7794-43bf-a529-892a9d361dd5": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["8c000ddd-faf2-4aea-b50e-45db0006d52d", "93edba8f-7794-43bf-a529-892a9d361dd5"], "Right": ["6abf824e-52b7-49b1-9bcc-c71e308b4f6a"]}, "HScale": null, "VScale": null}}, {"Id": "c0e22fcf-ea13-4654-90f3-230498c224b9", "Type": {"BusSelection": [1, 15] }, "Label": "", "InputPorts": [{"Id": "efd00ec6-4ee1-4f60-8d77-866f968ab16c", "PortNumber": 0, "PortType": "Input", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}], "OutputPorts": [{"Id": "791ced74-3146-4e27-a2e5-a876b091fe43", "PortNumber": 0, "PortType": "Output", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}], "X": 2161.63, "Y": 2216.92, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"791ced74-3146-4e27-a2e5-a876b091fe43": "Right", "efd00ec6-4ee1-4f60-8d77-866f968ab16c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["efd00ec6-4ee1-4f60-8d77-866f968ab16c"], "Right": ["791ced74-3146-4e27-a2e5-a876b091fe43"]}, "HScale": null, "VScale": null}}, {"Id": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb", "Type": "IOLabel", "Label": "CMP", "InputPorts": [{"Id": "1b6f8c81-e814-4d33-874d-519150a7f3d8", "PortNumber": 0, "PortType": "Input", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}], "OutputPorts": [{"Id": "252e9ce0-ae9c-4a9a-af1e-41fab308a9e3", "PortNumber": 0, "PortType": "Output", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}], "X": 2606.31, "Y": 2054.79, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"1b6f8c81-e814-4d33-874d-519150a7f3d8": "Left", "252e9ce0-ae9c-4a9a-af1e-41fab308a9e3": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1b6f8c81-e814-4d33-874d-519150a7f3d8"], "Right": ["252e9ce0-ae9c-4a9a-af1e-41fab308a9e3"]}, "HScale": null, "VScale": null}}, {"Id": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f", "Type": "IOLabel", "Label": "AND", "InputPorts": [{"Id": "3605b672-f7bd-4e6d-aa02-d62f7189da1f", "PortNumber": 0, "PortType": "Input", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}], "OutputPorts": [{"Id": "0ffb9cf8-5708-43b7-9015-5a6653b49e2d", "PortNumber": 0, "PortType": "Output", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}], "X": 2606.31, "Y": 1997.65, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0ffb9cf8-5708-43b7-9015-5a6653b49e2d": "Right", "3605b672-f7bd-4e6d-aa02-d62f7189da1f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3605b672-f7bd-4e6d-aa02-d62f7189da1f"], "Right": ["0ffb9cf8-5708-43b7-9015-5a6653b49e2d"]}, "HScale": null, "VScale": null}}, {"Id": "c666c255-5e6e-4b24-84bb-8268629228b0", "Type": {"Output": 1}, "Label": "WEN1", "InputPorts": [{"Id": "ac39406c-01d4-452e-9164-d0f93c516201", "PortNumber": 0, "PortType": "Input", "HostId": "c666c255-5e6e-4b24-84bb-8268629228b0"}], "OutputPorts": [], "X": 3201.48, "Y": 2261.54, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"ac39406c-01d4-452e-9164-d0f93c516201": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ac39406c-01d4-452e-9164-d0f93c516201"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "c7485104-bf28-4901-85a7-68b0366be124", "Type": "Not", "Label": "G1", "InputPorts": [{"Id": "ccbd8e07-04a8-494d-8d0f-9e602a47fd7a", "PortNumber": 0, "PortType": "Input", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}], "OutputPorts": [{"Id": "b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f", "PortNumber": 0, "PortType": "Output", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}], "X": 2337.05, "Y": 2209.42, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f": "Right", "ccbd8e07-04a8-494d-8d0f-9e602a47fd7a": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ccbd8e07-04a8-494d-8d0f-9e602a47fd7a"], "Right": ["b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f"]}, "HScale": null, "VScale": null}}, {"Id": "c93af048-749e-4503-9ff5-1a7274fc7d04", "Type": {"BusSelection": [3, 5] }, "Label": "", "InputPorts": [{"Id": "9b58cf19-3f1e-4bdc-95dc-76023137baaf", "PortNumber": 0, "PortType": "Input", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}], "OutputPorts": [{"Id": "a57491f4-875e-401f-a9c5-be55c314f1f4", "PortNumber": 0, "PortType": "Output", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}], "X": 2890.45, "Y": 2728.46, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"9b58cf19-3f1e-4bdc-95dc-76023137baaf": "Left", "a57491f4-875e-401f-a9c5-be55c314f1f4": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["9b58cf19-3f1e-4bdc-95dc-76023137baaf"], "Right": ["a57491f4-875e-401f-a9c5-be55c314f1f4"]}, "HScale": null, "VScale": null}}, {"Id": "ccb2bc23-d0e4-49ff-a4e6-31f0aefae7a0", "Type": {"Output": 16}, "Label": "IMMS5", "InputPorts": [{"Id": "5ba2af3a-e65c-40e9-8a9f-7e2763c3b656", "PortNumber": 0, "PortType": "Input", "HostId": "ccb2bc23-d0e4-49ff-a4e6-31f0aefae7a0"}], "OutputPorts": [], "X": 3201.48, "Y": 3370.04, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"5ba2af3a-e65c-40e9-8a9f-7e2763c3b656": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["5ba2af3a-e65c-40e9-8a9f-7e2763c3b656"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe", "Type": "MergeWires", "Label": "MW3", "InputPorts": [{"Id": "86da4d91-d53e-4f94-ad26-dffdebc9a56e", "PortNumber": 0, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, {"Id": "afc03ecc-76c5-45f1-a774-61718c329ab6", "PortNumber": 1, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}], "OutputPorts": [{"Id": "dc6842bf-ec84-4aca-9389-709fa5eaed3b", "PortNumber": 0, "PortType": "Output", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}], "X": 2881.71, "Y": 3185.17, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2919.38, "Y": 3233.96}, "W": 51.32, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"86da4d91-d53e-4f94-ad26-dffdebc9a56e": "Left", "afc03ecc-76c5-45f1-a774-61718c329ab6": "Left", "dc6842bf-ec84-4aca-9389-709fa5eaed3b": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["86da4d91-d53e-4f94-ad26-dffdebc9a56e", "afc03ecc-76c5-45f1-a774-61718c329ab6"], "Right": ["dc6842bf-ec84-4aca-9389-709fa5eaed3b"]}, "HScale": null, "VScale": null}}, {"Id": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8", "Type": "Not", "Label": "G11", "InputPorts": [{"Id": "3fdd4587-9024-46db-8d59-6d862b73b876", "PortNumber": 0, "PortType": "Input", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}], "OutputPorts": [{"Id": "f8c136a2-39d0-417a-b6dc-2be36754d32a", "PortNumber": 0, "PortType": "Output", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}], "X": 3016.62, "Y": 1775.64, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 3008.65, "Y": 1810.35}, "W": 40.96, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"3fdd4587-9024-46db-8d59-6d862b73b876": "Left", "f8c136a2-39d0-417a-b6dc-2be36754d32a": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3fdd4587-9024-46db-8d59-6d862b73b876"], "Right": ["f8c136a2-39d0-417a-b6dc-2be36754d32a"]}, "HScale": null, "VScale": null}}, {"Id": "d47fa2a2-f891-40c1-8e24-0592502e165d", "Type": {"Output": 3}, "Label": "C", "InputPorts": [{"Id": "fa34c048-45d3-4dbf-b589-60fa470d9372", "PortNumber": 0, "PortType": "Input", "HostId": "d47fa2a2-f891-40c1-8e24-0592502e165d"}], "OutputPorts": [], "X": 3201.48, "Y": 2807.96, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"fa34c048-45d3-4dbf-b589-60fa470d9372": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["fa34c048-45d3-4dbf-b589-60fa470d9372"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "dd9b975a-e267-4b01-914b-b90684f3836c", "Type": "Not", "Label": "G3", "InputPorts": [{"Id": "2ea6dcd0-839b-4743-a7f7-266292bc797f", "PortNumber": 0, "PortType": "Input", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}], "OutputPorts": [{"Id": "0664af6c-5d60-480f-9538-250d32c3f057", "PortNumber": 0, "PortType": "Output", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}], "X": 2751.23, "Y": 2146.37, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0664af6c-5d60-480f-9538-250d32c3f057": "Right", "2ea6dcd0-839b-4743-a7f7-266292bc797f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["2ea6dcd0-839b-4743-a7f7-266292bc797f"], "Right": ["0664af6c-5d60-480f-9538-250d32c3f057"]}, "HScale": null, "VScale": null}}, {"Id": "de75b718-5458-4ae9-8460-7538b2345a96", "Type": {"BusCompare1": [3, 4, "4"] }, "Label": "EQ2", "InputPorts": [{"Id": "4475055e-dd54-4d41-8ed8-56d822602ceb", "PortNumber": 0, "PortType": "Input", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}], "OutputPorts": [{"Id": "4d0b8584-338b-4af0-b55e-af4cec553f0a", "PortNumber": 0, "PortType": "Output", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}], "X": 2891.20, "Y": 3585.36, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"4475055e-dd54-4d41-8ed8-56d822602ceb": "Left", "4d0b8584-338b-4af0-b55e-af4cec553f0a": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["4475055e-dd54-4d41-8ed8-56d822602ceb"], "Right": ["4d0b8584-338b-4af0-b55e-af4cec553f0a"]}, "HScale": null, "VScale": null}}, {"Id": "e7205460-adda-462c-b12c-5d604b102240", "Type": {"GateN": ["or", 2] }, "Label": "G7", "InputPorts": [{"Id": "ca6505ca-8332-483d-b6b5-7361ed359b45", "PortNumber": 0, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, {"Id": "91ffab91-1a47-4b48-8255-5494804d419c", "PortNumber": 1, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}], "OutputPorts": [{"Id": "a56eb0b9-de84-49f0-a978-00d48dc7f1b4", "PortNumber": 0, "PortType": "Output", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}], "X": 2759.71, "Y": 1882.43, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"91ffab91-1a47-4b48-8255-5494804d419c": "Left", "a56eb0b9-de84-49f0-a978-00d48dc7f1b4": "Right", "ca6505ca-8332-483d-b6b5-7361ed359b45": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ca6505ca-8332-483d-b6b5-7361ed359b45", "91ffab91-1a47-4b48-8255-5494804d419c"], "Right": ["a56eb0b9-de84-49f0-a978-00d48dc7f1b4"]}, "HScale": null, "VScale": null}}, {"Id": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41", "Type": {"NbitSpreader": 11}, "Label": "S2", "InputPorts": [{"Id": "e211fa64-c242-4442-ac3c-7ec6b15a265c", "PortNumber": 0, "PortType": "Input", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}], "OutputPorts": [{"Id": "74ebfafb-801c-4034-8a2c-9c3810461744", "PortNumber": 0, "PortType": "Output", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}], "X": 2691.35, "Y": 3375.04, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2671.04, "Y": 3412.10}, "W": 33.57, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"74ebfafb-801c-4034-8a2c-9c3810461744": "Right", "e211fa64-c242-4442-ac3c-7ec6b15a265c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e211fa64-c242-4442-ac3c-7ec6b15a265c"], "Right": ["74ebfafb-801c-4034-8a2c-9c3810461744"]}, "HScale": null, "VScale": null}}, {"Id": "ec70a8ba-1612-487a-923b-fda21c844b3c", "Type": {"BusCompare1": [3, 5, "5"] }, "Label": "EQ3", "InputPorts": [{"Id": "44abe084-9789-4617-8446-faa395e92b3a", "PortNumber": 0, "PortType": "Input", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}], "OutputPorts": [{"Id": "d8269389-d4f7-476a-ba01-57dd8ac477bb", "PortNumber": 0, "PortType": "Output", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}], "X": 2890.45, "Y": 3667.83, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"44abe084-9789-4617-8446-faa395e92b3a": "Left", "d8269389-d4f7-476a-ba01-57dd8ac477bb": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["44abe084-9789-4617-8446-faa395e92b3a"], "Right": ["d8269389-d4f7-476a-ba01-57dd8ac477bb"]}, "HScale": null, "VScale": null}}, {"Id": "ee8f105d-1456-4159-8d08-1c2bf110bc3a", "Type": "Demux8", "Label": "DM1", "InputPorts": [{"Id": "1871a5a4-c209-45cb-b04a-d0f019820416", "PortNumber": 0, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "7381f85f-48bb-48a5-94fd-6e33a7569394", "PortNumber": 1, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}], "OutputPorts": [{"Id": "786ffaa1-5376-4ccd-97a0-599a2d285c6b", "PortNumber": 0, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "600d8a05-9ede-48a1-afba-2b13b191084d", "PortNumber": 1, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc", "PortNumber": 2, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "18917416-0e55-4d5b-ae28-a75adb4d0eb3", "PortNumber": 3, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "ac549395-5d40-4ace-92ca-0fa49292a0cf", "PortNumber": 4, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "512017c0-7512-41d8-b84b-889e04a2e482", "PortNumber": 5, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "43bdc700-3221-448f-a851-3bf5bfbc7403", "PortNumber": 6, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "4bb77ca2-a45d-4385-af3b-0398cf56be01", "PortNumber": 7, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}], "X": 2444.00, "Y": 1679.44, "H": 480, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"1871a5a4-c209-45cb-b04a-d0f019820416": "Left", "18917416-0e55-4d5b-ae28-a75adb4d0eb3": "Right", "43bdc700-3221-448f-a851-3bf5bfbc7403": "Right", "4bb77ca2-a45d-4385-af3b-0398cf56be01": "Right", "512017c0-7512-41d8-b84b-889e04a2e482": "Right", "600d8a05-9ede-48a1-afba-2b13b191084d": "Right", "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc": "Right", "7381f85f-48bb-48a5-94fd-6e33a7569394": "Bottom", "786ffaa1-5376-4ccd-97a0-599a2d285c6b": "Right", "ac549395-5d40-4ace-92ca-0fa49292a0cf": "Right"}, "PortOrder": {"Top": [], "Bottom": ["7381f85f-48bb-48a5-94fd-6e33a7569394"], "Left": ["1871a5a4-c209-45cb-b04a-d0f019820416"], "Right": ["4bb77ca2-a45d-4385-af3b-0398cf56be01", "43bdc700-3221-448f-a851-3bf5bfbc7403", "512017c0-7512-41d8-b84b-889e04a2e482", "ac549395-5d40-4ace-92ca-0fa49292a0cf", "18917416-0e55-4d5b-ae28-a75adb4d0eb3", "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc", "600d8a05-9ede-48a1-afba-2b13b191084d", "786ffaa1-5376-4ccd-97a0-599a2d285c6b"]}, "HScale": null, "VScale": null}}, {"Id": "f49dbf3f-1e14-435a-994a-9809c78e7eae", "Type": "IOLabel", "Label": "ADD", "InputPorts": [{"Id": "71cb3673-de2b-46ac-85bc-1f84970a9670", "PortNumber": 0, "PortType": "Input", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}], "OutputPorts": [{"Id": "12a898b8-c8dd-415b-8c1f-6091d3f112f3", "PortNumber": 0, "PortType": "Output", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}], "X": 2606.31, "Y": 1769.08, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"12a898b8-c8dd-415b-8c1f-6091d3f112f3": "Right", "71cb3673-de2b-46ac-85bc-1f84970a9670": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["71cb3673-de2b-46ac-85bc-1f84970a9670"], "Right": ["12a898b8-c8dd-415b-8c1f-6091d3f112f3"]}, "HScale": null, "VScale": null}}, {"Id": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1", "Type": "IOLabel", "Label": "JSR", "InputPorts": [{"Id": "17c0931b-6b81-4949-af7e-c4908354d828", "PortNumber": 0, "PortType": "Input", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}], "OutputPorts": [{"Id": "fde3e49b-b928-46ce-9dae-51d0642ab870", "PortNumber": 0, "PortType": "Output", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}], "X": 2459.56, "Y": 2385.85, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"17c0931b-6b81-4949-af7e-c4908354d828": "Left", "fde3e49b-b928-46ce-9dae-51d0642ab870": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["17c0931b-6b81-4949-af7e-c4908354d828"], "Right": ["fde3e49b-b928-46ce-9dae-51d0642ab870"]}, "HScale": null, "VScale": null}}], [{"Id": "00f5fc1c-bb3f-426e-a23e-35c6ef423af2", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "d3038135-4c06-4065-baf2-a3ef96fc7bea", "PortNumber": null, "PortType": "Input", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3365.04, true], [2762.70, 3365.04, false], [2762.70, 3365.04, false], [2772.70, 3365.04, false]]}, {"Id": "04cd82a1-7259-441e-8fdd-c3039809bfd2", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "62f766b8-c5af-43ab-9a5c-a108aaddf8ee", "PortNumber": null, "PortType": "Input", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3235.17, true], [2762.70, 3235.17, false], [2762.70, 3235.17, false], [2772.70, 3235.17, false]]}, {"Id": "0583a321-a22e-4208-904d-9cd26f8d9773", "Source": {"Id": "670c22b8-3267-49aa-b45b-302827f302d8", "PortNumber": null, "PortType": "Output", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}, "Target": {"Id": "f8d2feea-80ca-4b60-94e2-106450cdd265", "PortNumber": null, "PortType": "Input", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}, "Vertices": [[2221.63, 2393.35, false], [2231.63, 2393.35, false], [2231.63, 2393.35, false], [2281.24, 2393.35, false], [2281.24, 2393.35, false], [2330.85, 2393.35, false], [2330.85, 2393.35, false], [2340.85, 2393.35, false]]}, {"Id": "0d77e001-2e14-4112-9433-5d6e704a5162", "Source": {"Id": "7835c989-e7a7-4130-902b-0ea27ed3d641", "PortNumber": null, "PortType": "Output", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, "Target": {"Id": "5ba2af3a-e65c-40e9-8a9f-7e2763c3b656", "PortNumber": null, "PortType": "Input", "HostId": "ccb2bc23-d0e4-49ff-a4e6-31f0aefae7a0"}, "Vertices": [[2941.71, 3385.04, false], [2951.71, 3385.04, false], [2951.71, 3385.04, false], [3071.60, 3385.04, false], [3071.60, 3385.04, false], [3191.48, 3385.04, false], [3191.48, 3385.04, false], [3201.48, 3385.04, false]]}, {"Id": "0f4f2391-fc59-4ed8-ac86-67fb1f0e5ee8", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "3cf4031b-2868-41b0-9098-45a2a802a796", "PortNumber": null, "PortType": "Input", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3021.56, true], [2880.45, 3021.56, false], [2880.45, 3021.56, false], [2890.45, 3021.56, false]]}, {"Id": "124c0a0f-b95e-4da4-907c-f95e46b0c67f", "Source": {"Id": "332b9abb-fbd0-4f7a-b162-429175eff7ac", "PortNumber": null, "PortType": "Output", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}, "Target": {"Id": "4475055e-dd54-4d41-8ed8-56d822602ceb", "PortNumber": null, "PortType": "Input", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}, "Vertices": [[2848.33, 3600.36, false], [2858.33, 3600.36, false], [2858.33, 3600.36, false], [2869.77, 3600.36, false], [2869.77, 3600.36, false], [2881.20, 3600.36, false], [2881.20, 3600.36, false], [2891.20, 3600.36, false]]}, {"Id": "14e1efee-f9af-4533-b6f2-a8c6c4055d59", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "2340a17a-3702-4dc2-9be0-981096b192ec", "PortNumber": null, "PortType": "Input", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2735.96, true], [2843.57, 2735.96, true], [2843.57, 2661.46, true], [2881.20, 2661.46, false], [2881.20, 2661.46, false], [2891.20, 2661.46, false]]}, {"Id": "152000c2-ff53-40be-9428-2848b4b94938", "Source": {"Id": "96a7a38e-43e5-467b-a10e-fef4d9e41cf9", "PortNumber": null, "PortType": "Output", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}, "Target": {"Id": "7381f85f-48bb-48a5-94fd-6e33a7569394", "PortNumber": null, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Vertices": [[2221.63, 2305.76, false], [2231.63, 2305.76, false], [2231.63, 2305.76, false], [2474.00, 2305.76, false], [2474.00, 2159.94, false], [2474.00, 2159.94, false], [2474.00, 2149.94, false]]}, {"Id": "19f6b9dd-ca93-4a1e-9ace-05f2a098caaa", "Source": {"Id": "4b7485f2-7021-408d-9926-465dd229ee62", "PortNumber": null, "PortType": "Output", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}, "Target": {"Id": "5e4a1f58-680e-4e9c-8fb3-bf635e8c7691", "PortNumber": null, "PortType": "Input", "HostId": "711b53a4-170d-4de4-bacf-c8b27e80d1b1"}, "Vertices": [[2951.95, 2948.17, false], [2961.95, 2948.17, false], [2961.95, 2948.17, false], [3076.72, 2948.17, false], [3076.72, 2948.17, false], [3191.48, 2948.17, false], [3191.48, 2948.17, false], [3201.48, 2948.17, false]]}, {"Id": "1c568415-4816-4ddc-b486-5b2bde5b2a82", "Source": {"Id": "fde3e49b-b928-46ce-9dae-51d0642ab870", "PortNumber": null, "PortType": "Output", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}, "Target": {"Id": "976ace35-4d01-44cf-a7d7-b39c5c823994", "PortNumber": null, "PortType": "Input", "HostId": "77c70836-eb03-43b8-95d8-25920f64d221"}, "Vertices": [[2489.56, 2393.35, false], [2499.56, 2393.35, false], [2499.56, 2393.35, false], [2845.52, 2393.35, false], [2845.52, 2393.35, false], [3191.48, 2393.35, false], [3191.48, 2393.35, false], [3201.48, 2393.35, false]]}, {"Id": "1eb98893-73d1-433d-a819-9bac69b7c4ee", "Source": {"Id": "fe700786-05eb-4766-86d8-bd068d2ca56e", "PortNumber": null, "PortType": "Output", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}, "Target": {"Id": "7e4628ea-2504-4971-ba53-bf64c5034ffd", "PortNumber": null, "PortType": "Input", "HostId": "50ef6101-5e6d-42b1-83f9-3c6b9adec613"}, "Vertices": [[2951.20, 2661.46, false], [2961.20, 2661.46, false], [2961.20, 2661.46, false], [3076.34, 2661.46, false], [3076.34, 2661.46, false], [3191.48, 2661.46, false], [3191.48, 2661.46, false], [3201.48, 2661.46, false]]}, {"Id": "1f3f4232-69e1-4c33-a9cd-9ea70d55f5eb", "Source": {"Id": "fde3e49b-b928-46ce-9dae-51d0642ab870", "PortNumber": null, "PortType": "Output", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}, "Target": {"Id": "585934b9-6eeb-471e-a927-1b79564230e7", "PortNumber": null, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, "Vertices": [[2489.56, 2393.35, false], [2499.56, 2393.35, false], [2499.56, 2393.35, false], [2696.27, 2393.35, false], [2696.27, 2276.54, false], [2892.98, 2276.54, false], [2892.98, 2276.54, false], [2902.98, 2276.54, false]]}, {"Id": "303d777e-c953-45df-9fd9-82791b56eddb", "Source": {"Id": "4d0b8584-338b-4af0-b55e-af4cec553f0a", "PortNumber": null, "PortType": "Output", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}, "Target": {"Id": "fc2a8a6e-46d0-4cef-aab9-d44f60801e46", "PortNumber": null, "PortType": "Input", "HostId": "9eb160db-16f8-40d5-bab9-dcb426e84981"}, "Vertices": [[2951.20, 3600.36, false], [2961.20, 3600.36, false], [2961.20, 3600.36, false], [3042.26, 3600.36, false], [3042.26, 3536.80, false], [3042.26, 3536.80, false], [3042.26, 3526.80, false]]}, {"Id": "32461b4e-4ea6-4ac5-9c41-cfcfc7cf41d0", "Source": {"Id": "4d0b8584-338b-4af0-b55e-af4cec553f0a", "PortNumber": null, "PortType": "Output", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}, "Target": {"Id": "e1a7cc18-82ef-4820-9461-6df1049e8a4e", "PortNumber": null, "PortType": "Input", "HostId": "15a9c7aa-7ce9-4af1-bf8a-3d3e0f66ea5d"}, "Vertices": [[2951.20, 3600.36, false], [2961.20, 3600.36, false], [2961.20, 3600.36, false], [3076.34, 3600.36, false], [3076.34, 3600.36, false], [3191.48, 3600.36, false], [3191.48, 3600.36, false], [3201.48, 3600.36, false]]}, {"Id": "380f32f3-2a9c-4191-ae25-8c661347d317", "Source": {"Id": "6c9cb928-1acd-4c51-b734-9224151ebe2c", "PortNumber": null, "PortType": "Output", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}, "Target": {"Id": "afc03ecc-76c5-45f1-a774-61718c329ab6", "PortNumber": null, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, "Vertices": [[2653.81, 3235.17, false], [2683.81, 3235.17, false], [2683.81, 3253.92, false], [2865.38, 3253.92, false], [2865.38, 3235.17, false], [2881.71, 3235.17, false]]}, {"Id": "39e23d09-84b8-4f72-a34c-d9284a536de6", "Source": {"Id": "bcfc24e8-3b6f-42fd-894d-473a0aa63aaf", "PortNumber": null, "PortType": "Output", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, "Target": {"Id": "7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5", "PortNumber": null, "PortType": "Input", "HostId": "57e203aa-6c84-4a60-98de-e943c485ae63"}, "Vertices": [[3145.10, 1776.58, false], [3155.10, 1776.58, false], [3155.10, 1776.58, false], [3173.29, 1776.58, false], [3173.29, 1776.58, false], [3191.48, 1776.58, false], [3191.48, 1776.58, false], [3201.48, 1776.58, false]]}, {"Id": "3cda2ef2-574c-47db-a55b-3a4bc20e5052", "Source": {"Id": "f73fa759-7da9-4361-8090-0dc47614784c", "PortNumber": null, "PortType": "Output", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}, "Target": {"Id": "7b5f42ec-7468-4e9d-8f6c-4db72e42c37e", "PortNumber": null, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, "Vertices": [[2884.91, 1561.07, false], [2894.91, 1561.07, false], [2894.91, 1561.07, false], [2992.51, 1561.07, false], [2992.51, 1762.52, false], [3090.10, 1762.52, false], [3090.10, 1762.52, false], [3100.10, 1762.52, false]]}, {"Id": "3d4bcb3c-53f6-4422-b968-6c10978617ca", "Source": {"Id": "8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae", "PortNumber": null, "PortType": "Output", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, "Target": {"Id": "40f721f9-b681-4d13-aad5-396a788dad62", "PortNumber": null, "PortType": "Input", "HostId": "1179b53e-1752-4259-baf2-ff22003cbaf8"}, "Vertices": [[3105.20, 1575.13, false], [3115.20, 1575.13, false], [3115.20, 1575.13, false], [3153.34, 1575.13, false], [3153.34, 1575.13, false], [3191.48, 1575.13, false], [3191.48, 1575.13, false], [3201.48, 1575.13, false]]}, {"Id": "3f78babd-f453-4813-bf69-22986cf43205", "Source": {"Id": "85ced1d8-da60-44b8-8891-908c29883e2a", "PortNumber": null, "PortType": "Output", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}, "Target": {"Id": "e211fa64-c242-4442-ac3c-7ec6b15a265c", "PortNumber": null, "PortType": "Input", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}, "Vertices": [[2659.30, 3405.04, false], [2669.30, 3405.04, false], [2669.30, 3405.04, false], [2675.32, 3405.04, false], [2675.32, 3405.04, false], [2681.35, 3405.04, false], [2681.35, 3405.04, false], [2691.35, 3405.04, false]]}, {"Id": "4396023b-70d2-4256-82c7-97841a9947c4", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "f7a372ef-af60-438c-b74d-9c1df2fb96ad", "PortNumber": null, "PortType": "Input", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3115.94, true], [2740.31, 3115.94, true], [2740.31, 3075.94, true], [2762.70, 3075.94, false], [2762.70, 3075.94, false], [2772.70, 3075.94, false]]}, {"Id": "4ea46687-cc67-4e93-9050-3c7286654a06", "Source": {"Id": "09d539c3-bb1e-4f9e-ae82-9d2e2446d374", "PortNumber": null, "PortType": "Output", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}, "Target": {"Id": "525161bc-2de7-4151-bcc2-980813782c9c", "PortNumber": null, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, "Vertices": [[2636.31, 1833.72, false], [2646.31, 1833.72, false], [2646.31, 1833.72, false], [2736.58, 1833.72, false], [2736.58, 1833.72, false], [2826.84, 1833.72, false], [2826.84, 1833.72, false], [2836.84, 1833.72, false]]}, {"Id": "4ec628cb-cbf1-4f60-a930-45a9a353f91d", "Source": {"Id": "f1b2f339-ecf9-4e03-9638-f76dd0cecbe9", "PortNumber": null, "PortType": "Output", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}, "Target": {"Id": "fa34c048-45d3-4dbf-b589-60fa470d9372", "PortNumber": null, "PortType": "Input", "HostId": "d47fa2a2-f891-40c1-8e24-0592502e165d"}, "Vertices": [[2951.95, 2822.96, false], [2961.95, 2822.96, false], [2961.95, 2822.96, false], [3076.72, 2822.96, false], [3076.72, 2822.96, false], [3191.48, 2822.96, false], [3191.48, 2822.96, false], [3201.48, 2822.96, false]]}, {"Id": "5199af54-91b8-4cdf-a49e-7818c7470088", "Source": {"Id": "18917416-0e55-4d5b-ae28-a75adb4d0eb3", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "35581bb7-2aaa-463b-b5e8-49d0fb5b411c", "PortNumber": null, "PortType": "Input", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}, "Vertices": [[2504.00, 1890.87, false], [2514.00, 1890.87, false], [2514.00, 1890.87, false], [2555.16, 1890.87, false], [2555.16, 1890.87, false], [2596.31, 1890.87, false], [2596.31, 1890.87, false], [2606.31, 1890.87, false]]}, {"Id": "590376de-bbd2-408a-a4d9-f04914262568", "Source": {"Id": "b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc", "PortNumber": null, "PortType": "Output", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}, "Target": {"Id": "46e744a6-e64f-4972-820b-64c6c6b1da7a", "PortNumber": null, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, "Vertices": [[2832.70, 3365.04, false], [2842.70, 3365.04, false], [2842.70, 3365.04, false], [2857.21, 3365.04, false], [2857.21, 3365.04, false], [2871.71, 3365.04, false], [2871.71, 3365.04, false], [2881.71, 3365.04, false]]}, {"Id": "5d0c8658-8746-40cc-bf0b-3b97f11cd0bf", "Source": {"Id": "4bb77ca2-a45d-4385-af3b-0398cf56be01", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "8aaf81a9-4da3-481e-9261-d005d782ac2c", "PortNumber": null, "PortType": "Input", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}, "Vertices": [[2504.00, 2119.44, false], [2514.00, 2119.44, false], [2514.00, 2119.44, false], [2552.31, 2119.44, false], [2552.31, 1589.20, true], [2701.24, 1589.20, false], [2701.24, 1589.20, false], [2711.24, 1589.20, false]]}, {"Id": "660fb6de-9ded-4b09-9dc8-011629cf5ca3", "Source": {"Id": "8a3533cd-55bb-4323-93b4-2cd2debd0ad4", "PortNumber": null, "PortType": "Output", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}, "Target": {"Id": "86da4d91-d53e-4f94-ad26-dffdebc9a56e", "PortNumber": null, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, "Vertices": [[2832.70, 3195.17, false], [2842.70, 3195.17, false], [2842.70, 3195.17, false], [2857.21, 3195.17, false], [2857.21, 3195.17, false], [2871.71, 3195.17, false], [2871.71, 3195.17, false], [2881.71, 3195.17, false]]}, {"Id": "6d5c1589-b917-4485-bd8e-c3d09ed3c7f7", "Source": {"Id": "f9e5b701-d4d4-4086-9597-d678df2e2a00", "PortNumber": null, "PortType": "Output", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}, "Target": {"Id": "bc1a203d-6a77-48f1-a9c8-eb5901264dc1", "PortNumber": null, "PortType": "Input", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}, "Vertices": [[2832.70, 3235.17, false], [2842.70, 3235.17, false], [2842.70, 3235.17, false], [2849.04, 3235.17, false], [2849.04, 3295.17, false], [2583.81, 3295.17, false], [2583.81, 3235.17, false], [2593.81, 3235.17, false]]}, {"Id": "70375fec-31a6-4aea-a085-7a10fa4c7b52", "Source": {"Id": "252e9ce0-ae9c-4a9a-af1e-41fab308a9e3", "PortNumber": null, "PortType": "Output", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}, "Target": {"Id": "2ea6dcd0-839b-4743-a7f7-266292bc797f", "PortNumber": null, "PortType": "Input", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}, "Vertices": [[2636.31, 2062.29, false], [2646.31, 2062.29, false], [2646.31, 2062.29, false], [2693.77, 2062.29, false], [2693.77, 2161.37, false], [2741.23, 2161.37, false], [2741.23, 2161.37, false], [2751.23, 2161.37, false]]}, {"Id": "70f11a51-494a-4b9f-a7d5-cd64bea60937", "Source": {"Id": "43bdc700-3221-448f-a851-3bf5bfbc7403", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "1b6f8c81-e814-4d33-874d-519150a7f3d8", "PortNumber": null, "PortType": "Input", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}, "Vertices": [[2504.00, 2062.29, false], [2514.00, 2062.29, false], [2514.00, 2062.29, false], [2555.16, 2062.29, false], [2555.16, 2062.29, false], [2596.31, 2062.29, false], [2596.31, 2062.29, false], [2606.31, 2062.29, false]]}, {"Id": "726a7046-059c-4d1e-b247-c70001316f56", "Source": {"Id": "12a898b8-c8dd-415b-8c1f-6091d3f112f3", "PortNumber": null, "PortType": "Output", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}, "Target": {"Id": "1ef2d5fa-1207-411e-8352-232402f2bdf2", "PortNumber": null, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, "Vertices": [[2636.31, 1776.58, false], [2646.31, 1776.58, false], [2646.31, 1776.58, false], [2786.04, 1776.58, false], [2786.04, 1776.58, false], [2925.77, 1776.58, false], [2925.77, 1776.58, false], [2935.77, 1776.58, false]]}, {"Id": "75492025-ecfe-4f50-808f-be9da89859d7", "Source": {"Id": "08772f5f-25a9-4c43-974a-d20fddfe09c1", "PortNumber": null, "PortType": "Output", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, "Target": {"Id": "49f0772d-7edf-4857-85ef-9d65bf26672e", "PortNumber": null, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, "Vertices": [[2881.84, 1847.79, false], [2891.84, 1847.79, false], [2891.84, 1847.79, false], [2908.81, 1847.79, false], [2908.81, 1804.71, false], [2925.77, 1804.71, false], [2925.77, 1804.71, false], [2935.77, 1804.71, false]]}, {"Id": "77c2882d-e62f-4f42-b7a4-2d7c3911b721", "Source": {"Id": "dc6842bf-ec84-4aca-9389-709fa5eaed3b", "PortNumber": null, "PortType": "Output", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, "Target": {"Id": "93131611-ee2f-4722-895c-ca2d869ab425", "PortNumber": null, "PortType": "Input", "HostId": "a9fec5c1-1abd-48fa-87ef-dd8dcc57117a"}, "Vertices": [[2941.71, 3215.17, false], [2951.71, 3215.17, false], [2951.71, 3215.17, false], [3071.60, 3215.17, false], [3071.60, 3215.17, false], [3191.48, 3215.17, false], [3191.48, 3215.17, false], [3201.48, 3215.17, false]]}, {"Id": "7b893a57-cef5-438d-bc6b-5b2507c9fcea", "Source": {"Id": "2fc90ca7-f3ab-448e-aa1a-1473323c152c", "PortNumber": null, "PortType": "Output", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}, "Target": {"Id": "1fe9c1f5-6379-4b3b-8029-22e9017b4394", "PortNumber": null, "PortType": "Input", "HostId": "0fed5c8a-2124-4eb8-8e9a-1d09495416b2"}, "Vertices": [[2950.45, 3021.56, false], [2960.45, 3021.56, false], [2960.45, 3021.56, false], [3075.97, 3021.56, false], [3075.97, 3021.56, false], [3191.48, 3021.56, false], [3191.48, 3021.56, false], [3201.48, 3021.56, false]]}, {"Id": "7d79f96b-3bcb-4a8f-9621-f62c719c9188", "Source": {"Id": "f8c136a2-39d0-417a-b6dc-2be36754d32a", "PortNumber": null, "PortType": "Output", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}, "Target": {"Id": "6cb738a0-3c93-4738-a13f-9ec1e3f89c76", "PortNumber": null, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, "Vertices": [[3046.62, 1790.64, false], [3056.62, 1790.64, false], [3056.62, 1790.64, false], [3073.36, 1790.64, false], [3073.36, 1790.64, false], [3090.10, 1790.64, false], [3090.10, 1790.64, false], [3100.10, 1790.64, false]]}, {"Id": "7f6cc7f4-c8e1-4410-9fef-f35f453213e7", "Source": {"Id": "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "3c5e4989-0806-46e7-96a7-fad5c03efd3e", "PortNumber": null, "PortType": "Input", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}, "Vertices": [[2504.00, 1833.72, false], [2514.00, 1833.72, false], [2514.00, 1833.72, false], [2555.16, 1833.72, false], [2555.16, 1833.72, false], [2596.31, 1833.72, false], [2596.31, 1833.72, false], [2606.31, 1833.72, false]]}, {"Id": "81e8552f-7c6c-4363-bd04-f876ec20acbb", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "1e3ace0b-27be-4405-ab3a-6e0ca6cfc378", "PortNumber": null, "PortType": "Input", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3600.36, true], [2778.33, 3600.36, false], [2778.33, 3600.36, false], [2788.33, 3600.36, false]]}, {"Id": "8c0129f3-fccb-44ab-9f2f-62d2267f289b", "Source": {"Id": "337379e1-2f61-43ec-b992-913128e2ba1a", "PortNumber": null, "PortType": "Output", "HostId": "5fb6cff5-12d8-4197-988f-836a1edfc6b9"}, "Target": {"Id": "9decd49c-fac1-428f-b512-b54bdd6a123a", "PortNumber": null, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, "Vertices": [[3042.26, 2344.50, false], [3042.26, 2334.50, false], [3042.26, 2334.50, false], [3042.26, 2290.60, false], [3079.57, 2290.60, false], [3079.57, 2290.60, false], [3089.57, 2290.60, false]]}, {"Id": "8fffe7d0-de42-467b-81c8-6ad16901ee2b", "Source": {"Id": "0ff59a98-1ea5-43a2-8c69-1900af960a79", "PortNumber": null, "PortType": "Output", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, "Target": {"Id": "3fdd4587-9024-46db-8d59-6d862b73b876", "PortNumber": null, "PortType": "Input", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}, "Vertices": [[2980.77, 1790.64, false], [2990.77, 1790.64, false], [2990.77, 1790.64, false], [2998.69, 1790.64, false], [2998.69, 1790.64, false], [3006.62, 1790.64, false], [3006.62, 1790.64, false], [3016.62, 1790.64, false]]}, {"Id": "90cef6a8-9386-4de4-ae26-e26ef82ad0d4", "Source": {"Id": "f7886b6e-8fee-4cf0-9edd-decf607fc6a0", "PortNumber": null, "PortType": "Output", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, "Target": {"Id": "91ffab91-1a47-4b48-8255-5494804d419c", "PortNumber": null, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, "Vertices": [[2721.49, 1962.07, false], [2731.49, 1962.07, false], [2731.49, 1962.07, false], [2740.60, 1962.07, false], [2740.60, 1918.99, false], [2749.71, 1918.99, false], [2749.71, 1918.99, false], [2759.71, 1918.99, false]]}, {"Id": "9171371a-15dd-47d7-b126-122c440f266a", "Source": {"Id": "74ebfafb-801c-4034-8a2c-9c3810461744", "PortNumber": null, "PortType": "Output", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}, "Target": {"Id": "692ec1ca-add4-4ac3-b692-655549a952e3", "PortNumber": null, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, "Vertices": [[2751.35, 3405.04, false], [2761.35, 3405.04, false], [2761.35, 3405.04, false], [2816.53, 3405.04, false], [2816.53, 3405.04, false], [2871.71, 3405.04, false], [2871.71, 3405.04, false], [2881.71, 3405.04, false]]}, {"Id": "94f7df44-41fa-4c8f-8587-64877df75e57", "Source": {"Id": "3b7c30e5-0876-466f-8a9d-386c5ba9405e", "PortNumber": null, "PortType": "Output", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}, "Target": {"Id": "8c000ddd-faf2-4aea-b50e-45db0006d52d", "PortNumber": null, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, "Vertices": [[2832.70, 3075.94, false], [2842.70, 3075.94, false], [2842.70, 3075.94, false], [2857.21, 3075.94, false], [2857.21, 3075.94, false], [2871.71, 3075.94, false], [2871.71, 3075.94, false], [2881.71, 3075.94, false]]}, {"Id": "95e06315-db46-48d1-ace3-cbc3605ebcff", "Source": {"Id": "d56b29ce-69f2-4667-8edf-d085239060a2", "PortNumber": null, "PortType": "Output", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}, "Target": {"Id": "17c0931b-6b81-4949-af7e-c4908354d828", "PortNumber": null, "PortType": "Input", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}, "Vertices": [[2400.85, 2393.35, false], [2410.85, 2393.35, false], [2410.85, 2393.35, false], [2430.21, 2393.35, false], [2430.21, 2393.35, false], [2449.56, 2393.35, false], [2449.56, 2393.35, false], [2459.56, 2393.35, false]]}, {"Id": "9702f06e-5c00-4943-93c8-e86cc8f56a44", "Source": {"Id": "3590e10d-212d-4de9-b744-618b61b3b7c4", "PortNumber": null, "PortType": "Output", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}, "Target": {"Id": "23dafa0c-ce18-4c93-8841-16fde3398383", "PortNumber": null, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, "Vertices": [[2636.31, 1948.01, false], [2646.31, 1948.01, false], [2646.31, 1948.01, false], [2656.40, 1948.01, false], [2656.40, 1948.01, false], [2666.49, 1948.01, false], [2666.49, 1948.01, false], [2676.49, 1948.01, false]]}, {"Id": "98e523a6-7584-4d11-a261-9161a599d4b2", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "113b089f-990e-4d21-80a6-a665c2a717bf", "PortNumber": null, "PortType": "Input", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 1561.07, true], [2814.91, 1561.07, false], [2814.91, 1561.07, false], [2824.91, 1561.07, false]]}, {"Id": "9e5e64bd-a320-4312-87b2-f43bac94f6fd", "Source": {"Id": "8f47f99f-89b4-4a6b-ac6f-df6386986455", "PortNumber": null, "PortType": "Output", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, "Target": {"Id": "ac39406c-01d4-452e-9164-d0f93c516201", "PortNumber": null, "PortType": "Input", "HostId": "c666c255-5e6e-4b24-84bb-8268629228b0"}, "Vertices": [[3134.57, 2276.54, false], [3144.57, 2276.54, false], [3144.57, 2276.54, false], [3168.03, 2276.54, false], [3168.03, 2276.54, false], [3191.48, 2276.54, false], [3191.48, 2276.54, false], [3201.48, 2276.54, false]]}, {"Id": "9ed24920-8f2a-4162-9775-1c7a2df8e421", "Source": {"Id": "6abf824e-52b7-49b1-9bcc-c71e308b4f6a", "PortNumber": null, "PortType": "Output", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, "Target": {"Id": "f5414b3b-25f0-4837-85c6-52bbf5727df7", "PortNumber": null, "PortType": "Input", "HostId": "9def0568-aadd-4f0a-989d-1f9bcdd94837"}, "Vertices": [[2941.71, 3095.94, false], [2951.71, 3095.94, false], [2951.71, 3095.94, false], [3071.60, 3095.94, false], [3071.60, 3095.94, false], [3191.48, 3095.94, false], [3191.48, 3095.94, false], [3201.48, 3095.94, false]]}, {"Id": "a4393334-2dd6-4b97-b203-e26be10be997", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "6c3aad15-6d33-48d6-a5ef-d7f285086bf8", "PortNumber": null, "PortType": "Input", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3365.04, false], [2539.13, 3365.04, true], [2539.13, 3405.04, true], [2589.30, 3405.04, false], [2589.30, 3405.04, false], [2599.30, 3405.04, false]]}, {"Id": "a4f6435f-8811-4469-9cf0-217754fd0680", "Source": {"Id": "786ffaa1-5376-4ccd-97a0-599a2d285c6b", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "7d068f92-f353-4c1f-8f1e-1395efdf5b1f", "PortNumber": null, "PortType": "Input", "HostId": "7cdcf401-4473-4f3e-b58e-825fc94cc25d"}, "Vertices": [[2504.00, 1719.44, false], [2514.00, 1719.44, false], [2514.00, 1719.44, false], [2555.16, 1719.44, false], [2555.16, 1719.44, false], [2596.31, 1719.44, false], [2596.31, 1719.44, false], [2606.31, 1719.44, false]]}, {"Id": "a85776be-3a13-44fe-a6b5-9554717473d7", "Source": {"Id": "332b9abb-fbd0-4f7a-b162-429175eff7ac", "PortNumber": null, "PortType": "Output", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}, "Target": {"Id": "44abe084-9789-4617-8446-faa395e92b3a", "PortNumber": null, "PortType": "Input", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}, "Vertices": [[2848.33, 3600.36, false], [2858.33, 3600.36, false], [2858.33, 3600.36, false], [2869.39, 3600.36, false], [2869.39, 3682.83, false], [2880.45, 3682.83, false], [2880.45, 3682.83, false], [2890.45, 3682.83, false]]}, {"Id": "ab2ba755-8a9f-4886-8618-8ba5fb615771", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "773370cf-4a58-4b37-964c-7e9256768905", "PortNumber": null, "PortType": "Input", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2735.96, true], [2843.57, 2735.96, true], [2843.57, 2822.96, true], [2881.95, 2822.96, false], [2881.95, 2822.96, false], [2891.95, 2822.96, false]]}, {"Id": "abb8f27c-8150-4fbb-85fb-6b37f36ba0d4", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "d9fa1f5c-8bc2-4743-93b4-ab93841642d4", "PortNumber": null, "PortType": "Input", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2394.66, 2512.91, false], [2394.66, 2512.91, false], [2778.33, 2512.91, false], [2778.33, 2512.91, false], [2788.33, 2512.91, false]]}, {"Id": "bd05fe92-d2d8-4a8b-a27c-ae7a1d9d30a3", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "63d90351-a55c-40ff-a49d-574fa1d86943", "PortNumber": null, "PortType": "Input", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 2393.35, false], [2151.63, 2393.35, false], [2151.63, 2393.35, false], [2161.63, 2393.35, false]]}, {"Id": "bd41b2b1-a631-46e8-b1eb-21eec25f03d1", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "efd00ec6-4ee1-4f60-8d77-866f968ab16c", "PortNumber": null, "PortType": "Input", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 2224.42, false], [2151.63, 2224.42, false], [2151.63, 2224.42, false], [2161.63, 2224.42, false]]}, {"Id": "bf75773e-7bef-41c2-ac09-46fb26d6b446", "Source": {"Id": "57462edc-c798-41da-a3f2-d37e45a2a30c", "PortNumber": null, "PortType": "Output", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}, "Target": {"Id": "c6f778e9-042f-4f8a-9e25-2fb5a444a3cd", "PortNumber": null, "PortType": "Input", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}, "Vertices": [[2848.33, 2512.91, false], [2858.33, 2512.91, false], [2858.33, 2512.91, false], [2870.14, 2512.91, false], [2870.14, 2512.91, false], [2881.95, 2512.91, false], [2881.95, 2512.91, false], [2891.95, 2512.91, false]]}, {"Id": "c3650dfe-7c36-4d9f-b80c-fd06a27bc73e", "Source": {"Id": "b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f", "PortNumber": null, "PortType": "Output", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}, "Target": {"Id": "8465fa14-cdd6-4004-9519-38b45b755a19", "PortNumber": null, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, "Vertices": [[2367.05, 2224.42, false], [2377.05, 2224.42, false], [2377.05, 2224.42, false], [2590.14, 2224.42, false], [2590.14, 2224.42, false], [2803.22, 2224.42, false], [2803.22, 2224.42, false], [2813.22, 2224.42, false]]}, {"Id": "cc6e415d-be1a-405d-9928-09db991eb27b", "Source": {"Id": "4bb77ca2-a45d-4385-af3b-0398cf56be01", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "ae1be88f-593d-4b49-ae35-4ea5aa865c30", "PortNumber": null, "PortType": "Input", "HostId": "48098a09-0d0b-490d-8fcf-73b93c44ce51"}, "Vertices": [[2504.00, 2119.44, false], [2514.00, 2119.44, false], [2514.00, 2119.44, false], [2555.16, 2119.44, false], [2555.16, 2119.44, false], [2596.31, 2119.44, false], [2596.31, 2119.44, false], [2606.31, 2119.44, false]]}, {"Id": "cd69edf8-6654-48f7-af9e-5869a8df246b", "Source": {"Id": "b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f", "PortNumber": null, "PortType": "Output", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}, "Target": {"Id": "1871a5a4-c209-45cb-b04a-d0f019820416", "PortNumber": null, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Vertices": [[2367.05, 2224.42, false], [2377.05, 2224.42, false], [2377.05, 2224.42, false], [2405.53, 2224.42, false], [2405.53, 1919.44, false], [2434.00, 1919.44, false], [2434.00, 1919.44, false], [2444.00, 1919.44, false]]}, {"Id": "cdf2b46e-84cb-47ee-9d41-21eef80a7ff0", "Source": {"Id": "f73fa759-7da9-4361-8090-0dc47614784c", "PortNumber": null, "PortType": "Output", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}, "Target": {"Id": "3951eb32-980f-49a4-9677-d16541d8007b", "PortNumber": null, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, "Vertices": [[2884.91, 1561.07, false], [2894.91, 1561.07, false], [2894.91, 1561.07, false], [2972.55, 1561.07, false], [2972.55, 1561.07, false], [3050.20, 1561.07, false], [3050.20, 1561.07, false], [3060.20, 1561.07, false]]}, {"Id": "ce6a4a57-836e-4ef8-8975-104a81612bf0", "Source": {"Id": "d8269389-d4f7-476a-ba01-57dd8ac477bb", "PortNumber": null, "PortType": "Output", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}, "Target": {"Id": "00147fdd-03ca-4ea6-ad0b-1b056d2167aa", "PortNumber": null, "PortType": "Input", "HostId": "2a1d767d-fc1a-4398-a6cd-a757091d0835"}, "Vertices": [[2950.45, 3682.83, false], [2960.45, 3682.83, false], [2960.45, 3682.83, false], [3075.97, 3682.83, false], [3075.97, 3682.83, false], [3191.48, 3682.83, false], [3191.48, 3682.83, false], [3201.48, 3682.83, false]]}, {"Id": "d2ea70cd-d49e-4805-b370-e47c4330557f", "Source": {"Id": "600d8a05-9ede-48a1-afba-2b13b191084d", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "71cb3673-de2b-46ac-85bc-1f84970a9670", "PortNumber": null, "PortType": "Input", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}, "Vertices": [[2504.00, 1776.58, false], [2514.00, 1776.58, false], [2514.00, 1776.58, false], [2555.16, 1776.58, false], [2555.16, 1776.58, false], [2596.31, 1776.58, false], [2596.31, 1776.58, false], [2606.31, 1776.58, false]]}, {"Id": "d5619794-32c9-4af0-8908-19b9cc275da4", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "9b58cf19-3f1e-4bdc-95dc-76023137baaf", "PortNumber": null, "PortType": "Input", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2735.96, true], [2880.45, 2735.96, false], [2880.45, 2735.96, false], [2890.45, 2735.96, false]]}, {"Id": "d845b50c-ddb8-4e2d-958a-6c92661c8ad3", "Source": {"Id": "a56eb0b9-de84-49f0-a978-00d48dc7f1b4", "PortNumber": null, "PortType": "Output", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, "Target": {"Id": "f91d42ce-8593-49ab-be97-642df0af4e8b", "PortNumber": null, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, "Vertices": [[2804.71, 1904.93, false], [2814.71, 1904.93, false], [2814.71, 1904.93, false], [2820.78, 1904.93, false], [2820.78, 1861.85, false], [2826.84, 1861.85, false], [2826.84, 1861.85, false], [2836.84, 1861.85, false]]}, {"Id": "da037055-d570-4f4b-a8f1-c55c35e94646", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "ba97e4a6-c220-4db2-9460-02aecf501c2f", "PortNumber": null, "PortType": "Input", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2948.17, true], [2881.95, 2948.17, false], [2881.95, 2948.17, false], [2891.95, 2948.17, false]]}, {"Id": "db88ad9b-ea3c-42ba-bb10-5f7c0fecc51b", "Source": {"Id": "ac549395-5d40-4ace-92ca-0fa49292a0cf", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "6d4cff57-bd4e-48f3-84c7-270ce76757e6", "PortNumber": null, "PortType": "Input", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}, "Vertices": [[2504.00, 1948.01, false], [2514.00, 1948.01, false], [2514.00, 1948.01, false], [2555.16, 1948.01, false], [2555.16, 1948.01, false], [2596.31, 1948.01, false], [2596.31, 1948.01, false], [2606.31, 1948.01, false]]}, {"Id": "dc433b9d-accb-4308-98de-78ae3bdb7c05", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "9cf6e242-7e84-436c-be75-2a2cf0f7869c", "PortNumber": null, "PortType": "Input", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3235.17, true], [2539.13, 3235.17, true], [2539.13, 3195.17, true], [2762.70, 3195.17, false], [2762.70, 3195.17, false], [2772.70, 3195.17, false]]}, {"Id": "ddc951d1-fdda-42ec-8f7b-c03b1b86a288", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "7fc4f211-a11a-46b5-8497-6477cdf0e968", "PortNumber": null, "PortType": "Input", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3115.94, true], [2762.70, 3115.94, false], [2762.70, 3115.94, false], [2772.70, 3115.94, false]]}, {"Id": "e266954b-e8e6-4efd-8ee8-0865e8585109", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "6d3503fc-b8a4-45ba-954c-b7189ea6dec9", "PortNumber": null, "PortType": "Input", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 2305.76, false], [2151.63, 2305.76, false], [2151.63, 2305.76, false], [2161.63, 2305.76, false]]}, {"Id": "e5562822-c04d-4446-a417-9a3a459761aa", "Source": {"Id": "0ffb9cf8-5708-43b7-9015-5a6653b49e2d", "PortNumber": null, "PortType": "Output", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}, "Target": {"Id": "44dd071b-b876-4615-92f9-911e6ffcb964", "PortNumber": null, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, "Vertices": [[2636.31, 2005.15, false], [2646.31, 2005.15, false], [2646.31, 2005.15, false], [2656.40, 2005.15, false], [2656.40, 1976.13, false], [2666.49, 1976.13, false], [2666.49, 1976.13, false], [2676.49, 1976.13, false]]}, {"Id": "e932cdf3-3f5f-451e-8c77-649de64e7957", "Source": {"Id": "512017c0-7512-41d8-b84b-889e04a2e482", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "3605b672-f7bd-4e6d-aa02-d62f7189da1f", "PortNumber": null, "PortType": "Input", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}, "Vertices": [[2504.00, 2005.15, false], [2514.00, 2005.15, false], [2514.00, 2005.15, false], [2555.16, 2005.15, false], [2555.16, 2005.15, false], [2596.31, 2005.15, false], [2596.31, 2005.15, false], [2606.31, 2005.15, false]]}, {"Id": "eb5800fc-8b29-40b7-a25c-7798d5df4017", "Source": {"Id": "d6979aaf-9e62-426b-a6e4-9af53ebab4b1", "PortNumber": null, "PortType": "Output", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}, "Target": {"Id": "93edba8f-7794-43bf-a529-892a9d361dd5", "PortNumber": null, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, "Vertices": [[2832.70, 3115.94, false], [2842.70, 3115.94, false], [2842.70, 3115.94, false], [2857.21, 3115.94, false], [2857.21, 3115.94, false], [2871.71, 3115.94, false], [2871.71, 3115.94, false], [2881.71, 3115.94, false]]}, {"Id": "ed3765b3-3102-47c1-8495-3ebdb7f6318a", "Source": {"Id": "9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3", "PortNumber": null, "PortType": "Output", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}, "Target": {"Id": "972f7933-f5b8-4982-9c17-278bee25d949", "PortNumber": null, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, "Vertices": [[2741.24, 1589.20, false], [2751.24, 1589.20, false], [2751.24, 1589.20, false], [2900.72, 1589.20, false], [2900.72, 1589.20, false], [3050.20, 1589.20, false], [3050.20, 1589.20, false], [3060.20, 1589.20, false]]}, {"Id": "edf1d177-73d4-4046-be0c-ecbd11885e7a", "Source": {"Id": "db1cf05a-69c8-4a2d-9094-0a06e5962727", "PortNumber": null, "PortType": "Output", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, "Target": {"Id": "daf9d85c-0ef2-42f3-b542-db2c29039807", "PortNumber": null, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, "Vertices": [[2947.98, 2262.48, false], [2957.98, 2262.48, false], [2957.98, 2262.48, false], [3018.77, 2262.48, false], [3018.77, 2262.48, false], [3079.57, 2262.48, false], [3079.57, 2262.48, false], [3089.57, 2262.48, false]]}, {"Id": "f2d7d4f0-2283-4cc5-bb76-41125a793f32", "Source": {"Id": "cc662349-04e6-4bc6-acc0-5387dce44a44", "PortNumber": null, "PortType": "Output", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, "Target": {"Id": "bdb9365b-7994-4365-8ccf-c6b94516d93f", "PortNumber": null, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, "Vertices": [[2858.22, 2210.36, false], [2868.22, 2210.36, false], [2868.22, 2210.36, false], [2880.60, 2210.36, false], [2880.60, 2248.41, false], [2892.98, 2248.41, false], [2892.98, 2248.41, false], [2902.98, 2248.41, false]]}, {"Id": "f6d10441-1b3a-4641-aa4d-e012861ee563", "Source": {"Id": "791ced74-3146-4e27-a2e5-a876b091fe43", "PortNumber": null, "PortType": "Output", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}, "Target": {"Id": "ccbd8e07-04a8-494d-8d0f-9e602a47fd7a", "PortNumber": null, "PortType": "Input", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}, "Vertices": [[2221.63, 2224.42, false], [2231.63, 2224.42, false], [2231.63, 2224.42, false], [2279.34, 2224.42, false], [2279.34, 2224.42, false], [2327.05, 2224.42, false], [2327.05, 2224.42, false], [2337.05, 2224.42, false]]}, {"Id": "f790a358-f8d2-4b2a-af22-d3e4dfa79b74", "Source": {"Id": "1a6a8b45-848b-49d4-a6d2-2c5c44877f1d", "PortNumber": null, "PortType": "Output", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}, "Target": {"Id": "ca6505ca-8332-483d-b6b5-7361ed359b45", "PortNumber": null, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, "Vertices": [[2636.31, 1890.87, false], [2646.31, 1890.87, false], [2646.31, 1890.87, false], [2698.01, 1890.87, false], [2698.01, 1890.87, false], [2749.71, 1890.87, false], [2749.71, 1890.87, false], [2759.71, 1890.87, false]]}, {"Id": "fa33ba3e-6e31-44eb-aff9-a80286591fd0", "Source": {"Id": "a57491f4-875e-401f-a9c5-be55c314f1f4", "PortNumber": null, "PortType": "Output", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}, "Target": {"Id": "5b12ce63-946e-46f0-8ea2-0efa663042f6", "PortNumber": null, "PortType": "Input", "HostId": "107792a9-b280-4ee1-8d51-5b28713587da"}, "Vertices": [[2950.45, 2735.96, false], [2960.45, 2735.96, false], [2960.45, 2735.96, false], [3075.97, 2735.96, false], [3075.97, 2735.96, false], [3191.48, 2735.96, false], [3191.48, 2735.96, false], [3201.48, 2735.96, false]]}, {"Id": "faa13851-01d3-4ff3-95ae-384277656b6f", "Source": {"Id": "0664af6c-5d60-480f-9538-250d32c3f057", "PortNumber": null, "PortType": "Output", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}, "Target": {"Id": "0f0fc89c-46b7-4765-b9ba-8aff3640beec", "PortNumber": null, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, "Vertices": [[2781.23, 2161.37, false], [2791.23, 2161.37, false], [2791.23, 2161.37, false], [2797.23, 2161.37, false], [2797.23, 2196.30, false], [2803.22, 2196.30, false], [2803.22, 2196.30, false], [2813.22, 2196.30, false]]}, {"Id": "ff9c9041-baa3-48cc-8a2b-968175c8c015", "Source": {"Id": "69181305-42dc-483d-9aeb-db8e38ade284", "PortNumber": null, "PortType": "Output", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}, "Target": {"Id": "cc90741e-889b-4c4c-8ea0-0b9975526097", "PortNumber": null, "PortType": "Input", "HostId": "4c8851eb-d184-47a4-8af8-88f652b678aa"}, "Vertices": [[2951.95, 2512.91, false], [2961.95, 2512.91, false], [2961.95, 2512.91, false], [3076.72, 2512.91, false], [3076.72, 2512.91, false], [3191.48, 2512.91, false], [3191.48, 2512.91, false], [3201.48, 2512.91, false]]}]], {"SelectedWaves": [{"SimArrayIndex": 381, "Id": ["49e56492-bf25-45d0-b129-9d17f16a60e4", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 974, "Id": ["d13f86ae-68cf-4771-9f77-0e9ca8e51767", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 6, "Id": ["00fea5b6-164a-4603-9093-fdb77cc38b2a", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 721, "Id": ["88a5c415-cf8a-4200-a4f1-6d634b671ace", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 254, "Id": ["2e5bcf8c-8636-4eae-9e49-73581644371b", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 687, "Id": ["81879d41-a13b-4fed-8d00-96aad8f92a72", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 999, "Id": ["daa20280-2cf6-4564-94d5-ec6f8ebb8ade", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 834, "Id": ["b5c670d7-88c0-4489-a5bf-24055e9e12ce", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 539, "Id": ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951"]], "PortType": "Input", "PortNumber": 0}, {"SimArrayIndex": 528, "Id": ["61ee37ae-9e96-45ea-b9a5-67119bbdf76f", ["38891fad-c882-4326-a855-f57358ff309e"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 293, "Id": ["2333ade5-c3df-409e-b029-d1ce9e24d688", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951"]], "PortType": "Input", "PortNumber": 0}], "Radix": "Hex", "WaveformColumnWidth": 81, "ShownCycles": 1, "SelectedRams": null, "SelectedFRams": [], "ClkWidth": null, "Cursor": null, "LastClk": null, "DisplayedPortIds": null}, {"Form": "User", "Description": "Logic decoding all datapath control signals from the current instruction (INS)."}, "2023-08-29T00:22:41.49+01:00"] } \ No newline at end of file +{"NewCanvasWithFileWaveSheetInfoAndNewConns": [[[{"Id": "05050fea-35cf-4438-9497-bc07a151ca51", "Type": "MergeWires", "Label": "MW1", "InputPorts": [{"Id": "46e744a6-e64f-4972-820b-64c6c6b1da7a", "PortNumber": 0, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, {"Id": "692ec1ca-add4-4ac3-b692-655549a952e3", "PortNumber": 1, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}], "OutputPorts": [{"Id": "7835c989-e7a7-4130-902b-0ea27ed3d641", "PortNumber": 0, "PortType": "Output", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}], "X": 2881.71, "Y": 3355.04, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2916.35, "Y": 3340.2}, "W": 51.32, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"46e744a6-e64f-4972-820b-64c6c6b1da7a": "Left", "692ec1ca-add4-4ac3-b692-655549a952e3": "Left", "7835c989-e7a7-4130-902b-0ea27ed3d641": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["46e744a6-e64f-4972-820b-64c6c6b1da7a", "692ec1ca-add4-4ac3-b692-655549a952e3"], "Right": ["7835c989-e7a7-4130-902b-0ea27ed3d641"]}, "HScale": null, "VScale": null}}, {"Id": "0fe59778-0555-413b-90be-a7417e0ea0ab", "Type": {"GateN": ["or", 2] }, "Label": "G8", "InputPorts": [{"Id": "23dafa0c-ce18-4c93-8841-16fde3398383", "PortNumber": 0, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, {"Id": "44dd071b-b876-4615-92f9-911e6ffcb964", "PortNumber": 1, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}], "OutputPorts": [{"Id": "f7886b6e-8fee-4cf0-9edd-decf607fc6a0", "PortNumber": 0, "PortType": "Output", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}], "X": 2676.49, "Y": 1939.57, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"23dafa0c-ce18-4c93-8841-16fde3398383": "Left", "44dd071b-b876-4615-92f9-911e6ffcb964": "Left", "f7886b6e-8fee-4cf0-9edd-decf607fc6a0": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["23dafa0c-ce18-4c93-8841-16fde3398383", "44dd071b-b876-4615-92f9-911e6ffcb964"], "Right": ["f7886b6e-8fee-4cf0-9edd-decf607fc6a0"]}, "HScale": null, "VScale": null}}, {"Id": "0fed5c8a-2124-4eb8-8e9a-1d09495416b2", "Type": {"Output": 4}, "Label": "SCNT", "InputPorts": [{"Id": "1fe9c1f5-6379-4b3b-8029-22e9017b4394", "PortNumber": 0, "PortType": "Input", "HostId": "0fed5c8a-2124-4eb8-8e9a-1d09495416b2"}], "OutputPorts": [], "X": 3201.48, "Y": 3006.56, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1fe9c1f5-6379-4b3b-8029-22e9017b4394": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1fe9c1f5-6379-4b3b-8029-22e9017b4394"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "107792a9-b280-4ee1-8d51-5b28713587da", "Type": {"Output": 3}, "Label": "B", "InputPorts": [{"Id": "5b12ce63-946e-46f0-8ea2-0efa663042f6", "PortNumber": 0, "PortType": "Input", "HostId": "107792a9-b280-4ee1-8d51-5b28713587da"}], "OutputPorts": [], "X": 3201.48, "Y": 2720.97, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"5b12ce63-946e-46f0-8ea2-0efa663042f6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["5b12ce63-946e-46f0-8ea2-0efa663042f6"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "1179b53e-1752-4259-baf2-ff22003cbaf8", "Type": {"Output": 1}, "Label": "OP2SEL", "InputPorts": [{"Id": "40f721f9-b681-4d13-aad5-396a788dad62", "PortNumber": 0, "PortType": "Input", "HostId": "1179b53e-1752-4259-baf2-ff22003cbaf8"}], "OutputPorts": [], "X": 3201.48, "Y": 1560.13, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"40f721f9-b681-4d13-aad5-396a788dad62": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["40f721f9-b681-4d13-aad5-396a788dad62"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "12d80cae-178e-4d6d-b1e1-bc02146eb0be", "Type": {"BusSelection": [1, 4] }, "Label": "", "InputPorts": [{"Id": "7fc4f211-a11a-46b5-8497-6477cdf0e968", "PortNumber": 0, "PortType": "Input", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}], "OutputPorts": [{"Id": "d6979aaf-9e62-426b-a6e4-9af53ebab4b1", "PortNumber": 0, "PortType": "Output", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}], "X": 2772.70, "Y": 3108.45, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7fc4f211-a11a-46b5-8497-6477cdf0e968": "Left", "d6979aaf-9e62-426b-a6e4-9af53ebab4b1": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7fc4f211-a11a-46b5-8497-6477cdf0e968"], "Right": ["d6979aaf-9e62-426b-a6e4-9af53ebab4b1"]}, "HScale": null, "VScale": null}}, {"Id": "15a9c7aa-7ce9-4af1-bf8a-3d3e0f66ea5d", "Type": {"Output": 1}, "Label": "MEMLDR", "InputPorts": [{"Id": "e1a7cc18-82ef-4820-9461-6df1049e8a4e", "PortNumber": 0, "PortType": "Input", "HostId": "15a9c7aa-7ce9-4af1-bf8a-3d3e0f66ea5d"}], "OutputPorts": [], "X": 3201.48, "Y": 3585.37, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"e1a7cc18-82ef-4820-9461-6df1049e8a4e": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e1a7cc18-82ef-4820-9461-6df1049e8a4e"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "15b30dd3-da00-4a9e-9f29-826cddd6827b", "Type": {"BusSelection": [5, 0] }, "Label": "", "InputPorts": [{"Id": "d3038135-4c06-4065-baf2-a3ef96fc7bea", "PortNumber": 0, "PortType": "Input", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}], "OutputPorts": [{"Id": "b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc", "PortNumber": 0, "PortType": "Output", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}], "X": 2772.70, "Y": 3357.54, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc": "Right", "d3038135-4c06-4065-baf2-a3ef96fc7bea": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["d3038135-4c06-4065-baf2-a3ef96fc7bea"], "Right": ["b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc"]}, "HScale": null, "VScale": null}}, {"Id": "17e20566-9fd7-4354-ab31-c7c7fa8010d7", "Type": {"BusSelection": [3, 9] }, "Label": "", "InputPorts": [{"Id": "2340a17a-3702-4dc2-9be0-981096b192ec", "PortNumber": 0, "PortType": "Input", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}], "OutputPorts": [{"Id": "fe700786-05eb-4766-86d8-bd068d2ca56e", "PortNumber": 0, "PortType": "Output", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}], "X": 2891.20, "Y": 2653.97, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"2340a17a-3702-4dc2-9be0-981096b192ec": "Left", "fe700786-05eb-4766-86d8-bd068d2ca56e": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["2340a17a-3702-4dc2-9be0-981096b192ec"], "Right": ["fe700786-05eb-4766-86d8-bd068d2ca56e"]}, "HScale": null, "VScale": null}}, {"Id": "1b551d65-8798-4533-814f-7499c1b63c9b", "Type": "IOLabel", "Label": "ADC", "InputPorts": [{"Id": "35581bb7-2aaa-463b-b5e8-49d0fb5b411c", "PortNumber": 0, "PortType": "Input", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}], "OutputPorts": [{"Id": "1a6a8b45-848b-49d4-a6d2-2c5c44877f1d", "PortNumber": 0, "PortType": "Output", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}], "X": 2606.31, "Y": 1883.37, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"1a6a8b45-848b-49d4-a6d2-2c5c44877f1d": "Right", "35581bb7-2aaa-463b-b5e8-49d0fb5b411c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["35581bb7-2aaa-463b-b5e8-49d0fb5b411c"], "Right": ["1a6a8b45-848b-49d4-a6d2-2c5c44877f1d"]}, "HScale": null, "VScale": null}}, {"Id": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232", "Type": {"BusSelection": [1, 4] }, "Label": "", "InputPorts": [{"Id": "6c3aad15-6d33-48d6-a5ef-d7f285086bf8", "PortNumber": 0, "PortType": "Input", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}], "OutputPorts": [{"Id": "85ced1d8-da60-44b8-8891-908c29883e2a", "PortNumber": 0, "PortType": "Output", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}], "X": 2599.30, "Y": 3397.54, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"6c3aad15-6d33-48d6-a5ef-d7f285086bf8": "Left", "85ced1d8-da60-44b8-8891-908c29883e2a": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6c3aad15-6d33-48d6-a5ef-d7f285086bf8"], "Right": ["85ced1d8-da60-44b8-8891-908c29883e2a"]}, "HScale": null, "VScale": null}}, {"Id": "1dc139d0-9d00-4c53-ac7f-e124e11f1530", "Type": {"BusSelection": [8, 8] }, "Label": "", "InputPorts": [{"Id": "63d90351-a55c-40ff-a49d-574fa1d86943", "PortNumber": 0, "PortType": "Input", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}], "OutputPorts": [{"Id": "670c22b8-3267-49aa-b45b-302827f302d8", "PortNumber": 0, "PortType": "Output", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}], "X": 2161.63, "Y": 2385.85, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"63d90351-a55c-40ff-a49d-574fa1d86943": "Left", "670c22b8-3267-49aa-b45b-302827f302d8": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["63d90351-a55c-40ff-a49d-574fa1d86943"], "Right": ["670c22b8-3267-49aa-b45b-302827f302d8"]}, "HScale": null, "VScale": null}}, {"Id": "1ddf5223-f03e-4090-9bbe-083301dd1bc2", "Type": {"BusSelection": [3, 12] }, "Label": "", "InputPorts": [{"Id": "ba97e4a6-c220-4db2-9460-02aecf501c2f", "PortNumber": 0, "PortType": "Input", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}], "OutputPorts": [{"Id": "4b7485f2-7021-408d-9926-465dd229ee62", "PortNumber": 0, "PortType": "Output", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}], "X": 2891.95, "Y": 2940.68, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"4b7485f2-7021-408d-9926-465dd229ee62": "Right", "ba97e4a6-c220-4db2-9460-02aecf501c2f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ba97e4a6-c220-4db2-9460-02aecf501c2f"], "Right": ["4b7485f2-7021-408d-9926-465dd229ee62"]}, "HScale": null, "VScale": null}}, {"Id": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65", "Type": {"BusSelection": [3, 12] }, "Label": "", "InputPorts": [{"Id": "6d3503fc-b8a4-45ba-954c-b7189ea6dec9", "PortNumber": 0, "PortType": "Input", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}], "OutputPorts": [{"Id": "96a7a38e-43e5-467b-a10e-fef4d9e41cf9", "PortNumber": 0, "PortType": "Output", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}], "X": 2161.63, "Y": 2298.27, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"6d3503fc-b8a4-45ba-954c-b7189ea6dec9": "Left", "96a7a38e-43e5-467b-a10e-fef4d9e41cf9": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6d3503fc-b8a4-45ba-954c-b7189ea6dec9"], "Right": ["96a7a38e-43e5-467b-a10e-fef4d9e41cf9"]}, "HScale": null, "VScale": null}}, {"Id": "24baed28-df37-434d-9650-1cfb3ba8657a", "Type": "IOLabel", "Label": "SUB", "InputPorts": [{"Id": "3c5e4989-0806-46e7-96a7-fad5c03efd3e", "PortNumber": 0, "PortType": "Input", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}], "OutputPorts": [{"Id": "09d539c3-bb1e-4f9e-ae82-9d2e2446d374", "PortNumber": 0, "PortType": "Output", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}], "X": 2606.31, "Y": 1826.22, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"09d539c3-bb1e-4f9e-ae82-9d2e2446d374": "Right", "3c5e4989-0806-46e7-96a7-fad5c03efd3e": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3c5e4989-0806-46e7-96a7-fad5c03efd3e"], "Right": ["09d539c3-bb1e-4f9e-ae82-9d2e2446d374"]}, "HScale": null, "VScale": null}}, {"Id": "2a1d767d-fc1a-4398-a6cd-a757091d0835", "Type": {"Output": 1}, "Label": "MEMSTR", "InputPorts": [{"Id": "00147fdd-03ca-4ea6-ad0b-1b056d2167aa", "PortNumber": 0, "PortType": "Input", "HostId": "2a1d767d-fc1a-4398-a6cd-a757091d0835"}], "OutputPorts": [], "X": 3201.48, "Y": 3667.83, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"00147fdd-03ca-4ea6-ad0b-1b056d2167aa": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["00147fdd-03ca-4ea6-ad0b-1b056d2167aa"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d", "Type": {"NbitSpreader": 8}, "Label": "S1", "InputPorts": [{"Id": "bc1a203d-6a77-48f1-a9c8-eb5901264dc1", "PortNumber": 0, "PortType": "Input", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}], "OutputPorts": [{"Id": "6c9cb928-1acd-4c51-b734-9224151ebe2c", "PortNumber": 0, "PortType": "Output", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}], "X": 2593.81, "Y": 3205.18, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2579.59, "Y": 3245.29}, "W": 33.57, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"6c9cb928-1acd-4c51-b734-9224151ebe2c": "Right", "bc1a203d-6a77-48f1-a9c8-eb5901264dc1": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["bc1a203d-6a77-48f1-a9c8-eb5901264dc1"], "Right": ["6c9cb928-1acd-4c51-b734-9224151ebe2c"]}, "HScale": null, "VScale": null}}, {"Id": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b", "Type": {"Input1": [16, null] }, "Label": "INS", "InputPorts": [], "OutputPorts": [{"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": 0, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}], "X": 1940.98, "Y": 2497.91, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"f09936ab-9e85-4500-9c5d-697809df0126": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": [], "Right": ["f09936ab-9e85-4500-9c5d-697809df0126"]}, "HScale": null, "VScale": null}}, {"Id": "3e75cc37-4395-4ee0-b216-5ac5598356fb", "Type": "IOLabel", "Label": "SBC", "InputPorts": [{"Id": "6d4cff57-bd4e-48f3-84c7-270ce76757e6", "PortNumber": 0, "PortType": "Input", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}], "OutputPorts": [{"Id": "3590e10d-212d-4de9-b744-618b61b3b7c4", "PortNumber": 0, "PortType": "Output", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}], "X": 2606.31, "Y": 1940.51, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"3590e10d-212d-4de9-b744-618b61b3b7c4": "Right", "6d4cff57-bd4e-48f3-84c7-270ce76757e6": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["6d4cff57-bd4e-48f3-84c7-270ce76757e6"], "Right": ["3590e10d-212d-4de9-b744-618b61b3b7c4"]}, "HScale": null, "VScale": null}}, {"Id": "4244fa48-a663-4a68-bf50-210b828f2ed4", "Type": {"BusCompare1": [8, "206", "0b11001110"] }, "Label": "EQ4", "InputPorts": [{"Id": "f8d2feea-80ca-4b60-94e2-106450cdd265", "PortNumber": 0, "PortType": "Input", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}], "OutputPorts": [{"Id": "d56b29ce-69f2-4667-8edf-d085239060a2", "PortNumber": 0, "PortType": "Output", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}], "X": 2340.85, "Y": 2378.35, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"d56b29ce-69f2-4667-8edf-d085239060a2": "Right", "f8d2feea-80ca-4b60-94e2-106450cdd265": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["f8d2feea-80ca-4b60-94e2-106450cdd265"], "Right": ["d56b29ce-69f2-4667-8edf-d085239060a2"]}, "HScale": null, "VScale": null}}, {"Id": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185", "Type": {"BusSelection": [1, 8] }, "Label": "", "InputPorts": [{"Id": "113b089f-990e-4d21-80a6-a665c2a717bf", "PortNumber": 0, "PortType": "Input", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}], "OutputPorts": [{"Id": "f73fa759-7da9-4361-8090-0dc47614784c", "PortNumber": 0, "PortType": "Output", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}], "X": 2824.91, "Y": 1553.57, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"113b089f-990e-4d21-80a6-a665c2a717bf": "Left", "f73fa759-7da9-4361-8090-0dc47614784c": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["113b089f-990e-4d21-80a6-a665c2a717bf"], "Right": ["f73fa759-7da9-4361-8090-0dc47614784c"]}, "HScale": null, "VScale": null}}, {"Id": "48098a09-0d0b-490d-8fcf-73b93c44ce51", "Type": "IOLabel", "Label": "SHIFT", "InputPorts": [{"Id": "ae1be88f-593d-4b49-ae35-4ea5aa865c30", "PortNumber": 0, "PortType": "Input", "HostId": "48098a09-0d0b-490d-8fcf-73b93c44ce51"}], "OutputPorts": [{"Id": "04320a85-7734-4067-99fd-9750b60e49c7", "PortNumber": 0, "PortType": "Output", "HostId": "48098a09-0d0b-490d-8fcf-73b93c44ce51"}], "X": 2606.31, "Y": 2111.95, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"04320a85-7734-4067-99fd-9750b60e49c7": "Right", "ae1be88f-593d-4b49-ae35-4ea5aa865c30": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ae1be88f-593d-4b49-ae35-4ea5aa865c30"], "Right": ["04320a85-7734-4067-99fd-9750b60e49c7"]}, "HScale": null, "VScale": null}}, {"Id": "48bb4771-2616-42f0-956e-d97c9b834760", "Type": {"GateN": ["and", 2] }, "Label": "G4", "InputPorts": [{"Id": "0f0fc89c-46b7-4765-b9ba-8aff3640beec", "PortNumber": 0, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, {"Id": "8465fa14-cdd6-4004-9519-38b45b755a19", "PortNumber": 1, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}], "OutputPorts": [{"Id": "cc662349-04e6-4bc6-acc0-5387dce44a44", "PortNumber": 0, "PortType": "Output", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}], "X": 2813.22, "Y": 2187.87, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0f0fc89c-46b7-4765-b9ba-8aff3640beec": "Left", "8465fa14-cdd6-4004-9519-38b45b755a19": "Left", "cc662349-04e6-4bc6-acc0-5387dce44a44": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["0f0fc89c-46b7-4765-b9ba-8aff3640beec", "8465fa14-cdd6-4004-9519-38b45b755a19"], "Right": ["cc662349-04e6-4bc6-acc0-5387dce44a44"]}, "HScale": null, "VScale": null}}, {"Id": "4c8851eb-d184-47a4-8af8-88f652b678aa", "Type": {"Output": 1}, "Label": "EXT", "InputPorts": [{"Id": "cc90741e-889b-4c4c-8ea0-0b9975526097", "PortNumber": 0, "PortType": "Input", "HostId": "4c8851eb-d184-47a4-8af8-88f652b678aa"}], "OutputPorts": [], "X": 3201.48, "Y": 2497.91, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"cc90741e-889b-4c4c-8ea0-0b9975526097": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["cc90741e-889b-4c4c-8ea0-0b9975526097"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "50ef6101-5e6d-42b1-83f9-3c6b9adec613", "Type": {"Output": 3}, "Label": "A", "InputPorts": [{"Id": "7e4628ea-2504-4971-ba53-bf64c5034ffd", "PortNumber": 0, "PortType": "Input", "HostId": "50ef6101-5e6d-42b1-83f9-3c6b9adec613"}], "OutputPorts": [], "X": 3201.48, "Y": 2646.47, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7e4628ea-2504-4971-ba53-bf64c5034ffd": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7e4628ea-2504-4971-ba53-bf64c5034ffd"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "57e203aa-6c84-4a60-98de-e943c485ae63", "Type": {"Output": 1}, "Label": "AD1SELC", "InputPorts": [{"Id": "7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5", "PortNumber": 0, "PortType": "Input", "HostId": "57e203aa-6c84-4a60-98de-e943c485ae63"}], "OutputPorts": [], "X": 3201.48, "Y": 1761.58, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "5d335709-7263-48af-aa5c-a6e21c8f790b", "Type": {"GateN": ["nor", 2] }, "Label": "G12", "InputPorts": [{"Id": "7b5f42ec-7468-4e9d-8f6c-4db72e42c37e", "PortNumber": 0, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, {"Id": "6cb738a0-3c93-4738-a13f-9ec1e3f89c76", "PortNumber": 1, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}], "OutputPorts": [{"Id": "bcfc24e8-3b6f-42fd-894d-473a0aa63aaf", "PortNumber": 0, "PortType": "Output", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}], "X": 3100.10, "Y": 1754.08, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"6cb738a0-3c93-4738-a13f-9ec1e3f89c76": "Left", "7b5f42ec-7468-4e9d-8f6c-4db72e42c37e": "Left", "bcfc24e8-3b6f-42fd-894d-473a0aa63aaf": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7b5f42ec-7468-4e9d-8f6c-4db72e42c37e", "6cb738a0-3c93-4738-a13f-9ec1e3f89c76"], "Right": ["bcfc24e8-3b6f-42fd-894d-473a0aa63aaf"]}, "HScale": null, "VScale": null}}, {"Id": "5f60695f-1dc5-4a98-90e1-ebb874a91861", "Type": "Not", "Label": "G14", "InputPorts": [{"Id": "8aaf81a9-4da3-481e-9261-d005d782ac2c", "PortNumber": 0, "PortType": "Input", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}], "OutputPorts": [{"Id": "9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3", "PortNumber": 0, "PortType": "Output", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}], "X": 2711.24, "Y": 1574.20, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2708.22, "Y": 1611.80}, "W": 44.24, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"8aaf81a9-4da3-481e-9261-d005d782ac2c": "Left", "9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["8aaf81a9-4da3-481e-9261-d005d782ac2c"], "Right": ["9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3"]}, "HScale": null, "VScale": null}}, {"Id": "5fb6cff5-12d8-4197-988f-836a1edfc6b9", "Type": "IOLabel", "Label": "LDR", "InputPorts": [{"Id": "52200887-b143-4a6e-9689-d4ccce047189", "PortNumber": 0, "PortType": "Input", "HostId": "5fb6cff5-12d8-4197-988f-836a1edfc6b9"}], "OutputPorts": [{"Id": "337379e1-2f61-43ec-b992-913128e2ba1a", "PortNumber": 0, "PortType": "Output", "HostId": "5fb6cff5-12d8-4197-988f-836a1edfc6b9"}], "X": 3034.76, "Y": 2344.50, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree90", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"337379e1-2f61-43ec-b992-913128e2ba1a": "Top", "52200887-b143-4a6e-9689-d4ccce047189": "Bottom"}, "PortOrder": {"Top": ["337379e1-2f61-43ec-b992-913128e2ba1a"], "Bottom": ["52200887-b143-4a6e-9689-d4ccce047189"], "Left": [], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "620ee9c3-4658-4cef-9925-4eb6c8735005", "Type": {"GateN": ["or", 2] }, "Label": "G2", "InputPorts": [{"Id": "bdb9365b-7994-4365-8ccf-c6b94516d93f", "PortNumber": 0, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, {"Id": "585934b9-6eeb-471e-a927-1b79564230e7", "PortNumber": 1, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}], "OutputPorts": [{"Id": "db1cf05a-69c8-4a2d-9094-0a06e5962727", "PortNumber": 0, "PortType": "Output", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}], "X": 2902.98, "Y": 2239.99, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"585934b9-6eeb-471e-a927-1b79564230e7": "Left", "bdb9365b-7994-4365-8ccf-c6b94516d93f": "Left", "db1cf05a-69c8-4a2d-9094-0a06e5962727": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["bdb9365b-7994-4365-8ccf-c6b94516d93f", "585934b9-6eeb-471e-a927-1b79564230e7"], "Right": ["db1cf05a-69c8-4a2d-9094-0a06e5962727"]}, "HScale": null, "VScale": null}}, {"Id": "711b53a4-170d-4de4-bacf-c8b27e80d1b1", "Type": {"Output": 3}, "Label": "ALUOPC", "InputPorts": [{"Id": "5e4a1f58-680e-4e9c-8fb3-bf635e8c7691", "PortNumber": 0, "PortType": "Input", "HostId": "711b53a4-170d-4de4-bacf-c8b27e80d1b1"}], "OutputPorts": [], "X": 3201.48, "Y": 2933.18, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"5e4a1f58-680e-4e9c-8fb3-bf635e8c7691": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["5e4a1f58-680e-4e9c-8fb3-bf635e8c7691"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "77c70836-eb03-43b8-95d8-25920f64d221", "Type": {"Output": 1}, "Label": "PCWRITE", "InputPorts": [{"Id": "976ace35-4d01-44cf-a7d7-b39c5c823994", "PortNumber": 0, "PortType": "Input", "HostId": "77c70836-eb03-43b8-95d8-25920f64d221"}], "OutputPorts": [], "X": 3201.48, "Y": 2378.35, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"976ace35-4d01-44cf-a7d7-b39c5c823994": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["976ace35-4d01-44cf-a7d7-b39c5c823994"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "7cdcf401-4473-4f3e-b58e-825fc94cc25d", "Type": "IOLabel", "Label": "MOV", "InputPorts": [{"Id": "7d068f92-f353-4c1f-8f1e-1395efdf5b1f", "PortNumber": 0, "PortType": "Input", "HostId": "7cdcf401-4473-4f3e-b58e-825fc94cc25d"}], "OutputPorts": [{"Id": "d8747e89-b80a-4dc3-b8d8-de6d8d819870", "PortNumber": 0, "PortType": "Output", "HostId": "7cdcf401-4473-4f3e-b58e-825fc94cc25d"}], "X": 2606.31, "Y": 1711.94, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"7d068f92-f353-4c1f-8f1e-1395efdf5b1f": "Left", "d8747e89-b80a-4dc3-b8d8-de6d8d819870": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["7d068f92-f353-4c1f-8f1e-1395efdf5b1f"], "Right": ["d8747e89-b80a-4dc3-b8d8-de6d8d819870"]}, "HScale": null, "VScale": null}}, {"Id": "9312ebb6-09c0-4438-9c90-5576c91965e7", "Type": {"BusSelection": [3, 13] }, "Label": "", "InputPorts": [{"Id": "1e3ace0b-27be-4405-ab3a-6e0ca6cfc378", "PortNumber": 0, "PortType": "Input", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}], "OutputPorts": [{"Id": "332b9abb-fbd0-4f7a-b162-429175eff7ac", "PortNumber": 0, "PortType": "Output", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}], "X": 2788.33, "Y": 3592.87, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"1e3ace0b-27be-4405-ab3a-6e0ca6cfc378": "Left", "332b9abb-fbd0-4f7a-b162-429175eff7ac": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1e3ace0b-27be-4405-ab3a-6e0ca6cfc378"], "Right": ["332b9abb-fbd0-4f7a-b162-429175eff7ac"]}, "HScale": null, "VScale": null}}, {"Id": "937c228d-641f-449a-97ab-d509e915aa7b", "Type": {"BusSelection": [8, 8] }, "Label": "", "InputPorts": [{"Id": "d9fa1f5c-8bc2-4743-93b4-ab93841642d4", "PortNumber": 0, "PortType": "Input", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}], "OutputPorts": [{"Id": "57462edc-c798-41da-a3f2-d37e45a2a30c", "PortNumber": 0, "PortType": "Output", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}], "X": 2788.33, "Y": 2505.41, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"57462edc-c798-41da-a3f2-d37e45a2a30c": "Right", "d9fa1f5c-8bc2-4743-93b4-ab93841642d4": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["d9fa1f5c-8bc2-4743-93b4-ab93841642d4"], "Right": ["57462edc-c798-41da-a3f2-d37e45a2a30c"]}, "HScale": null, "VScale": null}}, {"Id": "98493bd7-32de-4053-95ab-7c67af1bf4ee", "Type": {"BusSelection": [4, 0] }, "Label": "", "InputPorts": [{"Id": "3cf4031b-2868-41b0-9098-45a2a802a796", "PortNumber": 0, "PortType": "Input", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}], "OutputPorts": [{"Id": "2fc90ca7-f3ab-448e-aa1a-1473323c152c", "PortNumber": 0, "PortType": "Output", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}], "X": 2890.45, "Y": 3014.06, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"2fc90ca7-f3ab-448e-aa1a-1473323c152c": "Right", "3cf4031b-2868-41b0-9098-45a2a802a796": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3cf4031b-2868-41b0-9098-45a2a802a796"], "Right": ["2fc90ca7-f3ab-448e-aa1a-1473323c152c"]}, "HScale": null, "VScale": null}}, {"Id": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae", "Type": {"BusSelection": [8, 0] }, "Label": "", "InputPorts": [{"Id": "9cf6e242-7e84-436c-be75-2a2cf0f7869c", "PortNumber": 0, "PortType": "Input", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}], "OutputPorts": [{"Id": "8a3533cd-55bb-4323-93b4-2cd2debd0ad4", "PortNumber": 0, "PortType": "Output", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}], "X": 2772.70, "Y": 3187.68, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"8a3533cd-55bb-4323-93b4-2cd2debd0ad4": "Right", "9cf6e242-7e84-436c-be75-2a2cf0f7869c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["9cf6e242-7e84-436c-be75-2a2cf0f7869c"], "Right": ["8a3533cd-55bb-4323-93b4-2cd2debd0ad4"]}, "HScale": null, "VScale": null}}, {"Id": "9ce1972f-f53e-429a-a9ae-10e65e0841c2", "Type": {"GateN": ["or", 2] }, "Label": "G6", "InputPorts": [{"Id": "525161bc-2de7-4151-bcc2-980813782c9c", "PortNumber": 0, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, {"Id": "f91d42ce-8593-49ab-be97-642df0af4e8b", "PortNumber": 1, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}], "OutputPorts": [{"Id": "08772f5f-25a9-4c43-974a-d20fddfe09c1", "PortNumber": 0, "PortType": "Output", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}], "X": 2836.84, "Y": 1825.29, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"08772f5f-25a9-4c43-974a-d20fddfe09c1": "Right", "525161bc-2de7-4151-bcc2-980813782c9c": "Left", "f91d42ce-8593-49ab-be97-642df0af4e8b": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["525161bc-2de7-4151-bcc2-980813782c9c", "f91d42ce-8593-49ab-be97-642df0af4e8b"], "Right": ["08772f5f-25a9-4c43-974a-d20fddfe09c1"]}, "HScale": null, "VScale": null}}, {"Id": "9def0568-aadd-4f0a-989d-1f9bcdd94837", "Type": {"Output": 2}, "Label": "SHIFTOPC", "InputPorts": [{"Id": "f5414b3b-25f0-4837-85c6-52bbf5727df7", "PortNumber": 0, "PortType": "Input", "HostId": "9def0568-aadd-4f0a-989d-1f9bcdd94837"}], "OutputPorts": [], "X": 3201.48, "Y": 3080.95, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"f5414b3b-25f0-4837-85c6-52bbf5727df7": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["f5414b3b-25f0-4837-85c6-52bbf5727df7"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "9eb160db-16f8-40d5-bab9-dcb426e84981", "Type": "IOLabel", "Label": "LDR", "InputPorts": [{"Id": "fc2a8a6e-46d0-4cef-aab9-d44f60801e46", "PortNumber": 0, "PortType": "Input", "HostId": "9eb160db-16f8-40d5-bab9-dcb426e84981"}], "OutputPorts": [{"Id": "ead45d0c-8399-485c-91b1-b4517a66c1d8", "PortNumber": 0, "PortType": "Output", "HostId": "9eb160db-16f8-40d5-bab9-dcb426e84981"}], "X": 3034.76, "Y": 3496.81, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree90", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"ead45d0c-8399-485c-91b1-b4517a66c1d8": "Top", "fc2a8a6e-46d0-4cef-aab9-d44f60801e46": "Bottom"}, "PortOrder": {"Top": ["ead45d0c-8399-485c-91b1-b4517a66c1d8"], "Bottom": ["fc2a8a6e-46d0-4cef-aab9-d44f60801e46"], "Left": [], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "9ef62702-ea3f-46b1-806a-29a6e993331c", "Type": {"BusSelection": [1, 7] }, "Label": "", "InputPorts": [{"Id": "62f766b8-c5af-43ab-9a5c-a108aaddf8ee", "PortNumber": 0, "PortType": "Input", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}], "OutputPorts": [{"Id": "f9e5b701-d4d4-4086-9597-d678df2e2a00", "PortNumber": 0, "PortType": "Output", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}], "X": 2772.70, "Y": 3227.68, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"62f766b8-c5af-43ab-9a5c-a108aaddf8ee": "Left", "f9e5b701-d4d4-4086-9597-d678df2e2a00": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["62f766b8-c5af-43ab-9a5c-a108aaddf8ee"], "Right": ["f9e5b701-d4d4-4086-9597-d678df2e2a00"]}, "HScale": null, "VScale": null}}, {"Id": "a104e372-1553-454f-b7e2-88c73c9412a4", "Type": {"BusCompare1": [8, "208", "d0"] }, "Label": "EQ1", "InputPorts": [{"Id": "c6f778e9-042f-4f8a-9e25-2fb5a444a3cd", "PortNumber": 0, "PortType": "Input", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}], "OutputPorts": [{"Id": "69181305-42dc-483d-9aeb-db8e38ade284", "PortNumber": 0, "PortType": "Output", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}], "X": 2891.95, "Y": 2497.91, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"69181305-42dc-483d-9aeb-db8e38ade284": "Right", "c6f778e9-042f-4f8a-9e25-2fb5a444a3cd": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["c6f778e9-042f-4f8a-9e25-2fb5a444a3cd"], "Right": ["69181305-42dc-483d-9aeb-db8e38ade284"]}, "HScale": null, "VScale": null}}, {"Id": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e", "Type": {"BusSelection": [3, 2] }, "Label": "", "InputPorts": [{"Id": "773370cf-4a58-4b37-964c-7e9256768905", "PortNumber": 0, "PortType": "Input", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}], "OutputPorts": [{"Id": "f1b2f339-ecf9-4e03-9638-f76dd0cecbe9", "PortNumber": 0, "PortType": "Output", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}], "X": 2891.95, "Y": 2815.47, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"773370cf-4a58-4b37-964c-7e9256768905": "Left", "f1b2f339-ecf9-4e03-9638-f76dd0cecbe9": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["773370cf-4a58-4b37-964c-7e9256768905"], "Right": ["f1b2f339-ecf9-4e03-9638-f76dd0cecbe9"]}, "HScale": null, "VScale": null}}, {"Id": "a9fec5c1-1abd-48fa-87ef-dd8dcc57117a", "Type": {"Output": 16}, "Label": "IMMS8", "InputPorts": [{"Id": "93131611-ee2f-4722-895c-ca2d869ab425", "PortNumber": 0, "PortType": "Input", "HostId": "a9fec5c1-1abd-48fa-87ef-dd8dcc57117a"}], "OutputPorts": [], "X": 3201.48, "Y": 3200.18, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"93131611-ee2f-4722-895c-ca2d869ab425": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["93131611-ee2f-4722-895c-ca2d869ab425"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "ace7d9ed-fab5-488a-85d6-1e090d688150", "Type": {"GateN": ["or", 2] }, "Label": "G5", "InputPorts": [{"Id": "1ef2d5fa-1207-411e-8352-232402f2bdf2", "PortNumber": 0, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, {"Id": "49f0772d-7edf-4857-85ef-9d65bf26672e", "PortNumber": 1, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}], "OutputPorts": [{"Id": "0ff59a98-1ea5-43a2-8c69-1900af960a79", "PortNumber": 0, "PortType": "Output", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}], "X": 2935.77, "Y": 1768.14, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0ff59a98-1ea5-43a2-8c69-1900af960a79": "Right", "1ef2d5fa-1207-411e-8352-232402f2bdf2": "Left", "49f0772d-7edf-4857-85ef-9d65bf26672e": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1ef2d5fa-1207-411e-8352-232402f2bdf2", "49f0772d-7edf-4857-85ef-9d65bf26672e"], "Right": ["0ff59a98-1ea5-43a2-8c69-1900af960a79"]}, "HScale": null, "VScale": null}}, {"Id": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f", "Type": {"GateN": ["or", 2] }, "Label": "G10", "InputPorts": [{"Id": "daf9d85c-0ef2-42f3-b542-db2c29039807", "PortNumber": 0, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, {"Id": "9decd49c-fac1-428f-b512-b54bdd6a123a", "PortNumber": 1, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}], "OutputPorts": [{"Id": "8f47f99f-89b4-4a6b-ac6f-df6386986455", "PortNumber": 0, "PortType": "Output", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}], "X": 3089.57, "Y": 2254.04, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"8f47f99f-89b4-4a6b-ac6f-df6386986455": "Right", "9decd49c-fac1-428f-b512-b54bdd6a123a": "Left", "daf9d85c-0ef2-42f3-b542-db2c29039807": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["daf9d85c-0ef2-42f3-b542-db2c29039807", "9decd49c-fac1-428f-b512-b54bdd6a123a"], "Right": ["8f47f99f-89b4-4a6b-ac6f-df6386986455"]}, "HScale": null, "VScale": null}}, {"Id": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c", "Type": {"BusSelection": [1, 8] }, "Label": "", "InputPorts": [{"Id": "f7a372ef-af60-438c-b74d-9c1df2fb96ad", "PortNumber": 0, "PortType": "Input", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}], "OutputPorts": [{"Id": "3b7c30e5-0876-466f-8a9d-386c5ba9405e", "PortNumber": 0, "PortType": "Output", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}], "X": 2772.70, "Y": 3068.45, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"3b7c30e5-0876-466f-8a9d-386c5ba9405e": "Right", "f7a372ef-af60-438c-b74d-9c1df2fb96ad": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["f7a372ef-af60-438c-b74d-9c1df2fb96ad"], "Right": ["3b7c30e5-0876-466f-8a9d-386c5ba9405e"]}, "HScale": null, "VScale": null}}, {"Id": "b871813c-2bb2-4ff3-b2f4-1a4483136e36", "Type": {"GateN": ["and", 2] }, "Label": "G13", "InputPorts": [{"Id": "3951eb32-980f-49a4-9677-d16541d8007b", "PortNumber": 0, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, {"Id": "972f7933-f5b8-4982-9c17-278bee25d949", "PortNumber": 1, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}], "OutputPorts": [{"Id": "8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae", "PortNumber": 0, "PortType": "Output", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}], "X": 3060.20, "Y": 1552.63, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"3951eb32-980f-49a4-9677-d16541d8007b": "Left", "8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae": "Right", "972f7933-f5b8-4982-9c17-278bee25d949": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3951eb32-980f-49a4-9677-d16541d8007b", "972f7933-f5b8-4982-9c17-278bee25d949"], "Right": ["8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae"]}, "HScale": null, "VScale": null}}, {"Id": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2", "Type": "MergeWires", "Label": "MW2", "InputPorts": [{"Id": "93edba8f-7794-43bf-a529-892a9d361dd5", "PortNumber": 0, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, {"Id": "8c000ddd-faf2-4aea-b50e-45db0006d52d", "PortNumber": 1, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}], "OutputPorts": [{"Id": "6abf824e-52b7-49b1-9bcc-c71e308b4f6a", "PortNumber": 0, "PortType": "Output", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}], "X": 2881.71, "Y": 3065.95, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2925.44, "Y": 3110.79}, "W": 51.32, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree180", "flipped": true}, "ReversedInputPorts": null, "PortOrientation": {"6abf824e-52b7-49b1-9bcc-c71e308b4f6a": "Right", "8c000ddd-faf2-4aea-b50e-45db0006d52d": "Left", "93edba8f-7794-43bf-a529-892a9d361dd5": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["8c000ddd-faf2-4aea-b50e-45db0006d52d", "93edba8f-7794-43bf-a529-892a9d361dd5"], "Right": ["6abf824e-52b7-49b1-9bcc-c71e308b4f6a"]}, "HScale": null, "VScale": null}}, {"Id": "c0e22fcf-ea13-4654-90f3-230498c224b9", "Type": {"BusSelection": [1, 15] }, "Label": "", "InputPorts": [{"Id": "efd00ec6-4ee1-4f60-8d77-866f968ab16c", "PortNumber": 0, "PortType": "Input", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}], "OutputPorts": [{"Id": "791ced74-3146-4e27-a2e5-a876b091fe43", "PortNumber": 0, "PortType": "Output", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}], "X": 2161.63, "Y": 2216.93, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"791ced74-3146-4e27-a2e5-a876b091fe43": "Right", "efd00ec6-4ee1-4f60-8d77-866f968ab16c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["efd00ec6-4ee1-4f60-8d77-866f968ab16c"], "Right": ["791ced74-3146-4e27-a2e5-a876b091fe43"]}, "HScale": null, "VScale": null}}, {"Id": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb", "Type": "IOLabel", "Label": "CMP", "InputPorts": [{"Id": "1b6f8c81-e814-4d33-874d-519150a7f3d8", "PortNumber": 0, "PortType": "Input", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}], "OutputPorts": [{"Id": "252e9ce0-ae9c-4a9a-af1e-41fab308a9e3", "PortNumber": 0, "PortType": "Output", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}], "X": 2606.31, "Y": 2054.79, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"1b6f8c81-e814-4d33-874d-519150a7f3d8": "Left", "252e9ce0-ae9c-4a9a-af1e-41fab308a9e3": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["1b6f8c81-e814-4d33-874d-519150a7f3d8"], "Right": ["252e9ce0-ae9c-4a9a-af1e-41fab308a9e3"]}, "HScale": null, "VScale": null}}, {"Id": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f", "Type": "IOLabel", "Label": "AND", "InputPorts": [{"Id": "3605b672-f7bd-4e6d-aa02-d62f7189da1f", "PortNumber": 0, "PortType": "Input", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}], "OutputPorts": [{"Id": "0ffb9cf8-5708-43b7-9015-5a6653b49e2d", "PortNumber": 0, "PortType": "Output", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}], "X": 2606.31, "Y": 1997.65, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0ffb9cf8-5708-43b7-9015-5a6653b49e2d": "Right", "3605b672-f7bd-4e6d-aa02-d62f7189da1f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3605b672-f7bd-4e6d-aa02-d62f7189da1f"], "Right": ["0ffb9cf8-5708-43b7-9015-5a6653b49e2d"]}, "HScale": null, "VScale": null}}, {"Id": "c666c255-5e6e-4b24-84bb-8268629228b0", "Type": {"Output": 1}, "Label": "WEN1", "InputPorts": [{"Id": "ac39406c-01d4-452e-9164-d0f93c516201", "PortNumber": 0, "PortType": "Input", "HostId": "c666c255-5e6e-4b24-84bb-8268629228b0"}], "OutputPorts": [], "X": 3201.48, "Y": 2261.54, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"ac39406c-01d4-452e-9164-d0f93c516201": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ac39406c-01d4-452e-9164-d0f93c516201"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "c7485104-bf28-4901-85a7-68b0366be124", "Type": "Not", "Label": "G1", "InputPorts": [{"Id": "ccbd8e07-04a8-494d-8d0f-9e602a47fd7a", "PortNumber": 0, "PortType": "Input", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}], "OutputPorts": [{"Id": "b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f", "PortNumber": 0, "PortType": "Output", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}], "X": 2337.05, "Y": 2209.43, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f": "Right", "ccbd8e07-04a8-494d-8d0f-9e602a47fd7a": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ccbd8e07-04a8-494d-8d0f-9e602a47fd7a"], "Right": ["b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f"]}, "HScale": null, "VScale": null}}, {"Id": "c93af048-749e-4503-9ff5-1a7274fc7d04", "Type": {"BusSelection": [3, 5] }, "Label": "", "InputPorts": [{"Id": "9b58cf19-3f1e-4bdc-95dc-76023137baaf", "PortNumber": 0, "PortType": "Input", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}], "OutputPorts": [{"Id": "a57491f4-875e-401f-a9c5-be55c314f1f4", "PortNumber": 0, "PortType": "Output", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}], "X": 2890.45, "Y": 2728.47, "H": 15, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"9b58cf19-3f1e-4bdc-95dc-76023137baaf": "Left", "a57491f4-875e-401f-a9c5-be55c314f1f4": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["9b58cf19-3f1e-4bdc-95dc-76023137baaf"], "Right": ["a57491f4-875e-401f-a9c5-be55c314f1f4"]}, "HScale": null, "VScale": null}}, {"Id": "ccb2bc23-d0e4-49ff-a4e6-31f0aefae7a0", "Type": {"Output": 16}, "Label": "IMMS5", "InputPorts": [{"Id": "5ba2af3a-e65c-40e9-8a9f-7e2763c3b656", "PortNumber": 0, "PortType": "Input", "HostId": "ccb2bc23-d0e4-49ff-a4e6-31f0aefae7a0"}], "OutputPorts": [], "X": 3201.48, "Y": 3370.04, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"5ba2af3a-e65c-40e9-8a9f-7e2763c3b656": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["5ba2af3a-e65c-40e9-8a9f-7e2763c3b656"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe", "Type": "MergeWires", "Label": "MW3", "InputPorts": [{"Id": "86da4d91-d53e-4f94-ad26-dffdebc9a56e", "PortNumber": 0, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, {"Id": "afc03ecc-76c5-45f1-a774-61718c329ab6", "PortNumber": 1, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}], "OutputPorts": [{"Id": "dc6842bf-ec84-4aca-9389-709fa5eaed3b", "PortNumber": 0, "PortType": "Output", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}], "X": 2881.71, "Y": 3185.18, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2919.38, "Y": 3233.97}, "W": 51.32, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"86da4d91-d53e-4f94-ad26-dffdebc9a56e": "Left", "afc03ecc-76c5-45f1-a774-61718c329ab6": "Left", "dc6842bf-ec84-4aca-9389-709fa5eaed3b": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["86da4d91-d53e-4f94-ad26-dffdebc9a56e", "afc03ecc-76c5-45f1-a774-61718c329ab6"], "Right": ["dc6842bf-ec84-4aca-9389-709fa5eaed3b"]}, "HScale": null, "VScale": null}}, {"Id": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8", "Type": "Not", "Label": "G11", "InputPorts": [{"Id": "3fdd4587-9024-46db-8d59-6d862b73b876", "PortNumber": 0, "PortType": "Input", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}], "OutputPorts": [{"Id": "f8c136a2-39d0-417a-b6dc-2be36754d32a", "PortNumber": 0, "PortType": "Output", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}], "X": 3016.62, "Y": 1775.64, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 3008.65, "Y": 1810.35}, "W": 40.96, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"3fdd4587-9024-46db-8d59-6d862b73b876": "Left", "f8c136a2-39d0-417a-b6dc-2be36754d32a": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["3fdd4587-9024-46db-8d59-6d862b73b876"], "Right": ["f8c136a2-39d0-417a-b6dc-2be36754d32a"]}, "HScale": null, "VScale": null}}, {"Id": "d47fa2a2-f891-40c1-8e24-0592502e165d", "Type": {"Output": 3}, "Label": "C", "InputPorts": [{"Id": "fa34c048-45d3-4dbf-b589-60fa470d9372", "PortNumber": 0, "PortType": "Input", "HostId": "d47fa2a2-f891-40c1-8e24-0592502e165d"}], "OutputPorts": [], "X": 3201.48, "Y": 2807.97, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"fa34c048-45d3-4dbf-b589-60fa470d9372": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["fa34c048-45d3-4dbf-b589-60fa470d9372"], "Right": []}, "HScale": null, "VScale": null}}, {"Id": "dd9b975a-e267-4b01-914b-b90684f3836c", "Type": "Not", "Label": "G3", "InputPorts": [{"Id": "2ea6dcd0-839b-4743-a7f7-266292bc797f", "PortNumber": 0, "PortType": "Input", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}], "OutputPorts": [{"Id": "0664af6c-5d60-480f-9538-250d32c3f057", "PortNumber": 0, "PortType": "Output", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}], "X": 2751.23, "Y": 2146.37, "H": 30, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"0664af6c-5d60-480f-9538-250d32c3f057": "Right", "2ea6dcd0-839b-4743-a7f7-266292bc797f": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["2ea6dcd0-839b-4743-a7f7-266292bc797f"], "Right": ["0664af6c-5d60-480f-9538-250d32c3f057"]}, "HScale": null, "VScale": null}}, {"Id": "de75b718-5458-4ae9-8460-7538b2345a96", "Type": {"BusCompare1": [3, "4", "4"] }, "Label": "EQ2", "InputPorts": [{"Id": "4475055e-dd54-4d41-8ed8-56d822602ceb", "PortNumber": 0, "PortType": "Input", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}], "OutputPorts": [{"Id": "4d0b8584-338b-4af0-b55e-af4cec553f0a", "PortNumber": 0, "PortType": "Output", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}], "X": 2891.20, "Y": 3585.37, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"4475055e-dd54-4d41-8ed8-56d822602ceb": "Left", "4d0b8584-338b-4af0-b55e-af4cec553f0a": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["4475055e-dd54-4d41-8ed8-56d822602ceb"], "Right": ["4d0b8584-338b-4af0-b55e-af4cec553f0a"]}, "HScale": null, "VScale": null}}, {"Id": "e7205460-adda-462c-b12c-5d604b102240", "Type": {"GateN": ["or", 2] }, "Label": "G7", "InputPorts": [{"Id": "ca6505ca-8332-483d-b6b5-7361ed359b45", "PortNumber": 0, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, {"Id": "91ffab91-1a47-4b48-8255-5494804d419c", "PortNumber": 1, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}], "OutputPorts": [{"Id": "a56eb0b9-de84-49f0-a978-00d48dc7f1b4", "PortNumber": 0, "PortType": "Output", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}], "X": 2759.71, "Y": 1882.43, "H": 45, "W": 45, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"91ffab91-1a47-4b48-8255-5494804d419c": "Left", "a56eb0b9-de84-49f0-a978-00d48dc7f1b4": "Right", "ca6505ca-8332-483d-b6b5-7361ed359b45": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["ca6505ca-8332-483d-b6b5-7361ed359b45", "91ffab91-1a47-4b48-8255-5494804d419c"], "Right": ["a56eb0b9-de84-49f0-a978-00d48dc7f1b4"]}, "HScale": null, "VScale": null}}, {"Id": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41", "Type": {"NbitSpreader": 11}, "Label": "S2", "InputPorts": [{"Id": "e211fa64-c242-4442-ac3c-7ec6b15a265c", "PortNumber": 0, "PortType": "Input", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}], "OutputPorts": [{"Id": "74ebfafb-801c-4034-8a2c-9c3810461744", "PortNumber": 0, "PortType": "Output", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}], "X": 2691.35, "Y": 3375.04, "H": 60, "W": 60, "SymbolInfo": {"LabelBoundingBox": {"TopLeft": {"X": 2671.04, "Y": 3412.10}, "W": 33.57, "H": 30}, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"74ebfafb-801c-4034-8a2c-9c3810461744": "Right", "e211fa64-c242-4442-ac3c-7ec6b15a265c": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["e211fa64-c242-4442-ac3c-7ec6b15a265c"], "Right": ["74ebfafb-801c-4034-8a2c-9c3810461744"]}, "HScale": null, "VScale": null}}, {"Id": "ec70a8ba-1612-487a-923b-fda21c844b3c", "Type": {"BusCompare1": [3, "5", "5"] }, "Label": "EQ3", "InputPorts": [{"Id": "44abe084-9789-4617-8446-faa395e92b3a", "PortNumber": 0, "PortType": "Input", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}], "OutputPorts": [{"Id": "d8269389-d4f7-476a-ba01-57dd8ac477bb", "PortNumber": 0, "PortType": "Output", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}], "X": 2890.45, "Y": 3667.83, "H": 30, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": null, "PortOrientation": {"44abe084-9789-4617-8446-faa395e92b3a": "Left", "d8269389-d4f7-476a-ba01-57dd8ac477bb": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["44abe084-9789-4617-8446-faa395e92b3a"], "Right": ["d8269389-d4f7-476a-ba01-57dd8ac477bb"]}, "HScale": null, "VScale": null}}, {"Id": "ee8f105d-1456-4159-8d08-1c2bf110bc3a", "Type": "Demux8", "Label": "DM1", "InputPorts": [{"Id": "1871a5a4-c209-45cb-b04a-d0f019820416", "PortNumber": 0, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "7381f85f-48bb-48a5-94fd-6e33a7569394", "PortNumber": 1, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}], "OutputPorts": [{"Id": "786ffaa1-5376-4ccd-97a0-599a2d285c6b", "PortNumber": 0, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "600d8a05-9ede-48a1-afba-2b13b191084d", "PortNumber": 1, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc", "PortNumber": 2, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "18917416-0e55-4d5b-ae28-a75adb4d0eb3", "PortNumber": 3, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "ac549395-5d40-4ace-92ca-0fa49292a0cf", "PortNumber": 4, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "512017c0-7512-41d8-b84b-889e04a2e482", "PortNumber": 5, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "43bdc700-3221-448f-a851-3bf5bfbc7403", "PortNumber": 6, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, {"Id": "4bb77ca2-a45d-4385-af3b-0398cf56be01", "PortNumber": 7, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}], "X": 2444.00, "Y": 1679.44, "H": 480, "W": 60, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"1871a5a4-c209-45cb-b04a-d0f019820416": "Left", "18917416-0e55-4d5b-ae28-a75adb4d0eb3": "Right", "43bdc700-3221-448f-a851-3bf5bfbc7403": "Right", "4bb77ca2-a45d-4385-af3b-0398cf56be01": "Right", "512017c0-7512-41d8-b84b-889e04a2e482": "Right", "600d8a05-9ede-48a1-afba-2b13b191084d": "Right", "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc": "Right", "7381f85f-48bb-48a5-94fd-6e33a7569394": "Bottom", "786ffaa1-5376-4ccd-97a0-599a2d285c6b": "Right", "ac549395-5d40-4ace-92ca-0fa49292a0cf": "Right"}, "PortOrder": {"Top": [], "Bottom": ["7381f85f-48bb-48a5-94fd-6e33a7569394"], "Left": ["1871a5a4-c209-45cb-b04a-d0f019820416"], "Right": ["4bb77ca2-a45d-4385-af3b-0398cf56be01", "43bdc700-3221-448f-a851-3bf5bfbc7403", "512017c0-7512-41d8-b84b-889e04a2e482", "ac549395-5d40-4ace-92ca-0fa49292a0cf", "18917416-0e55-4d5b-ae28-a75adb4d0eb3", "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc", "600d8a05-9ede-48a1-afba-2b13b191084d", "786ffaa1-5376-4ccd-97a0-599a2d285c6b"]}, "HScale": null, "VScale": null}}, {"Id": "f49dbf3f-1e14-435a-994a-9809c78e7eae", "Type": "IOLabel", "Label": "ADD", "InputPorts": [{"Id": "71cb3673-de2b-46ac-85bc-1f84970a9670", "PortNumber": 0, "PortType": "Input", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}], "OutputPorts": [{"Id": "12a898b8-c8dd-415b-8c1f-6091d3f112f3", "PortNumber": 0, "PortType": "Output", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}], "X": 2606.31, "Y": 1769.08, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"12a898b8-c8dd-415b-8c1f-6091d3f112f3": "Right", "71cb3673-de2b-46ac-85bc-1f84970a9670": "Left"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["71cb3673-de2b-46ac-85bc-1f84970a9670"], "Right": ["12a898b8-c8dd-415b-8c1f-6091d3f112f3"]}, "HScale": null, "VScale": null}}, {"Id": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1", "Type": "IOLabel", "Label": "JSR", "InputPorts": [{"Id": "17c0931b-6b81-4949-af7e-c4908354d828", "PortNumber": 0, "PortType": "Input", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}], "OutputPorts": [{"Id": "fde3e49b-b928-46ce-9dae-51d0642ab870", "PortNumber": 0, "PortType": "Output", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}], "X": 2459.56, "Y": 2385.85, "H": 15, "W": 30, "SymbolInfo": {"LabelBoundingBox": null, "LabelRotation": null, "STransform": {"Rotation": "Degree0", "flipped": false}, "ReversedInputPorts": false, "PortOrientation": {"17c0931b-6b81-4949-af7e-c4908354d828": "Left", "fde3e49b-b928-46ce-9dae-51d0642ab870": "Right"}, "PortOrder": {"Top": [], "Bottom": [], "Left": ["17c0931b-6b81-4949-af7e-c4908354d828"], "Right": ["fde3e49b-b928-46ce-9dae-51d0642ab870"]}, "HScale": null, "VScale": null}}], [{"Id": "00f5fc1c-bb3f-426e-a23e-35c6ef423af2", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "d3038135-4c06-4065-baf2-a3ef96fc7bea", "PortNumber": null, "PortType": "Input", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3365.04, true], [2762.70, 3365.04, false], [2762.70, 3365.04, false], [2772.70, 3365.04, false]]}, {"Id": "04cd82a1-7259-441e-8fdd-c3039809bfd2", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "62f766b8-c5af-43ab-9a5c-a108aaddf8ee", "PortNumber": null, "PortType": "Input", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3235.18, true], [2762.70, 3235.18, false], [2762.70, 3235.18, false], [2772.70, 3235.18, false]]}, {"Id": "0583a321-a22e-4208-904d-9cd26f8d9773", "Source": {"Id": "670c22b8-3267-49aa-b45b-302827f302d8", "PortNumber": null, "PortType": "Output", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}, "Target": {"Id": "f8d2feea-80ca-4b60-94e2-106450cdd265", "PortNumber": null, "PortType": "Input", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}, "Vertices": [[2221.63, 2393.35, false], [2231.63, 2393.35, false], [2231.63, 2393.35, false], [2281.24, 2393.35, false], [2281.24, 2393.35, false], [2330.85, 2393.35, false], [2330.85, 2393.35, false], [2340.85, 2393.35, false]]}, {"Id": "0d77e001-2e14-4112-9433-5d6e704a5162", "Source": {"Id": "7835c989-e7a7-4130-902b-0ea27ed3d641", "PortNumber": null, "PortType": "Output", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, "Target": {"Id": "5ba2af3a-e65c-40e9-8a9f-7e2763c3b656", "PortNumber": null, "PortType": "Input", "HostId": "ccb2bc23-d0e4-49ff-a4e6-31f0aefae7a0"}, "Vertices": [[2941.71, 3385.04, false], [2951.71, 3385.04, false], [2951.71, 3385.04, false], [3071.60, 3385.04, false], [3071.60, 3385.04, false], [3191.48, 3385.04, false], [3191.48, 3385.04, false], [3201.48, 3385.04, false]]}, {"Id": "0f4f2391-fc59-4ed8-ac86-67fb1f0e5ee8", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "3cf4031b-2868-41b0-9098-45a2a802a796", "PortNumber": null, "PortType": "Input", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3021.56, true], [2880.45, 3021.56, false], [2880.45, 3021.56, false], [2890.45, 3021.56, false]]}, {"Id": "124c0a0f-b95e-4da4-907c-f95e46b0c67f", "Source": {"Id": "332b9abb-fbd0-4f7a-b162-429175eff7ac", "PortNumber": null, "PortType": "Output", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}, "Target": {"Id": "4475055e-dd54-4d41-8ed8-56d822602ceb", "PortNumber": null, "PortType": "Input", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}, "Vertices": [[2848.33, 3600.37, false], [2858.33, 3600.37, false], [2858.33, 3600.37, false], [2869.77, 3600.37, false], [2869.77, 3600.37, false], [2881.20, 3600.37, false], [2881.20, 3600.37, false], [2891.20, 3600.37, false]]}, {"Id": "14e1efee-f9af-4533-b6f2-a8c6c4055d59", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "2340a17a-3702-4dc2-9be0-981096b192ec", "PortNumber": null, "PortType": "Input", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2735.97, true], [2843.57, 2735.97, true], [2843.57, 2661.47, true], [2881.20, 2661.47, false], [2881.20, 2661.47, false], [2891.20, 2661.47, false]]}, {"Id": "152000c2-ff53-40be-9428-2848b4b94938", "Source": {"Id": "96a7a38e-43e5-467b-a10e-fef4d9e41cf9", "PortNumber": null, "PortType": "Output", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}, "Target": {"Id": "7381f85f-48bb-48a5-94fd-6e33a7569394", "PortNumber": null, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Vertices": [[2221.63, 2305.77, false], [2231.63, 2305.77, false], [2231.63, 2305.77, false], [2474.00, 2305.77, false], [2474.00, 2159.95, false], [2474.00, 2159.95, false], [2474.00, 2149.95, false]]}, {"Id": "19f6b9dd-ca93-4a1e-9ace-05f2a098caaa", "Source": {"Id": "4b7485f2-7021-408d-9926-465dd229ee62", "PortNumber": null, "PortType": "Output", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}, "Target": {"Id": "5e4a1f58-680e-4e9c-8fb3-bf635e8c7691", "PortNumber": null, "PortType": "Input", "HostId": "711b53a4-170d-4de4-bacf-c8b27e80d1b1"}, "Vertices": [[2951.95, 2948.18, false], [2961.95, 2948.18, false], [2961.95, 2948.18, false], [3076.72, 2948.18, false], [3076.72, 2948.18, false], [3191.48, 2948.18, false], [3191.48, 2948.18, false], [3201.48, 2948.18, false]]}, {"Id": "1c568415-4816-4ddc-b486-5b2bde5b2a82", "Source": {"Id": "fde3e49b-b928-46ce-9dae-51d0642ab870", "PortNumber": null, "PortType": "Output", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}, "Target": {"Id": "976ace35-4d01-44cf-a7d7-b39c5c823994", "PortNumber": null, "PortType": "Input", "HostId": "77c70836-eb03-43b8-95d8-25920f64d221"}, "Vertices": [[2489.56, 2393.35, false], [2499.56, 2393.35, false], [2499.56, 2393.35, false], [2845.52, 2393.35, false], [2845.52, 2393.35, false], [3191.48, 2393.35, false], [3191.48, 2393.35, false], [3201.48, 2393.35, false]]}, {"Id": "1eb98893-73d1-433d-a819-9bac69b7c4ee", "Source": {"Id": "fe700786-05eb-4766-86d8-bd068d2ca56e", "PortNumber": null, "PortType": "Output", "HostId": "17e20566-9fd7-4354-ab31-c7c7fa8010d7"}, "Target": {"Id": "7e4628ea-2504-4971-ba53-bf64c5034ffd", "PortNumber": null, "PortType": "Input", "HostId": "50ef6101-5e6d-42b1-83f9-3c6b9adec613"}, "Vertices": [[2951.20, 2661.47, false], [2961.20, 2661.47, false], [2961.20, 2661.47, false], [3076.34, 2661.47, false], [3076.34, 2661.47, false], [3191.48, 2661.47, false], [3191.48, 2661.47, false], [3201.48, 2661.47, false]]}, {"Id": "1f3f4232-69e1-4c33-a9cd-9ea70d55f5eb", "Source": {"Id": "fde3e49b-b928-46ce-9dae-51d0642ab870", "PortNumber": null, "PortType": "Output", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}, "Target": {"Id": "585934b9-6eeb-471e-a927-1b79564230e7", "PortNumber": null, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, "Vertices": [[2489.56, 2393.35, false], [2499.56, 2393.35, false], [2499.56, 2393.35, false], [2696.27, 2393.35, false], [2696.27, 2276.55, false], [2892.98, 2276.55, false], [2892.98, 2276.55, false], [2902.98, 2276.55, false]]}, {"Id": "303d777e-c953-45df-9fd9-82791b56eddb", "Source": {"Id": "4d0b8584-338b-4af0-b55e-af4cec553f0a", "PortNumber": null, "PortType": "Output", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}, "Target": {"Id": "fc2a8a6e-46d0-4cef-aab9-d44f60801e46", "PortNumber": null, "PortType": "Input", "HostId": "9eb160db-16f8-40d5-bab9-dcb426e84981"}, "Vertices": [[2951.20, 3600.37, false], [2961.20, 3600.37, false], [2961.20, 3600.37, false], [3042.26, 3600.37, false], [3042.26, 3536.81, false], [3042.26, 3536.81, false], [3042.26, 3526.81, false]]}, {"Id": "32461b4e-4ea6-4ac5-9c41-cfcfc7cf41d0", "Source": {"Id": "4d0b8584-338b-4af0-b55e-af4cec553f0a", "PortNumber": null, "PortType": "Output", "HostId": "de75b718-5458-4ae9-8460-7538b2345a96"}, "Target": {"Id": "e1a7cc18-82ef-4820-9461-6df1049e8a4e", "PortNumber": null, "PortType": "Input", "HostId": "15a9c7aa-7ce9-4af1-bf8a-3d3e0f66ea5d"}, "Vertices": [[2951.20, 3600.37, false], [2961.20, 3600.37, false], [2961.20, 3600.37, false], [3076.34, 3600.37, false], [3076.34, 3600.37, false], [3191.48, 3600.37, false], [3191.48, 3600.37, false], [3201.48, 3600.37, false]]}, {"Id": "380f32f3-2a9c-4191-ae25-8c661347d317", "Source": {"Id": "6c9cb928-1acd-4c51-b734-9224151ebe2c", "PortNumber": null, "PortType": "Output", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}, "Target": {"Id": "afc03ecc-76c5-45f1-a774-61718c329ab6", "PortNumber": null, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, "Vertices": [[2653.81, 3235.18, false], [2663.81, 3235.18, false], [2663.81, 3249.68, false], [2871.71, 3249.68, false], [2871.71, 3235.18, false], [2881.71, 3235.18, false]]}, {"Id": "39e23d09-84b8-4f72-a34c-d9284a536de6", "Source": {"Id": "bcfc24e8-3b6f-42fd-894d-473a0aa63aaf", "PortNumber": null, "PortType": "Output", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, "Target": {"Id": "7be5ff7f-ae40-4bb0-b317-dccc4dcc05f5", "PortNumber": null, "PortType": "Input", "HostId": "57e203aa-6c84-4a60-98de-e943c485ae63"}, "Vertices": [[3145.10, 1776.58, false], [3155.10, 1776.58, false], [3155.10, 1776.58, false], [3173.29, 1776.58, false], [3173.29, 1776.58, false], [3191.48, 1776.58, false], [3191.48, 1776.58, false], [3201.48, 1776.58, false]]}, {"Id": "3cda2ef2-574c-47db-a55b-3a4bc20e5052", "Source": {"Id": "f73fa759-7da9-4361-8090-0dc47614784c", "PortNumber": null, "PortType": "Output", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}, "Target": {"Id": "7b5f42ec-7468-4e9d-8f6c-4db72e42c37e", "PortNumber": null, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, "Vertices": [[2884.91, 1561.07, false], [2894.91, 1561.07, false], [2894.91, 1561.07, false], [2992.51, 1561.07, false], [2992.51, 1762.52, false], [3090.10, 1762.52, false], [3090.10, 1762.52, false], [3100.10, 1762.52, false]]}, {"Id": "3d4bcb3c-53f6-4422-b968-6c10978617ca", "Source": {"Id": "8e267a1c-7d0d-4eda-85f1-d0ab417dc0ae", "PortNumber": null, "PortType": "Output", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, "Target": {"Id": "40f721f9-b681-4d13-aad5-396a788dad62", "PortNumber": null, "PortType": "Input", "HostId": "1179b53e-1752-4259-baf2-ff22003cbaf8"}, "Vertices": [[3105.20, 1575.13, false], [3115.20, 1575.13, false], [3115.20, 1575.13, false], [3153.34, 1575.13, false], [3153.34, 1575.13, false], [3191.48, 1575.13, false], [3191.48, 1575.13, false], [3201.48, 1575.13, false]]}, {"Id": "3f78babd-f453-4813-bf69-22986cf43205", "Source": {"Id": "85ced1d8-da60-44b8-8891-908c29883e2a", "PortNumber": null, "PortType": "Output", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}, "Target": {"Id": "e211fa64-c242-4442-ac3c-7ec6b15a265c", "PortNumber": null, "PortType": "Input", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}, "Vertices": [[2659.30, 3405.04, false], [2669.30, 3405.04, false], [2669.30, 3405.04, false], [2675.33, 3405.04, false], [2675.33, 3405.04, false], [2681.35, 3405.04, false], [2681.35, 3405.04, false], [2691.35, 3405.04, false]]}, {"Id": "4396023b-70d2-4256-82c7-97841a9947c4", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "f7a372ef-af60-438c-b74d-9c1df2fb96ad", "PortNumber": null, "PortType": "Input", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3115.95, true], [2740.31, 3115.95, true], [2740.31, 3075.95, true], [2762.70, 3075.95, false], [2762.70, 3075.95, false], [2772.70, 3075.95, false]]}, {"Id": "4ea46687-cc67-4e93-9050-3c7286654a06", "Source": {"Id": "09d539c3-bb1e-4f9e-ae82-9d2e2446d374", "PortNumber": null, "PortType": "Output", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}, "Target": {"Id": "525161bc-2de7-4151-bcc2-980813782c9c", "PortNumber": null, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, "Vertices": [[2636.31, 1833.72, false], [2646.31, 1833.72, false], [2646.31, 1833.72, false], [2736.58, 1833.72, false], [2736.58, 1833.73, false], [2826.84, 1833.73, false], [2826.84, 1833.73, false], [2836.84, 1833.73, false]]}, {"Id": "4ec628cb-cbf1-4f60-a930-45a9a353f91d", "Source": {"Id": "f1b2f339-ecf9-4e03-9638-f76dd0cecbe9", "PortNumber": null, "PortType": "Output", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}, "Target": {"Id": "fa34c048-45d3-4dbf-b589-60fa470d9372", "PortNumber": null, "PortType": "Input", "HostId": "d47fa2a2-f891-40c1-8e24-0592502e165d"}, "Vertices": [[2951.95, 2822.97, false], [2961.95, 2822.97, false], [2961.95, 2822.97, false], [3076.72, 2822.97, false], [3076.72, 2822.97, false], [3191.48, 2822.97, false], [3191.48, 2822.97, false], [3201.48, 2822.97, false]]}, {"Id": "5199af54-91b8-4cdf-a49e-7818c7470088", "Source": {"Id": "18917416-0e55-4d5b-ae28-a75adb4d0eb3", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "35581bb7-2aaa-463b-b5e8-49d0fb5b411c", "PortNumber": null, "PortType": "Input", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}, "Vertices": [[2504.00, 1890.87, false], [2514.00, 1890.87, false], [2514.00, 1890.87, false], [2555.16, 1890.87, false], [2555.16, 1890.87, false], [2596.31, 1890.87, false], [2596.31, 1890.87, false], [2606.31, 1890.87, false]]}, {"Id": "590376de-bbd2-408a-a4d9-f04914262568", "Source": {"Id": "b621eff2-4a3e-4ebc-a209-c8dcf6ce06dc", "PortNumber": null, "PortType": "Output", "HostId": "15b30dd3-da00-4a9e-9f29-826cddd6827b"}, "Target": {"Id": "46e744a6-e64f-4972-820b-64c6c6b1da7a", "PortNumber": null, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, "Vertices": [[2832.70, 3365.04, false], [2842.70, 3365.04, false], [2842.70, 3365.04, false], [2857.21, 3365.04, false], [2857.21, 3365.04, false], [2871.71, 3365.04, false], [2871.71, 3365.04, false], [2881.71, 3365.04, false]]}, {"Id": "5d0c8658-8746-40cc-bf0b-3b97f11cd0bf", "Source": {"Id": "4bb77ca2-a45d-4385-af3b-0398cf56be01", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "8aaf81a9-4da3-481e-9261-d005d782ac2c", "PortNumber": null, "PortType": "Input", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}, "Vertices": [[2504.00, 2119.45, false], [2514.00, 2119.45, false], [2514.00, 2119.45, false], [2552.31, 2119.45, false], [2552.31, 1589.20, true], [2701.24, 1589.20, false], [2701.24, 1589.20, false], [2711.24, 1589.20, false]]}, {"Id": "660fb6de-9ded-4b09-9dc8-011629cf5ca3", "Source": {"Id": "8a3533cd-55bb-4323-93b4-2cd2debd0ad4", "PortNumber": null, "PortType": "Output", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}, "Target": {"Id": "86da4d91-d53e-4f94-ad26-dffdebc9a56e", "PortNumber": null, "PortType": "Input", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, "Vertices": [[2832.70, 3195.18, false], [2842.70, 3195.18, false], [2842.70, 3195.18, false], [2857.21, 3195.18, false], [2857.21, 3195.18, false], [2871.71, 3195.18, false], [2871.71, 3195.18, false], [2881.71, 3195.18, false]]}, {"Id": "6d5c1589-b917-4485-bd8e-c3d09ed3c7f7", "Source": {"Id": "f9e5b701-d4d4-4086-9597-d678df2e2a00", "PortNumber": null, "PortType": "Output", "HostId": "9ef62702-ea3f-46b1-806a-29a6e993331c"}, "Target": {"Id": "bc1a203d-6a77-48f1-a9c8-eb5901264dc1", "PortNumber": null, "PortType": "Input", "HostId": "2cad5033-bb92-4ae0-a597-8a9c5ad0558d"}, "Vertices": [[2832.70, 3235.18, false], [2842.70, 3235.18, false], [2842.70, 3235.18, false], [2852.70, 3235.18, false], [2852.70, 3272.18, false], [2583.81, 3272.18, false], [2583.81, 3235.18, false], [2583.81, 3235.18, false], [2583.81, 3235.18, false], [2593.81, 3235.18, false]]}, {"Id": "70375fec-31a6-4aea-a085-7a10fa4c7b52", "Source": {"Id": "252e9ce0-ae9c-4a9a-af1e-41fab308a9e3", "PortNumber": null, "PortType": "Output", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}, "Target": {"Id": "2ea6dcd0-839b-4743-a7f7-266292bc797f", "PortNumber": null, "PortType": "Input", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}, "Vertices": [[2636.31, 2062.29, false], [2646.31, 2062.29, false], [2646.31, 2062.29, false], [2693.77, 2062.29, false], [2693.77, 2161.37, false], [2741.23, 2161.37, false], [2741.23, 2161.37, false], [2751.23, 2161.37, false]]}, {"Id": "70f11a51-494a-4b9f-a7d5-cd64bea60937", "Source": {"Id": "43bdc700-3221-448f-a851-3bf5bfbc7403", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "1b6f8c81-e814-4d33-874d-519150a7f3d8", "PortNumber": null, "PortType": "Input", "HostId": "c35a4a59-f5d2-42d2-9d46-9e2c99e1e6cb"}, "Vertices": [[2504.00, 2062.30, false], [2514.00, 2062.30, false], [2514.00, 2062.30, false], [2555.16, 2062.30, false], [2555.16, 2062.3, false], [2596.31, 2062.3, false], [2596.31, 2062.3, false], [2606.31, 2062.3, false]]}, {"Id": "726a7046-059c-4d1e-b247-c70001316f56", "Source": {"Id": "12a898b8-c8dd-415b-8c1f-6091d3f112f3", "PortNumber": null, "PortType": "Output", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}, "Target": {"Id": "1ef2d5fa-1207-411e-8352-232402f2bdf2", "PortNumber": null, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, "Vertices": [[2636.31, 1776.58, false], [2646.31, 1776.58, false], [2646.31, 1776.58, false], [2786.04, 1776.58, false], [2786.04, 1776.58, false], [2925.77, 1776.58, false], [2925.77, 1776.58, false], [2935.77, 1776.58, false]]}, {"Id": "75492025-ecfe-4f50-808f-be9da89859d7", "Source": {"Id": "08772f5f-25a9-4c43-974a-d20fddfe09c1", "PortNumber": null, "PortType": "Output", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, "Target": {"Id": "49f0772d-7edf-4857-85ef-9d65bf26672e", "PortNumber": null, "PortType": "Input", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, "Vertices": [[2881.84, 1847.79, false], [2891.84, 1847.79, false], [2891.84, 1847.79, false], [2908.81, 1847.79, false], [2908.81, 1804.71, false], [2925.77, 1804.71, false], [2925.77, 1804.71, false], [2935.77, 1804.71, false]]}, {"Id": "77c2882d-e62f-4f42-b7a4-2d7c3911b721", "Source": {"Id": "dc6842bf-ec84-4aca-9389-709fa5eaed3b", "PortNumber": null, "PortType": "Output", "HostId": "cdaa685d-7d32-490e-ac0f-f8fc3cba29fe"}, "Target": {"Id": "93131611-ee2f-4722-895c-ca2d869ab425", "PortNumber": null, "PortType": "Input", "HostId": "a9fec5c1-1abd-48fa-87ef-dd8dcc57117a"}, "Vertices": [[2941.71, 3215.18, false], [2951.71, 3215.18, false], [2951.71, 3215.18, false], [3071.60, 3215.18, false], [3071.60, 3215.18, false], [3191.48, 3215.18, false], [3191.48, 3215.18, false], [3201.48, 3215.18, false]]}, {"Id": "7b893a57-cef5-438d-bc6b-5b2507c9fcea", "Source": {"Id": "2fc90ca7-f3ab-448e-aa1a-1473323c152c", "PortNumber": null, "PortType": "Output", "HostId": "98493bd7-32de-4053-95ab-7c67af1bf4ee"}, "Target": {"Id": "1fe9c1f5-6379-4b3b-8029-22e9017b4394", "PortNumber": null, "PortType": "Input", "HostId": "0fed5c8a-2124-4eb8-8e9a-1d09495416b2"}, "Vertices": [[2950.45, 3021.56, false], [2960.45, 3021.56, false], [2960.45, 3021.56, false], [3075.97, 3021.56, false], [3075.97, 3021.56, false], [3191.48, 3021.56, false], [3191.48, 3021.56, false], [3201.48, 3021.56, false]]}, {"Id": "7d79f96b-3bcb-4a8f-9621-f62c719c9188", "Source": {"Id": "f8c136a2-39d0-417a-b6dc-2be36754d32a", "PortNumber": null, "PortType": "Output", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}, "Target": {"Id": "6cb738a0-3c93-4738-a13f-9ec1e3f89c76", "PortNumber": null, "PortType": "Input", "HostId": "5d335709-7263-48af-aa5c-a6e21c8f790b"}, "Vertices": [[3046.62, 1790.64, false], [3056.62, 1790.64, false], [3056.62, 1790.64, false], [3073.36, 1790.64, false], [3073.36, 1790.65, false], [3090.10, 1790.65, false], [3090.10, 1790.65, false], [3100.10, 1790.65, false]]}, {"Id": "7f6cc7f4-c8e1-4410-9fef-f35f453213e7", "Source": {"Id": "6e275ebc-d4f3-40ef-adf8-4cf1606a39bc", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "3c5e4989-0806-46e7-96a7-fad5c03efd3e", "PortNumber": null, "PortType": "Input", "HostId": "24baed28-df37-434d-9650-1cfb3ba8657a"}, "Vertices": [[2504.00, 1833.73, false], [2514.00, 1833.73, false], [2514.00, 1833.73, false], [2555.16, 1833.73, false], [2555.16, 1833.72, false], [2596.31, 1833.72, false], [2596.31, 1833.72, false], [2606.31, 1833.72, false]]}, {"Id": "81e8552f-7c6c-4363-bd04-f876ec20acbb", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "1e3ace0b-27be-4405-ab3a-6e0ca6cfc378", "PortNumber": null, "PortType": "Input", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3600.37, true], [2778.33, 3600.37, false], [2778.33, 3600.37, false], [2788.33, 3600.37, false]]}, {"Id": "8c0129f3-fccb-44ab-9f2f-62d2267f289b", "Source": {"Id": "337379e1-2f61-43ec-b992-913128e2ba1a", "PortNumber": null, "PortType": "Output", "HostId": "5fb6cff5-12d8-4197-988f-836a1edfc6b9"}, "Target": {"Id": "9decd49c-fac1-428f-b512-b54bdd6a123a", "PortNumber": null, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, "Vertices": [[3042.26, 2344.50, false], [3042.26, 2334.50, false], [3042.26, 2334.50, false], [3042.26, 2290.61, false], [3079.57, 2290.61, false], [3079.57, 2290.61, false], [3089.57, 2290.61, false]]}, {"Id": "8fffe7d0-de42-467b-81c8-6ad16901ee2b", "Source": {"Id": "0ff59a98-1ea5-43a2-8c69-1900af960a79", "PortNumber": null, "PortType": "Output", "HostId": "ace7d9ed-fab5-488a-85d6-1e090d688150"}, "Target": {"Id": "3fdd4587-9024-46db-8d59-6d862b73b876", "PortNumber": null, "PortType": "Input", "HostId": "cef32513-be36-42f0-bb3e-8c3d5f0dc3f8"}, "Vertices": [[2980.77, 1790.64, false], [2990.77, 1790.64, false], [2990.77, 1790.64, false], [2998.70, 1790.64, false], [2998.70, 1790.64, false], [3006.62, 1790.64, false], [3006.62, 1790.64, false], [3016.62, 1790.64, false]]}, {"Id": "90cef6a8-9386-4de4-ae26-e26ef82ad0d4", "Source": {"Id": "f7886b6e-8fee-4cf0-9edd-decf607fc6a0", "PortNumber": null, "PortType": "Output", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, "Target": {"Id": "91ffab91-1a47-4b48-8255-5494804d419c", "PortNumber": null, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, "Vertices": [[2721.49, 1962.07, false], [2731.49, 1962.07, false], [2731.49, 1962.07, false], [2740.60, 1962.07, false], [2740.60, 1919.00, false], [2749.71, 1919.00, false], [2749.71, 1919.00, false], [2759.71, 1919.00, false]]}, {"Id": "9171371a-15dd-47d7-b126-122c440f266a", "Source": {"Id": "74ebfafb-801c-4034-8a2c-9c3810461744", "PortNumber": null, "PortType": "Output", "HostId": "eb7a7e3b-0d71-446c-87e0-f7e2dc190b41"}, "Target": {"Id": "692ec1ca-add4-4ac3-b692-655549a952e3", "PortNumber": null, "PortType": "Input", "HostId": "05050fea-35cf-4438-9497-bc07a151ca51"}, "Vertices": [[2751.35, 3405.04, false], [2761.35, 3405.04, false], [2761.35, 3405.04, false], [2816.53, 3405.04, false], [2816.53, 3405.04, false], [2871.71, 3405.04, false], [2871.71, 3405.04, false], [2881.71, 3405.04, false]]}, {"Id": "94f7df44-41fa-4c8f-8587-64877df75e57", "Source": {"Id": "3b7c30e5-0876-466f-8a9d-386c5ba9405e", "PortNumber": null, "PortType": "Output", "HostId": "b3ca03ba-e26d-43fe-befe-9758a1fbb27c"}, "Target": {"Id": "8c000ddd-faf2-4aea-b50e-45db0006d52d", "PortNumber": null, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, "Vertices": [[2832.70, 3075.95, false], [2842.70, 3075.95, false], [2842.70, 3075.95, false], [2857.21, 3075.95, false], [2857.21, 3075.95, false], [2871.71, 3075.95, false], [2871.71, 3075.95, false], [2881.71, 3075.95, false]]}, {"Id": "95e06315-db46-48d1-ace3-cbc3605ebcff", "Source": {"Id": "d56b29ce-69f2-4667-8edf-d085239060a2", "PortNumber": null, "PortType": "Output", "HostId": "4244fa48-a663-4a68-bf50-210b828f2ed4"}, "Target": {"Id": "17c0931b-6b81-4949-af7e-c4908354d828", "PortNumber": null, "PortType": "Input", "HostId": "f6f5f993-3b8d-4474-8ff8-a8a5a1288bd1"}, "Vertices": [[2400.85, 2393.35, false], [2410.85, 2393.35, false], [2410.85, 2393.35, false], [2430.21, 2393.35, false], [2430.21, 2393.35, false], [2449.56, 2393.35, false], [2449.56, 2393.35, false], [2459.56, 2393.35, false]]}, {"Id": "9702f06e-5c00-4943-93c8-e86cc8f56a44", "Source": {"Id": "3590e10d-212d-4de9-b744-618b61b3b7c4", "PortNumber": null, "PortType": "Output", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}, "Target": {"Id": "23dafa0c-ce18-4c93-8841-16fde3398383", "PortNumber": null, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, "Vertices": [[2636.31, 1948.01, false], [2646.31, 1948.01, false], [2646.31, 1948.01, false], [2656.40, 1948.01, false], [2656.40, 1948.01, false], [2666.49, 1948.01, false], [2666.49, 1948.01, false], [2676.49, 1948.01, false]]}, {"Id": "98e523a6-7584-4d11-a261-9161a599d4b2", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "113b089f-990e-4d21-80a6-a665c2a717bf", "PortNumber": null, "PortType": "Input", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 1561.07, true], [2814.91, 1561.07, false], [2814.91, 1561.07, false], [2824.91, 1561.07, false]]}, {"Id": "9e5e64bd-a320-4312-87b2-f43bac94f6fd", "Source": {"Id": "8f47f99f-89b4-4a6b-ac6f-df6386986455", "PortNumber": null, "PortType": "Output", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, "Target": {"Id": "ac39406c-01d4-452e-9164-d0f93c516201", "PortNumber": null, "PortType": "Input", "HostId": "c666c255-5e6e-4b24-84bb-8268629228b0"}, "Vertices": [[3134.57, 2276.54, false], [3144.57, 2276.54, false], [3144.57, 2276.54, false], [3168.03, 2276.54, false], [3168.03, 2276.54, false], [3191.48, 2276.54, false], [3191.48, 2276.54, false], [3201.48, 2276.54, false]]}, {"Id": "9ed24920-8f2a-4162-9775-1c7a2df8e421", "Source": {"Id": "6abf824e-52b7-49b1-9bcc-c71e308b4f6a", "PortNumber": null, "PortType": "Output", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, "Target": {"Id": "f5414b3b-25f0-4837-85c6-52bbf5727df7", "PortNumber": null, "PortType": "Input", "HostId": "9def0568-aadd-4f0a-989d-1f9bcdd94837"}, "Vertices": [[2941.71, 3095.95, false], [2951.71, 3095.95, false], [2951.71, 3095.95, false], [3071.60, 3095.95, false], [3071.60, 3095.95, false], [3191.48, 3095.95, false], [3191.48, 3095.95, false], [3201.48, 3095.95, false]]}, {"Id": "a4393334-2dd6-4b97-b203-e26be10be997", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "6c3aad15-6d33-48d6-a5ef-d7f285086bf8", "PortNumber": null, "PortType": "Input", "HostId": "1ca42bb0-7dfc-4dcf-8043-039bf55ca232"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3365.04, false], [2539.13, 3365.04, true], [2539.13, 3405.04, true], [2589.30, 3405.04, false], [2589.30, 3405.04, false], [2599.30, 3405.04, false]]}, {"Id": "a4f6435f-8811-4469-9cf0-217754fd0680", "Source": {"Id": "786ffaa1-5376-4ccd-97a0-599a2d285c6b", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "7d068f92-f353-4c1f-8f1e-1395efdf5b1f", "PortNumber": null, "PortType": "Input", "HostId": "7cdcf401-4473-4f3e-b58e-825fc94cc25d"}, "Vertices": [[2504.00, 1719.44, false], [2514.00, 1719.44, false], [2514.00, 1719.44, false], [2555.16, 1719.44, false], [2555.16, 1719.44, false], [2596.31, 1719.44, false], [2596.31, 1719.44, false], [2606.31, 1719.44, false]]}, {"Id": "a85776be-3a13-44fe-a6b5-9554717473d7", "Source": {"Id": "332b9abb-fbd0-4f7a-b162-429175eff7ac", "PortNumber": null, "PortType": "Output", "HostId": "9312ebb6-09c0-4438-9c90-5576c91965e7"}, "Target": {"Id": "44abe084-9789-4617-8446-faa395e92b3a", "PortNumber": null, "PortType": "Input", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}, "Vertices": [[2848.33, 3600.37, false], [2858.33, 3600.37, false], [2858.33, 3600.37, false], [2869.39, 3600.37, false], [2869.39, 3682.83, false], [2880.45, 3682.83, false], [2880.45, 3682.83, false], [2890.45, 3682.83, false]]}, {"Id": "ab2ba755-8a9f-4886-8618-8ba5fb615771", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "773370cf-4a58-4b37-964c-7e9256768905", "PortNumber": null, "PortType": "Input", "HostId": "a146e7a1-d893-4cd0-a306-1e33ddfe4b7e"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2735.97, true], [2843.57, 2735.97, true], [2843.57, 2822.97, true], [2881.95, 2822.97, false], [2881.95, 2822.97, false], [2891.95, 2822.97, false]]}, {"Id": "abb8f27c-8150-4fbb-85fb-6b37f36ba0d4", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "d9fa1f5c-8bc2-4743-93b4-ab93841642d4", "PortNumber": null, "PortType": "Input", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2394.66, 2512.91, false], [2394.66, 2512.91, false], [2778.33, 2512.91, false], [2778.33, 2512.91, false], [2788.33, 2512.91, false]]}, {"Id": "bd05fe92-d2d8-4a8b-a27c-ae7a1d9d30a3", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "63d90351-a55c-40ff-a49d-574fa1d86943", "PortNumber": null, "PortType": "Input", "HostId": "1dc139d0-9d00-4c53-ac7f-e124e11f1530"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 2393.35, false], [2151.63, 2393.35, false], [2151.63, 2393.35, false], [2161.63, 2393.35, false]]}, {"Id": "bd41b2b1-a631-46e8-b1eb-21eec25f03d1", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "efd00ec6-4ee1-4f60-8d77-866f968ab16c", "PortNumber": null, "PortType": "Input", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 2224.43, false], [2151.63, 2224.43, false], [2151.63, 2224.43, false], [2161.63, 2224.43, false]]}, {"Id": "bf75773e-7bef-41c2-ac09-46fb26d6b446", "Source": {"Id": "57462edc-c798-41da-a3f2-d37e45a2a30c", "PortNumber": null, "PortType": "Output", "HostId": "937c228d-641f-449a-97ab-d509e915aa7b"}, "Target": {"Id": "c6f778e9-042f-4f8a-9e25-2fb5a444a3cd", "PortNumber": null, "PortType": "Input", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}, "Vertices": [[2848.33, 2512.91, false], [2858.33, 2512.91, false], [2858.33, 2512.91, false], [2870.14, 2512.91, false], [2870.14, 2512.91, false], [2881.95, 2512.91, false], [2881.95, 2512.91, false], [2891.95, 2512.91, false]]}, {"Id": "c3650dfe-7c36-4d9f-b80c-fd06a27bc73e", "Source": {"Id": "b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f", "PortNumber": null, "PortType": "Output", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}, "Target": {"Id": "8465fa14-cdd6-4004-9519-38b45b755a19", "PortNumber": null, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, "Vertices": [[2367.05, 2224.43, false], [2377.05, 2224.43, false], [2377.05, 2224.43, false], [2590.14, 2224.43, false], [2590.14, 2224.43, false], [2803.22, 2224.43, false], [2803.22, 2224.43, false], [2813.22, 2224.43, false]]}, {"Id": "cc6e415d-be1a-405d-9928-09db991eb27b", "Source": {"Id": "4bb77ca2-a45d-4385-af3b-0398cf56be01", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "ae1be88f-593d-4b49-ae35-4ea5aa865c30", "PortNumber": null, "PortType": "Input", "HostId": "48098a09-0d0b-490d-8fcf-73b93c44ce51"}, "Vertices": [[2504.00, 2119.45, false], [2514.00, 2119.45, false], [2514.00, 2119.45, false], [2555.16, 2119.45, false], [2555.16, 2119.45, false], [2596.31, 2119.45, false], [2596.31, 2119.45, false], [2606.31, 2119.45, false]]}, {"Id": "cd69edf8-6654-48f7-af9e-5869a8df246b", "Source": {"Id": "b1f8dffd-b732-44a5-b29c-a1c3b63b5b6f", "PortNumber": null, "PortType": "Output", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}, "Target": {"Id": "1871a5a4-c209-45cb-b04a-d0f019820416", "PortNumber": null, "PortType": "Input", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Vertices": [[2367.05, 2224.43, false], [2377.05, 2224.43, false], [2377.05, 2224.43, false], [2405.53, 2224.43, false], [2405.53, 1919.44, false], [2434.00, 1919.44, false], [2434.00, 1919.44, false], [2444.00, 1919.44, false]]}, {"Id": "cdf2b46e-84cb-47ee-9d41-21eef80a7ff0", "Source": {"Id": "f73fa759-7da9-4361-8090-0dc47614784c", "PortNumber": null, "PortType": "Output", "HostId": "42de6bb3-7d04-4ed3-ae7c-05c56f43a185"}, "Target": {"Id": "3951eb32-980f-49a4-9677-d16541d8007b", "PortNumber": null, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, "Vertices": [[2884.91, 1561.07, false], [2894.91, 1561.07, false], [2894.91, 1561.07, false], [2992.51, 1561.07, false], [2992.51, 1561.07, false], [3050.20, 1561.07, false], [3050.20, 1561.07, false], [3060.20, 1561.07, false]]}, {"Id": "ce6a4a57-836e-4ef8-8975-104a81612bf0", "Source": {"Id": "d8269389-d4f7-476a-ba01-57dd8ac477bb", "PortNumber": null, "PortType": "Output", "HostId": "ec70a8ba-1612-487a-923b-fda21c844b3c"}, "Target": {"Id": "00147fdd-03ca-4ea6-ad0b-1b056d2167aa", "PortNumber": null, "PortType": "Input", "HostId": "2a1d767d-fc1a-4398-a6cd-a757091d0835"}, "Vertices": [[2950.45, 3682.83, false], [2960.45, 3682.83, false], [2960.45, 3682.83, false], [3075.97, 3682.83, false], [3075.97, 3682.83, false], [3191.48, 3682.83, false], [3191.48, 3682.83, false], [3201.48, 3682.83, false]]}, {"Id": "d2ea70cd-d49e-4805-b370-e47c4330557f", "Source": {"Id": "600d8a05-9ede-48a1-afba-2b13b191084d", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "71cb3673-de2b-46ac-85bc-1f84970a9670", "PortNumber": null, "PortType": "Input", "HostId": "f49dbf3f-1e14-435a-994a-9809c78e7eae"}, "Vertices": [[2504.00, 1776.59, false], [2514.00, 1776.59, false], [2514.00, 1776.59, false], [2555.16, 1776.59, false], [2555.16, 1776.58, false], [2596.31, 1776.58, false], [2596.31, 1776.58, false], [2606.31, 1776.58, false]]}, {"Id": "d5619794-32c9-4af0-8908-19b9cc275da4", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "9b58cf19-3f1e-4bdc-95dc-76023137baaf", "PortNumber": null, "PortType": "Input", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2735.97, true], [2880.45, 2735.97, false], [2880.45, 2735.97, false], [2890.45, 2735.97, false]]}, {"Id": "d845b50c-ddb8-4e2d-958a-6c92661c8ad3", "Source": {"Id": "a56eb0b9-de84-49f0-a978-00d48dc7f1b4", "PortNumber": null, "PortType": "Output", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, "Target": {"Id": "f91d42ce-8593-49ab-be97-642df0af4e8b", "PortNumber": null, "PortType": "Input", "HostId": "9ce1972f-f53e-429a-a9ae-10e65e0841c2"}, "Vertices": [[2804.71, 1904.93, false], [2814.71, 1904.93, false], [2814.71, 1904.93, false], [2820.78, 1904.93, false], [2820.78, 1861.86, false], [2826.84, 1861.86, false], [2826.84, 1861.86, false], [2836.84, 1861.86, false]]}, {"Id": "da037055-d570-4f4b-a8f1-c55c35e94646", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "ba97e4a6-c220-4db2-9460-02aecf501c2f", "PortNumber": null, "PortType": "Input", "HostId": "1ddf5223-f03e-4090-9bbe-083301dd1bc2"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 2948.18, true], [2881.95, 2948.18, false], [2881.95, 2948.18, false], [2891.95, 2948.18, false]]}, {"Id": "db88ad9b-ea3c-42ba-bb10-5f7c0fecc51b", "Source": {"Id": "ac549395-5d40-4ace-92ca-0fa49292a0cf", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "6d4cff57-bd4e-48f3-84c7-270ce76757e6", "PortNumber": null, "PortType": "Input", "HostId": "3e75cc37-4395-4ee0-b216-5ac5598356fb"}, "Vertices": [[2504.00, 1948.02, false], [2514.00, 1948.02, false], [2514.00, 1948.02, false], [2555.16, 1948.02, false], [2555.16, 1948.01, false], [2596.31, 1948.01, false], [2596.31, 1948.01, false], [2606.31, 1948.01, false]]}, {"Id": "dc433b9d-accb-4308-98de-78ae3bdb7c05", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "9cf6e242-7e84-436c-be75-2a2cf0f7869c", "PortNumber": null, "PortType": "Input", "HostId": "9b83b4f2-de3a-47a1-97f8-62ce50a792ae"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3235.18, true], [2539.13, 3235.18, true], [2539.13, 3195.18, true], [2762.70, 3195.18, false], [2762.70, 3195.18, false], [2772.70, 3195.18, false]]}, {"Id": "ddc951d1-fdda-42ec-8f7b-c03b1b86a288", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "7fc4f211-a11a-46b5-8497-6477cdf0e968", "PortNumber": null, "PortType": "Input", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2342.81, 2512.91, false], [2342.81, 3115.95, true], [2762.70, 3115.95, false], [2762.70, 3115.95, false], [2772.70, 3115.95, false]]}, {"Id": "e266954b-e8e6-4efd-8ee8-0865e8585109", "Source": {"Id": "f09936ab-9e85-4500-9c5d-697809df0126", "PortNumber": null, "PortType": "Output", "HostId": "346d4d5f-0d81-419b-b7e7-cf0c91f3763b"}, "Target": {"Id": "6d3503fc-b8a4-45ba-954c-b7189ea6dec9", "PortNumber": null, "PortType": "Input", "HostId": "2052d0e5-674a-4f30-a6f4-5f71bfabeb65"}, "Vertices": [[2000.98, 2512.91, false], [2010.98, 2512.91, false], [2010.98, 2512.91, false], [2081.30, 2512.91, false], [2081.30, 2305.77, false], [2151.63, 2305.77, false], [2151.63, 2305.77, false], [2161.63, 2305.77, false]]}, {"Id": "e5562822-c04d-4446-a417-9a3a459761aa", "Source": {"Id": "0ffb9cf8-5708-43b7-9015-5a6653b49e2d", "PortNumber": null, "PortType": "Output", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}, "Target": {"Id": "44dd071b-b876-4615-92f9-911e6ffcb964", "PortNumber": null, "PortType": "Input", "HostId": "0fe59778-0555-413b-90be-a7417e0ea0ab"}, "Vertices": [[2636.31, 2005.15, false], [2646.31, 2005.15, false], [2646.31, 2005.15, false], [2656.40, 2005.15, false], [2656.40, 1976.14, false], [2666.49, 1976.14, false], [2666.49, 1976.14, false], [2676.49, 1976.14, false]]}, {"Id": "e932cdf3-3f5f-451e-8c77-649de64e7957", "Source": {"Id": "512017c0-7512-41d8-b84b-889e04a2e482", "PortNumber": null, "PortType": "Output", "HostId": "ee8f105d-1456-4159-8d08-1c2bf110bc3a"}, "Target": {"Id": "3605b672-f7bd-4e6d-aa02-d62f7189da1f", "PortNumber": null, "PortType": "Input", "HostId": "c4441bf9-6fc2-4823-850c-a3fbdefa3a9f"}, "Vertices": [[2504.00, 2005.16, false], [2514.00, 2005.16, false], [2514.00, 2005.16, false], [2555.16, 2005.16, false], [2555.16, 2005.15, false], [2596.31, 2005.15, false], [2596.31, 2005.15, false], [2606.31, 2005.15, false]]}, {"Id": "eb5800fc-8b29-40b7-a25c-7798d5df4017", "Source": {"Id": "d6979aaf-9e62-426b-a6e4-9af53ebab4b1", "PortNumber": null, "PortType": "Output", "HostId": "12d80cae-178e-4d6d-b1e1-bc02146eb0be"}, "Target": {"Id": "93edba8f-7794-43bf-a529-892a9d361dd5", "PortNumber": null, "PortType": "Input", "HostId": "bb4fe8d1-5ee6-4338-84f2-a4f6832d3df2"}, "Vertices": [[2832.70, 3115.95, false], [2842.70, 3115.95, false], [2842.70, 3115.95, false], [2857.21, 3115.95, false], [2857.21, 3115.95, false], [2871.71, 3115.95, false], [2871.71, 3115.95, false], [2881.71, 3115.95, false]]}, {"Id": "ed3765b3-3102-47c1-8495-3ebdb7f6318a", "Source": {"Id": "9cf2e407-c5d1-4fa4-ad62-8a576b15ebf3", "PortNumber": null, "PortType": "Output", "HostId": "5f60695f-1dc5-4a98-90e1-ebb874a91861"}, "Target": {"Id": "972f7933-f5b8-4982-9c17-278bee25d949", "PortNumber": null, "PortType": "Input", "HostId": "b871813c-2bb2-4ff3-b2f4-1a4483136e36"}, "Vertices": [[2741.24, 1589.20, false], [2751.24, 1589.20, false], [2751.24, 1589.20, false], [2900.72, 1589.20, false], [2900.72, 1589.20, false], [3050.20, 1589.20, false], [3050.20, 1589.20, false], [3060.20, 1589.20, false]]}, {"Id": "edf1d177-73d4-4046-be0c-ecbd11885e7a", "Source": {"Id": "db1cf05a-69c8-4a2d-9094-0a06e5962727", "PortNumber": null, "PortType": "Output", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, "Target": {"Id": "daf9d85c-0ef2-42f3-b542-db2c29039807", "PortNumber": null, "PortType": "Input", "HostId": "ad9cd2fd-2aa0-40ed-a702-c2639413fa8f"}, "Vertices": [[2947.98, 2262.49, false], [2957.98, 2262.49, false], [2957.98, 2262.49, false], [3018.78, 2262.49, false], [3018.78, 2262.48, false], [3079.57, 2262.48, false], [3079.57, 2262.48, false], [3089.57, 2262.48, false]]}, {"Id": "f2d7d4f0-2283-4cc5-bb76-41125a793f32", "Source": {"Id": "cc662349-04e6-4bc6-acc0-5387dce44a44", "PortNumber": null, "PortType": "Output", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, "Target": {"Id": "bdb9365b-7994-4365-8ccf-c6b94516d93f", "PortNumber": null, "PortType": "Input", "HostId": "620ee9c3-4658-4cef-9925-4eb6c8735005"}, "Vertices": [[2858.22, 2210.37, false], [2868.22, 2210.37, false], [2868.22, 2210.37, false], [2880.60, 2210.37, false], [2880.60, 2248.42, false], [2892.98, 2248.42, false], [2892.98, 2248.42, false], [2902.98, 2248.42, false]]}, {"Id": "f6d10441-1b3a-4641-aa4d-e012861ee563", "Source": {"Id": "791ced74-3146-4e27-a2e5-a876b091fe43", "PortNumber": null, "PortType": "Output", "HostId": "c0e22fcf-ea13-4654-90f3-230498c224b9"}, "Target": {"Id": "ccbd8e07-04a8-494d-8d0f-9e602a47fd7a", "PortNumber": null, "PortType": "Input", "HostId": "c7485104-bf28-4901-85a7-68b0366be124"}, "Vertices": [[2221.63, 2224.43, false], [2231.63, 2224.43, false], [2231.63, 2224.43, false], [2279.34, 2224.43, false], [2279.34, 2224.43, false], [2327.05, 2224.43, false], [2327.05, 2224.43, false], [2337.05, 2224.43, false]]}, {"Id": "f790a358-f8d2-4b2a-af22-d3e4dfa79b74", "Source": {"Id": "1a6a8b45-848b-49d4-a6d2-2c5c44877f1d", "PortNumber": null, "PortType": "Output", "HostId": "1b551d65-8798-4533-814f-7499c1b63c9b"}, "Target": {"Id": "ca6505ca-8332-483d-b6b5-7361ed359b45", "PortNumber": null, "PortType": "Input", "HostId": "e7205460-adda-462c-b12c-5d604b102240"}, "Vertices": [[2636.31, 1890.87, false], [2646.31, 1890.87, false], [2646.31, 1890.87, false], [2698.01, 1890.87, false], [2698.01, 1890.87, false], [2749.71, 1890.87, false], [2749.71, 1890.87, false], [2759.71, 1890.87, false]]}, {"Id": "fa33ba3e-6e31-44eb-aff9-a80286591fd0", "Source": {"Id": "a57491f4-875e-401f-a9c5-be55c314f1f4", "PortNumber": null, "PortType": "Output", "HostId": "c93af048-749e-4503-9ff5-1a7274fc7d04"}, "Target": {"Id": "5b12ce63-946e-46f0-8ea2-0efa663042f6", "PortNumber": null, "PortType": "Input", "HostId": "107792a9-b280-4ee1-8d51-5b28713587da"}, "Vertices": [[2950.45, 2735.97, false], [2960.45, 2735.97, false], [2960.45, 2735.97, false], [3075.97, 2735.97, false], [3075.97, 2735.97, false], [3191.48, 2735.97, false], [3191.48, 2735.97, false], [3201.48, 2735.97, false]]}, {"Id": "faa13851-01d3-4ff3-95ae-384277656b6f", "Source": {"Id": "0664af6c-5d60-480f-9538-250d32c3f057", "PortNumber": null, "PortType": "Output", "HostId": "dd9b975a-e267-4b01-914b-b90684f3836c"}, "Target": {"Id": "0f0fc89c-46b7-4765-b9ba-8aff3640beec", "PortNumber": null, "PortType": "Input", "HostId": "48bb4771-2616-42f0-956e-d97c9b834760"}, "Vertices": [[2781.23, 2161.37, false], [2791.23, 2161.37, false], [2791.23, 2161.37, false], [2797.23, 2161.37, false], [2797.23, 2196.30, false], [2803.22, 2196.30, false], [2803.22, 2196.30, false], [2813.22, 2196.30, false]]}, {"Id": "ff9c9041-baa3-48cc-8a2b-968175c8c015", "Source": {"Id": "69181305-42dc-483d-9aeb-db8e38ade284", "PortNumber": null, "PortType": "Output", "HostId": "a104e372-1553-454f-b7e2-88c73c9412a4"}, "Target": {"Id": "cc90741e-889b-4c4c-8ea0-0b9975526097", "PortNumber": null, "PortType": "Input", "HostId": "4c8851eb-d184-47a4-8af8-88f652b678aa"}, "Vertices": [[2951.95, 2512.91, false], [2961.95, 2512.91, false], [2961.95, 2512.91, false], [3076.72, 2512.91, false], [3076.72, 2512.91, false], [3191.48, 2512.91, false], [3191.48, 2512.91, false], [3201.48, 2512.91, false]]}]], {"SelectedWaves": [{"SimArrayIndex": 381, "Id": ["49e56492-bf25-45d0-b129-9d17f16a60e4", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 974, "Id": ["d13f86ae-68cf-4771-9f77-0e9ca8e51767", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 6, "Id": ["00fea5b6-164a-4603-9093-fdb77cc38b2a", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 721, "Id": ["88a5c415-cf8a-4200-a4f1-6d634b671ace", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 254, "Id": ["2e5bcf8c-8636-4eae-9e49-73581644371b", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 687, "Id": ["81879d41-a13b-4fed-8d00-96aad8f92a72", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 999, "Id": ["daa20280-2cf6-4564-94d5-ec6f8ebb8ade", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 834, "Id": ["b5c670d7-88c0-4489-a5bf-24055e9e12ce", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951", "5ab3dcca-a874-4aa3-8b5e-f51cffc009b8"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 539, "Id": ["5ab3dcca-a874-4aa3-8b5e-f51cffc009b8", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951"]], "PortType": "Input", "PortNumber": 0}, {"SimArrayIndex": 528, "Id": ["61ee37ae-9e96-45ea-b9a5-67119bbdf76f", ["38891fad-c882-4326-a855-f57358ff309e"]], "PortType": "Output", "PortNumber": 0}, {"SimArrayIndex": 293, "Id": ["2333ade5-c3df-409e-b029-d1ce9e24d688", ["4e561547-d6fe-45ea-8f0e-cfb16ffcf951"]], "PortType": "Input", "PortNumber": 0}], "Radix": "Hex", "WaveformColumnWidth": 81, "SelectedRams": null, "SelectedFRams": [], "WSConfig": {"LastClock": 2000, "FirstClock": 0, "FontSize": 15, "FontWeight": 500}, "ClkWidth": null, "Cursor": null, "LastClk": null, "DisplayedPortIds": null}, {"Form": "User", "Description": "Logic decoding all datapath control signals from the current instruction (INS)."}, "2024-09-14T12:29:51.71+01:00"] } \ No newline at end of file