opensocsysarch / CoreGenPortal

OpenSoC System Architect CoreGen Portal Graphical User Interface
http://www.systemarchitect.tech/
Apache License 2.0
1 stars 0 forks source link

Deleting SoC nodes causes hang #11

Closed jleidel closed 5 years ago

jleidel commented 5 years ago

This is due to the logic found in the PortalMainFrame::DeleteNode function for removing the IR. The logic at line 1139 doesn't correctly check for the end of file. The SoC nodes are the last nodes printed in the IR, so the GUI hangs.

jleidel commented 5 years ago

fixed and pushed