Skip to content

Commit 2b31ba0

Browse files
remove redundant parentheses + typo
1 parent de7ac0d commit 2b31ba0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/libarchfpga/src/physical_types.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ void t_rr_switch_inf::set_type(SwitchType type_val) {
7676
}
7777

7878
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
8181
return type == SwitchType::MUX
8282
|| type == SwitchType::TRISTATE
8383
|| type == SwitchType::BUFFER;

libs/libarchfpga/src/read_fpga_interchange_arch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)