Skip to content

Commit 2240b42

Browse files
authored
Update vivado_backend.py
1 parent adb6fa6 commit 2240b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/backends/vivado/vivado_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def get_writer_flow(self):
178178
def create_initial_config(self, part='xcvu13p-flga2577-2-e', clock_period=5, io_type='io_parallel'):
179179
config = {}
180180

181-
config['Part'] = part if part is not None else 'xcku115-flvb2104-2-i'
181+
config['Part'] = part if part is not None else 'xcvu13p-flga2577-2-e'
182182
config['ClockPeriod'] = clock_period
183183
config['IOType'] = io_type
184184
config['HLSConfig'] = {}

0 commit comments

Comments
 (0)