Merge pull request #2035 from Mai-Lapyst/fix_empty_initpy

Fix litex.build.gowin's __init__.py; closes #2034
This commit is contained in:
Gwenhael Goavec-Merou 2024-08-11 10:06:09 +02:00 committed by GitHub
commit b279fc9fb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Platforms.
from litex.build.gowin.platform import GowinPlatform
# Programmers.
from litex.build.gowin.programmer import GowinProgrammer