From b968cfade961a329c26035ef8bfdf3058e95a9f1 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 10 Dec 2021 07:38:00 +0000 Subject: Rename nMigen to Amaranth HDL. --- amaranth_boards/versa_ecp5_5g.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 amaranth_boards/versa_ecp5_5g.py (limited to 'amaranth_boards/versa_ecp5_5g.py') diff --git a/amaranth_boards/versa_ecp5_5g.py b/amaranth_boards/versa_ecp5_5g.py new file mode 100644 index 0000000..36e6997 --- /dev/null +++ b/amaranth_boards/versa_ecp5_5g.py @@ -0,0 +1,14 @@ +from .versa_ecp5 import VersaECP5Platform + + +__all__ = ["VersaECP55GPlatform"] + + +class VersaECP55GPlatform(VersaECP5Platform): + device = "LFE5UM5G-45F" + # Everything else is identical between 3G and 5G Versa boards. + + +if __name__ == "__main__": + from .test.blinky import * + VersaECP55GPlatform().build(Blinky(), do_program=True) -- cgit v1.2.3