mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
f4pga/flows: fix usage of clock pads on eos-s3
Add --no-default-bitstream to qlfasm invocation, this fixes problem with clock pads not working. This follows behaviour of f4pga-arch-defs where --no-default-bitstream is always passed to qlfasm. Signed-off-by: Artur Kowalski <artur.kowalski@3mdeb.com>
This commit is contained in:
parent
905055c905
commit
81581387ec
1 changed files with 1 additions and 0 deletions
|
@ -512,6 +512,7 @@ ql-eos-s3:
|
|||
inputs:
|
||||
'#1': '${:fasm}'
|
||||
'#2': '${:eblif[noext]}.bit'
|
||||
'#3': --no-default-bitstream
|
||||
dev-type: ql-eos-s3
|
||||
values:
|
||||
build_dir: .
|
||||
|
|
Loading…
Reference in a new issue