@@ -1380,11 +1380,11 @@ class t_pb_graph_pin {
13801380 float thld = std::numeric_limits<float >::quiet_NaN(); /* For sequential logic elements the hold time */
13811381 float tco_min = std::numeric_limits<float >::quiet_NaN(); /* For sequential logic elements the minimum clock to output time */
13821382 float tco_max = std::numeric_limits<float >::quiet_NaN(); /* For sequential logic elements the maximum clock to output time */
1383- t_pb_graph_pin* associated_clock_pin = nullptr ; /* For sequentail elements, the associated clock */
1383+ t_pb_graph_pin* associated_clock_pin = nullptr ; /* For sequential elements, the associated clock */
13841384
13851385 /* This member is used when flat-routing and has_choking_spot are enabled.
13861386 * It is used to identify choke points.
1387- * This is only valid for IPINs, and it only contain the pins that are reachable to the pin by a forwarding path.
1387+ * This is only valid for IPINs, and it only contains the pins that are reachable to the pin by a forwarding path.
13881388 * It doesn't take into account feed-back connection.
13891389 * */
13901390 std::unordered_set<int > connected_sinks_ptc; /* ptc numbers of sinks which are directly or indirectly connected to this pin */
@@ -1708,7 +1708,7 @@ enum class BufferSize {
17081708 * parallel stream of pass transistors feeding into a buffer, *
17091709 * we would expect an additional "internal capacitance" *
17101710 * to arise when the pass transistor is enabled and the signal *
1711- * must propogate to the buffer. See diagram of one stream below: *
1711+ * must propagate to the buffer. See diagram of one stream below: *
17121712 * *
17131713 * Pass Transistor *
17141714 * | *
@@ -1823,7 +1823,7 @@ struct t_rr_switch_inf {
18231823 SwitchType type () const ;
18241824
18251825 // Returns true if this switch type isolates its input and output into
1826- // seperate DC-connected subcircuits
1826+ // separate DC-connected subcircuits
18271827 bool buffered () const ;
18281828
18291829 // Returns true if this switch type is configurable
@@ -1894,7 +1894,7 @@ struct t_wireconn_inf {
18941894 * elements (if 'from' is larger than 'to'), or in some elements of 'to' having
18951895 * no driving connections (if 'to' is larger than 'from').
18961896 * 'to': The number of generated connections is set equal to the size of the 'to' set.
1897- * This ensures that each element of the 'to' set has precisely one incomming connection.
1897+ * This ensures that each element of the 'to' set has precisely one incoming connection.
18981898 * Note: this may result in 'from' elements driving multiple 'to' elements (if 'to' is
18991899 * larger than 'from'), or some 'from' elements driving to 'to' elements (if 'from' is
19001900 * larger than 'to')
@@ -1948,7 +1948,7 @@ struct t_switchblock_inf {
19481948 e_directionality directionality; /* the directionality of this switchblock (unidir/bidir) */
19491949
19501950 int x = -1 ; /* The exact x-axis location that this SB is used, meaningful when type is set to E_XY_specified */
1951- int y = -1 ; /* The exact y-axis location that this SB is used, meanignful when type is set to E_XY_specified */
1951+ int y = -1 ; /* The exact y-axis location that this SB is used, meaningful when type is set to E_XY_specified */
19521952
19531953 /* We can also define a region to apply this SB to all locations falls into this region using regular expression in the architecture file*/
19541954 t_sb_loc_spec reg_x;
0 commit comments