From: Florent Kermarrec Date: Tue, 11 Feb 2020 15:44:17 +0000 (+0100) Subject: soc_core/soc_sdram: remove disclaimer (we'll add it later when designs will be adapted) X-Git-Tag: 24jan2021_ls180~677^2~6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=160c55d1d4a1c00af68301dc9566030e2144ca3b;p=litex.git soc_core/soc_sdram: remove disclaimer (we'll add it later when designs will be adapted) --- diff --git a/litex/soc/integration/soc_core.py b/litex/soc/integration/soc_core.py index a42ca222..a94426dd 100644 --- a/litex/soc/integration/soc_core.py +++ b/litex/soc/integration/soc_core.py @@ -12,9 +12,6 @@ # This file is Copyright (c) 2014 Yann Sionneau # License: BSD -#################################################################################################### -# DISCLAIMER: ONLY USE FOR RETRO-COMPATIBILITY, NOT RECOMMENDED FOR NEW DESIGNS # -#################################################################################################### import os import inspect diff --git a/litex/soc/integration/soc_sdram.py b/litex/soc/integration/soc_sdram.py index e72116cd..a3587042 100644 --- a/litex/soc/integration/soc_sdram.py +++ b/litex/soc/integration/soc_sdram.py @@ -3,10 +3,6 @@ # This file is Copyright (c) 2019 Gabriel L. Somlo # License: BSD -#################################################################################################### -# DISCLAIMER: ONLY USE FOR RETRO-COMPATIBILITY, NOT RECOMMENDED FOR NEW DESIGNS # -#################################################################################################### - import inspect from migen import *