Skip to content

Commit acdf3b2

Browse files
committed
fix port equivalence in physical tile ports
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent df39b8a commit acdf3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/src/physical_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ struct t_physical_port {
658658
bool is_clock;
659659
bool is_non_clock_global;
660660
int num_pins;
661-
PortEquivalence equivalent;
661+
PortEquivalence equivalent = PortEquivalence::NONE;
662662

663663
int index;
664664
int port_index_by_type;

0 commit comments

Comments
 (0)