build/colognechip/platform: typo bitstream_ext -> _bitstream_ext

This commit is contained in:
Gwenhael Goavec-Merou 2024-02-28 16:12:30 +01:00
parent 8eb5e7b6c1
commit 54d19265a7
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from litex.build.colognechip import common, colognechip
# CologneChipPlatform ------------------------------------------------------------------------------
class CologneChipPlatform(GenericPlatform):
bitstream_ext = "_00.cfg.bit"
_bitstream_ext = "_00.cfg.bit"
_jtag_support = False
_supported_toolchains = ["colognechip"]