Skip to content

Commit 32ea5e5

Browse files
committed
Update quartus_backend.py
1 parent bee6d17 commit 32ea5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/backends/quartus/quartus_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_writer_flow(self):
127127
def create_initial_config(self, part='Arria10', clock_period=5, io_type='io_parallel'):
128128
config = {}
129129

130-
config['Part'] = part if part is not None else 'Arria10'
130+
config['Part'] = part
131131
config['ClockPeriod'] = clock_period
132132
config['IOType'] = io_type
133133
config['HLSConfig'] = {}

0 commit comments

Comments
 (0)