diff options
Diffstat (limited to 'amaranth_boards/zturn_lite_z010.py')
| -rw-r--r-- | amaranth_boards/zturn_lite_z010.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/amaranth_boards/zturn_lite_z010.py b/amaranth_boards/zturn_lite_z010.py new file mode 100644 index 0000000..d73de1a --- /dev/null +++ b/amaranth_boards/zturn_lite_z010.py @@ -0,0 +1,8 @@ +from .zturn_lite_z007s import ZTurnLiteZ007SPlatform + + +__all__ = ["ZTurnLiteZ010Platform"] + + +class ZTurnLiteZ010Platform(ZTurnLiteZ007SPlatform): + device = "xc7z010" |
