File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ void t_rr_switch_inf::set_type(SwitchType type_val) {
76
76
}
77
77
78
78
static bool switch_type_is_buffered (SwitchType type) {
79
- // Muxes and Tristates isolate thier input and output into
80
- // seperate DC connected sub-circuits
79
+ // Muxes and Tristates isolate their input and output into
80
+ // separate DC connected sub-circuits
81
81
return type == SwitchType::MUX
82
82
|| type == SwitchType::TRISTATE
83
83
|| type == SwitchType::BUFFER;
Original file line number Diff line number Diff line change @@ -2089,7 +2089,7 @@ struct ArchReader {
2089
2089
// Create constant complex block
2090
2090
t_logical_block_type block;
2091
2091
2092
- block.name = ( const_block_;
2092
+ block.name = const_block_;
2093
2093
block.index = ltypes_.size ();
2094
2094
2095
2095
auto pb_type = new t_pb_type;
You can’t perform that action at this time.
0 commit comments