-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
featurenew features that does not exist currentlynew features that does not exist currentlylow priority
Description
low pri, as there is no obvious use case at this time...
It should be possible to delete nodes and links. This should be exposed via the TCL API.
To delete a node:
- de-allocate internal buffer
- warn/error if there are flits still left in it?
- delete
nocsim_node*entry fromstate->nodes - (GUI only) de-allocate corresponding graph node from
AG_GraphAG_GraphFindNode()- may not be possible to delete a node at run-time, so instead the node could be hidden and have it's userPtr cleared to
NULL
- De-allocate node structure.
To delete a link (may change once #6 is done):
- Clear the link pointer from the incoming and outgoing lists on the two endpoint nodes
- (GUI only) de-allocate corresponding graph edge from
AG_Graph- Same caveats apply as with nodes.
- De-allocate the link structure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurenew features that does not exist currentlynew features that does not exist currentlylow priority