mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/anlogic/platform: fix extension format fs -> bit
This commit is contained in:
parent
2d9c880cf2
commit
1ea94ca264
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from litex.build.anlogic import common, anlogic
|
|||
# AnlogicPlatform ----------------------------------------------------------------------------------
|
||||
|
||||
class AnlogicPlatform(GenericPlatform):
|
||||
bitstream_ext = ".fs"
|
||||
bitstream_ext = ".bit"
|
||||
|
||||
_supported_toolchains = ["td"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue