You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/libarchfpga/src/logic_types.h
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,8 @@ struct t_model {
62
62
bool never_prune = false; ///< Don't remove from the netlist even if a block of this type has no output ports used and, therefore, unconnected to the rest of the netlist
63
63
};
64
64
65
-
// Tag for the logical model ID
66
-
structlogical_model_id_tag;
67
65
// A unique ID that represents a logical model in the architecture.
0 commit comments