We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3805d6 commit 03ebbfcCopy full SHA for 03ebbfc
vpr/src/base/netlist.h
@@ -939,7 +939,6 @@ class Netlist {
939
NetId add_net(const std::string name, PinId driver, std::vector<PinId> sinks);
940
941
protected: //Protected Base Types
942
-
943
///@brief A unique identifier for a string in the netlist
944
typedef vtr::StrongId<struct string_id_tag> StringId;
945
0 commit comments