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 e4614ba commit 3683e2eCopy full SHA for 3683e2e
libs/libarchfpga/src/physical_types.h
@@ -1044,7 +1044,7 @@ class t_pb_graph_pin {
1044
// of this pin back to the cluster-level (top-level) pb_type in the
1045
// following format: clb[0]/lab[0]/fle[3]/ble6[0]/lut6[0].in[0]
1046
// if full_description is set to false it will only return lut6[0].in[0]
1047
- std::string to_string(const bool full_description=true) const;
+ std::string to_string(const bool full_description = true) const;
1048
};
1049
1050
/** Describes a pb graph edge
0 commit comments