mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/colognechip/platform: typo bitstream_ext -> _bitstream_ext
This commit is contained in:
parent
8eb5e7b6c1
commit
54d19265a7
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ from litex.build.colognechip import common, colognechip
|
|||
# CologneChipPlatform ------------------------------------------------------------------------------
|
||||
|
||||
class CologneChipPlatform(GenericPlatform):
|
||||
bitstream_ext = "_00.cfg.bit"
|
||||
_jtag_support = False
|
||||
_bitstream_ext = "_00.cfg.bit"
|
||||
_jtag_support = False
|
||||
|
||||
_supported_toolchains = ["colognechip"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue