build/colognechip/platform: typo bitstream_ext -> _bitstream_ext
This commit is contained in:
parent
8eb5e7b6c1
commit
54d19265a7
|
@ -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 New Issue