@@ -1380,11 +1380,11 @@ class t_pb_graph_pin {
1380
1380
float thld = std::numeric_limits<float >::quiet_NaN(); /* For sequential logic elements the hold time */
1381
1381
float tco_min = std::numeric_limits<float >::quiet_NaN(); /* For sequential logic elements the minimum clock to output time */
1382
1382
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 */
1384
1384
1385
1385
/* This member is used when flat-routing and has_choking_spot are enabled.
1386
1386
* 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.
1388
1388
* It doesn't take into account feed-back connection.
1389
1389
* */
1390
1390
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 {
1708
1708
* parallel stream of pass transistors feeding into a buffer, *
1709
1709
* we would expect an additional "internal capacitance" *
1710
1710
* 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: *
1712
1712
* *
1713
1713
* Pass Transistor *
1714
1714
* | *
@@ -1823,7 +1823,7 @@ struct t_rr_switch_inf {
1823
1823
SwitchType type () const ;
1824
1824
1825
1825
// Returns true if this switch type isolates its input and output into
1826
- // seperate DC-connected subcircuits
1826
+ // separate DC-connected subcircuits
1827
1827
bool buffered () const ;
1828
1828
1829
1829
// Returns true if this switch type is configurable
@@ -1894,7 +1894,7 @@ struct t_wireconn_inf {
1894
1894
* elements (if 'from' is larger than 'to'), or in some elements of 'to' having
1895
1895
* no driving connections (if 'to' is larger than 'from').
1896
1896
* '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.
1898
1898
* Note: this may result in 'from' elements driving multiple 'to' elements (if 'to' is
1899
1899
* larger than 'from'), or some 'from' elements driving to 'to' elements (if 'from' is
1900
1900
* larger than 'to')
@@ -1948,7 +1948,7 @@ struct t_switchblock_inf {
1948
1948
e_directionality directionality; /* the directionality of this switchblock (unidir/bidir) */
1949
1949
1950
1950
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 */
1952
1952
1953
1953
/* We can also define a region to apply this SB to all locations falls into this region using regular expression in the architecture file*/
1954
1954
t_sb_loc_spec reg_x;
0 commit comments