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) {
7676}
7777
7878static 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
8181 return type == SwitchType::MUX
8282 || type == SwitchType::TRISTATE
8383 || type == SwitchType::BUFFER;
Original file line number Diff line number Diff line change @@ -2089,7 +2089,7 @@ struct ArchReader {
20892089 // Create constant complex block
20902090 t_logical_block_type block;
20912091
2092- block.name = ( const_block_;
2092+ block.name = const_block_;
20932093 block.index = ltypes_.size ();
20942094
20952095 auto pb_type = new t_pb_type;
You can’t perform that action at this time.
0 commit comments