From 6e9736160db60a86c1ea1b56acfde2e4d24db9be Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 22 Sep 2020 12:46:59 +0100 Subject: [PATCH] add similar platforms to ls180.py --- src/soc/litex/florent/libresoc/ls180.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/soc/litex/florent/libresoc/ls180.py b/src/soc/litex/florent/libresoc/ls180.py index c77644ba..01823135 100644 --- a/src/soc/litex/florent/libresoc/ls180.py +++ b/src/soc/litex/florent/libresoc/ls180.py @@ -4,6 +4,15 @@ # Copyright (c) 2018-2019 Florent Kermarrec # SPDX-License-Identifier: BSD-2-Clause +"""ls180 ASIC platform + +conceptually similar to the following: + +* https://github.com/enjoy-digital/liteeth/blob/master/liteeth/gen.py +* https://github.com/enjoy-digital/litepcie/blob/master/litepcie/gen.py + +""" + from migen.fhdl.structure import _Fragment from litex.build.generic_platform import (GenericPlatform, Pins, Subsignal, IOStandard, Misc, -- 2.30.2