Skip to content

Commit 6df5b93

Browse files
committed
fix[platforms] : fixed typo on print
1 parent 5aaaf47 commit 6df5b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hls4ml/backends/vitis_accelerator/vitis_accelerator_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ def __init__(self, config):
3838
else:
3939
print(
4040
"WARNING: You didn't set a Platform."
41-
"Using " + platforms[0] + " platform instead"
41+
"Using " + platforms[0] + " platform"
4242
)
4343
self.platform = platforms[0]
44-
44+
4545
self.memory_type = board_info["memory"]["type"]
4646
self.memory_channel_count = board_info["memory"]["channels"]
4747
else:

0 commit comments

Comments
 (0)