Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e947026

Browse files
committedDec 23, 2022
libarchfpga: physical_types: link to t_pb_types definition
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent f6e7fea commit e947026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎libs/libarchfpga/src/arch_util.cpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ void alloc_and_load_default_child_for_pb_type(t_pb_type* pb_type,
654654
}
655655
}
656656
// Special case for latch - fill secondary data fields
657+
// For more information on secondary fields please refer to t_pb_type definition in physical_types.h
657658
if (pb_type->class_type == LATCH_CLASS) {
658659
copy->ports_sec = new t_port[pb_type->num_ports]();
659660
for (i = 0; i < pb_type->num_ports; i++) {

0 commit comments

Comments
 (0)
Please sign in to comment.